Vadim Demichev

Results 7 issues of Vadim Demichev

Cannot be compiled with MSVC. Fix: variable length arrays declared on stack can be replaced with memory allocation using alloca(), e.g. `Matrix* errori[network->numLayers];` declaration in batchGradientDescent() (optimizer.h) can be replaced...

#### What happens? Saving to .csv throws "Exception thrown at 0x00007FFB75ED0D2A (ntdll.dll) in duckrw.exe: 0xC0000008: An invalid handle was specified." The .csv is however saved correctly. However I guess the...

#### What happens? Any query results in parser error. #### To Reproduce ``` #include "duckdb.hpp" using namespace duckdb; int main() { DuckDB db; Connection con(db); con.Query("CREATE TABLE people(id INTEGER, name...

First, thank you for a fantastic tool! Just tried it, works great. I wonder, would it be possible to add options for applying various kinds of filters based on q-values?...

enhancement

Below steps to reproduce (MSVC 2022): ``` #include #include "EASTL/vector.h" inline void* operator new[](size_t size, const char* pName, int flags, unsigned debugFlags, const char* file, int line) { return std::malloc(size);...

### Zig Version 0.11.0, x64 Windows; same problem with the latest master ### Steps to Reproduce and Observed Behavior Create any cpp file, try to compile with -target native-native-msvc -...

bug

Hi, could you please add a license?