Nathan Moinvaziri
Nathan Moinvaziri
Original commit: https://github.com/madler/zlib/commit/2333419cd76cb9ae5f15c9b240b16a2052b27691
There is no AVX support because it was equal or slower to no intrinsics/unaligned-reads during my testing.
This is a feature request to add support for alternative text (tooltip) to the SVG icons. I believe it can be done with a child `` tag. I use the...
This is an idea to abstract the file read/writes and memory access in frame.c to a separate streaming interface. This is to prevent all of the `frame->sdata != NULL` checks...
There appears to be a bug in `blosc2_schunk_to_frame`. It happens in: https://github.com/Blosc/c-blosc2/blob/9de39a266ae28661397448764c63b41f05bdf2c0/blosc/frame.c#L606 `off_chunk` is null because `nchunks == 0`. Next highest function up in the stack is `blosc2_new_schunk` and it...
Description: * On each commit these workflows will be run to verify that project generation, source file compilation, and test cases run successfully. * On each pull request a workflow...
Using version 2.3.0. See #70 . The menu item doesn't show up anymore.
In recent version of Visual Studio 17.2.3 and SmartCommandLineArgs 2.3.0, arguments that contain backslash n are sent to the application as a new line character. ```bash --my_arg=c:\users\nathan\source\myfile.txt ```  -...
When loading a minidump with Visual Studio I get a dialog with this error: ``` --------------------------- Microsoft Visual Studio --------------------------- The 'CmdArgsPackage' package did not load correctly. The problem may...