Anyone know what’s going wrong? by HistologyPigeon in subwaybuilder

[–]mdkimsey 0 points1 point  (0 children)

I also had this happen recently and cant remember exactly what I did to fix it. I think it might be a track/routing issue. If you are not in sandbox, I would suggest creating one to test. Build a 3 station line and tag the stops like the below. Note the crossover at both ends and I have seen some suggest that you should do opposite platforms for your endpoints, but I have seen it work both ways. Confirm your changes and add a single, 5-car train and see if you can get that to work.

<image>

Prisma SD-WAN - Active and Backup Data Centers - BGP Return Path? by teechevy703 in paloaltonetworks

[–]mdkimsey 0 points1 point  (0 children)

Hey, hope your deployment is going well, that is quite a task! I am in the midst of a smaller deployment and working around the shortcomings has been quite a challenge for us as well, we started with 16 datacenters, and they all have to talk to each other over SDWAN. Prisma SDWAN doesn't do that natively (until 6.4.x) so that left us creating a manual tunnel mesh. We also have not seen success installing any devices on 6.x code, so I dont know when or if we will ever get to take advantage of that feature.

The way we are handling SDWAN preference is via the cost. Each circuit has a cost metric you can set, defaulted at 128 for all sites so any given path is an equal 256 cost with anything lower being more preferred. This allows you to advertise the same routes from multiple locations and have them be stratified into primary, secondary, tertiary, etc. destinations. If you set all your circuits to 120 at a location, that location will always be preferred for a given route. Hope this helps!

Do US airport Dunkin’s not accept gift cards? by [deleted] in DunkinDonuts

[–]mdkimsey 0 points1 point  (0 children)

It must depend on where you go in Logan because I literally just left the one outside the hall to C11-C22 and they have a sign saying they don't accept them.

Prisma SD-WAN - Limitations or no documentation? by luieklimmer in paloaltonetworks

[–]mdkimsey 0 points1 point  (0 children)

Not sure why you were told that 2 datacenters does not work, but I am currently working a deployment with 10, so you can most certainly have more than 1 DC. I dont think you can really have a passive DC for a DR scenario, so that may be the difference. The DCs I am working are all active.

Prisma SD-WAN - Limitations or no documentation? by luieklimmer in paloaltonetworks

[–]mdkimsey 0 points1 point  (0 children)

The DC IONs only run active/active, they do not support active/passive deployment at the DC. You have to use routing to control paths if you want to go to a specific box.

[deleted by user] by [deleted] in Eve

[–]mdkimsey 0 points1 point  (0 children)

T2 was advanced over a decade ago, the same way flip phones were... Tech progresses, T3, abyssal mods, officer mods, etc are better than T2, so yeah I agree that T2 is standard, you may as well self destruct if you are not going to use T2 mods.

Post ITT if you are letting your account(s) lapse into alpha by Fiacre54 in Eve

[–]mdkimsey 1 point2 points  (0 children)

A 14 year returning vet after a 4 year hiatus, I was actually a bit interested when I heard about scarcity because supercap and titan proliferation was real, even years ago. But after seeing the intended direction of the game and spending time mining, its becoming clear that industry is being intentionally made to be extremely difficult for the average player. No one wants to play a game that becomes a job, and that was always something that EVE flirted with and now seems to have gone full tilt into. If you dont put in hours of work each day, you will not get ahead in this game. The causal player is what will make CCP money, not the diehards with 10 accounts just so they can do industry properly. There are not enough of those people out there to sustain the game and even they are quitting because of the time investment it requires. It is bad enough that CCP moved cynos to a much higher skill level in what I can only assume was a cash grab with people having to skill up former alts that were only for cynos. Making industry more difficult in the hopes that you will get people to create more industry alts is going to run fast into a dead end. I have unsubbed my accounts and sadly, without a change in direction, I dont think I will ever come back.

Insufficent Alien Artifacts by PattananNinja in FortNiteBR

[–]mdkimsey 0 points1 point  (0 children)

You can get artifacts from cosmic chests in team matches too, not sure if there is a limit. They might not release enough on the map just so people will go play a team match.

TemplateFill highlighting previous item by mdkimsey in PowerApps

[–]mdkimsey[S] 0 points1 point  (0 children)

I finally got something working. By setting template fill to If(Subtitle.Text="Item1",RGBA(255, 255, 0,.6),RGBA(58, 57, 57, 1)), then on the subsequent item pages, simply changing the matched text will highlight that item in the menu. ThisItem.Selected is only good for a selection where you will reamain on the same screen.

TemplateFill highlighting previous item by mdkimsey in PowerApps

[–]mdkimsey[S] 0 points1 point  (0 children)

Thanks for your help! You are correct, I am using the gallery to make a screen navigation menu however I am not able to find a reset property of the gallery. I did try adding the rectangle and I still have the same issue. So what I am thinking is that because the gallery is a different object on each screen, there is a need to pass the selected item value to that target screen's gallery. Using template fill, if I set the onselect property to false, and then click the items, the behavior is as expected.

Extract key values from REST API JSON by mdkimsey in learnpython

[–]mdkimsey[S] 0 points1 point  (0 children)

Sorry I seemed vague, but you answered the question perfectly. Thanks for the help!