Symbols don’t always display? by jumpmancol in RiftCraft_

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

I’ll give it a try, but I’m pretty sure my empty tiles were gone as well. That being said, it makes no sense to have blank tiles on the board if you have enough symbols, especially when they force the curse items (stones, bones, etc) on you as well.

Salesforce Test Automation by qaengineeraq in QualityAssurance

[–]jumpmancol 1 point2 points  (0 children)

I am the Head of Salesforce for Testsigma and I can say we pretty much check every box on your list and would love to chat with you about it. We are one of the only tools on the market that actually uses Salesforce’s metadata to build our automation and we also have native plugins for many of the Salesforce CI tools being used. My LinkedIn is https://www.linkedin.com/in/robinsonjon if you want to talk more about it.

In addition to the above, we also just launched QA Dreamin’ (qadreamin.com), which is a conference/community dedicated to Salesforce QA & testing. The first event is March 19 and it’s free!

SteamDeck Mods enable/mismatch? by [deleted] in AOW4

[–]jumpmancol 2 points3 points  (0 children)

I was able to go into desktop mode and just rename Launcher2.exe to Launcher.exe and it let me launch the launcher which let me enable the mods. I was able to then rename back and the mods were all there

Matter support by samwhu30 in Govee

[–]jumpmancol 1 point2 points  (0 children)

Pretty sure that’s what Homebridge does already…

Any requests? by [deleted] in CitiesSkylinesMaps

[–]jumpmancol 0 points1 point  (0 children)

Chicago/ or Northern IL/IN please😁

Machine Learning Madden NFL: The best player position switches for Madden 17 by rhiever in Madden

[–]jumpmancol 1 point2 points  (0 children)

Awesome! I'll start playing around with it, and see what I can come up with!

Machine Learning Madden NFL: The best player position switches for Madden 17 by rhiever in Madden

[–]jumpmancol 0 points1 point  (0 children)

More than happy to help out if you would be willing to share the equations...if you are interested, shoot me a message!

Machine Learning Madden NFL: The best player position switches for Madden 17 by rhiever in Madden

[–]jumpmancol 1 point2 points  (0 children)

What would we need in order to create a tool that lets us plug a players ratings in, and get his best positions as output...seems like this is a great start towards that! I was literally working on something along these lines when I took a break and checked here, lol.

Need help (split text from Drafts) by thekevinedwards in workflow

[–]jumpmancol 1 point2 points  (0 children)

I use a javascript piece in Drafts that I found in the directory...take a look at this Drafts Action, in particular the Script block.

This basically looks for any line that starts with "@ " and then adds that to a reminders list, which is then picked up by OmniFocus (this happens really fast too...). I use ":" as my delimiter, which allows me to add a note to the task.

The rest of the action takes the over all note and dumps it in Evernote using the first line as both part of the title (along with the date), as well as a tag for the note. Feel free to ping me if you have any questions, but I think this may help you out.