Nathan Moinvaziri

Results 46 issues of Nathan Moinvaziri

Original commit: https://github.com/madler/zlib/commit/2333419cd76cb9ae5f15c9b240b16a2052b27691

bug

From discussion in #1289.

Compatibility

There is no AVX support because it was equal or slower to no intrinsics/unaligned-reads during my testing.

optimization
Benchmarks wanted

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...

enhancement

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 ![image](https://user-images.githubusercontent.com/1364432/187795774-f3e5cf42-f90b-4c6b-a05a-9402330f8dca.png). 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 ``` ![image](https://user-images.githubusercontent.com/1364432/173703013-4d483593-3954-4078-bfd2-2b8535decc96.png) -...

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...