Variant9

Results 100 comments of Variant9

Hi @Yatekii, I just decided to take a look myself so I happened to have the code open. I wasn't able to compile your branch (I copied the wrong PR...

Alright, this is not my proudest moment, but after a few hours of reading probe-rs code, the RP2350 datasheet and the ADIv6 spec, I traced the code to where it...

No offense taken. I know this is most likely out of scope, it's just how I (want to) use Stash. If a maintainer tells me this would be an anti-feature...

I assume this was closed because of #6262 which implements a global toggle that hides NSFW-only UI components. From what I can tell, it didn't add a way to specifically...

That would work, thank you. In the case of AES, is there a problem with linking to the [block-modes](https://github.com/RustCrypto/block-modes) repo for usecases that don't require checking the authenticity of the...

The platform I use doesn't have a scraper and you can't look for files by their file name anyway so that's not an option (it is similar to patreon). I...

I mean that the website I use does not allow searching by file name. If I end up writing a plugin, I can do the research on what I can...

I understand that there is ambiguity when working with MM/DD/YYYY and DD/MM/YYYY, but that's not what I'm asking. I only want both YYYY/MM/DD and YYYY-MM-DD to be accepted (ie. the...

You can extract the item data from the game using [gust_tools](https://github.com/VitaSmith/gust_tools) or [atelier-tools](https://github.com/holly-hacker/atelier-tools). You will then have to parse that XML data to extract what you need, of which I...

You can check out the code behind that synth-graph page [here](https://github.com/holly-hacker/atelier-wiki/blob/main/frontend/src/routes/sophie/tools/synth-graph.tsx), but it's just a simple graph traversal so there's not that much to learn I think.