szalkerous
szalkerous
PLEASE add in Sync Storage API support. I realize it's limited to 100KB per extension, but I'd be shocked if this one exceeds that even in heavy-use environments. Having to...
If it's of any help, what I did for now was do a local fork and make the following changes: IQueue.cs -- add `int Count();` RingBuffer.cs -- add `public int...
> You are using this with SharpDx, cool. To be honest, I use DisposableFixer as a VS-wide extension for all my projects. However for SharpDX it is even more valuable...
> > > @szalkerous Is this still an issue? @BADF00D I apologize for not keeping up with this issue. I will take your suggestion regarding the code marking and try...
If you're looking for someone to assist in developing this feature, I'm a professional engineer of 20 years (mostly MSVC and .NET) and I'd be willing to give you a...
Sure, I'll clone the repo locally and give it a look.
The current workaround I've put in place as a stopgap measure is to iterate through all the default headers and parse out all illegitimate characters (using similar code to what's...
I noticed the Typora editor creates these as well and they aren't handled in many parsers. I'd love to see this implemented, either natively or via a plugin.
Same issue on Windows Server 2025 Standard. By default, this is the $PSVersionTable.PSVersion: ```shell Major Minor Build Revision ----- ----- ----- -------- 5 1 26100 2161 ``` Within an administrator...