Variant9
Variant9
I wanted to encrypt something using AES in my app so I found the `aes` crate on docs.rs. It mentions the following: > ⚠️ Security Warning: Hazmat! > This crate...
I just spent an embarrassing amount of time debugging why my `ExtractFrontMatter` module wasn't working, as it wasn't outputting the new modules with the front matter removed. It turns out...
It seems that the current `master` branch already targets .NET 8 packages. Is there a timeline for a new release?
I've seen a report where object files did not seem to get downloaded, meaning the resulting git repo was fairly useless. I should compare the output to InternetWache's Dumper tool...
**Is your feature request related to a problem? Please describe.** I have both R18 content and SFW content in my Stash instance and would like only SFW content to be...
**Is your feature request related to a problem? Please describe.** I often manually tag content by copying data from a web page. For one of my sources the date format...
**Describe the feature you want to implement here:** Document whether RP2350 is supported, any any workarounds that may be needed. --- I'm trying to get this library to work on...
Using NBuilder at work, every now and then I will typo the `builder.With(x => x.Id = 10)` pattern to `builder.With(x => x.Id == 10)`, which will not work. I propose...
See beatmap 1255026. Reported in #18.
### Summary Closing tabs with "Close All" will close everything except pinned tabs (as per #19560), but "Close Others" will close pinned tabs as well. Steps to trigger the problem:...