suketa

Results 57 comments of suketa

@stephenprater Thank you for your answering. I noticed we can't convert varchar, blob to Ruby String object with duckdb v0.7.1. So I decided to keep current `each` method and add...

Already impremented. So close this PR.

Thank you for your reporting. I haven't founded the way to fix these issues yet. If you provided a pull request to fix these issues I would gladly merge it.

fixed by #659 #660. so close this PR

I'm not sure, but... nvim-dap-ruby invokes rdbg process which run your spec and try to connect to rdbg process after `waiting` milliseconds. But, nvim-dap-ruby might fail to connect the rdbg...

fixed by #664, #666

Thank you for your information. fixed by #16. Could you try the lates version?

Could you try `:lua require'dap'.continue()` again or bind key `:lua require'dap'.continue()` yourself?

1. Find your directory path having `duckdb.h`. 2. Find your directory path having `libduckdb.dylib`. 3. gem install duckdb with `--with-duckdb-include` and `--with-duckdb-lib` option. ``` gem install duckdb --with-duckdb-include=your_duckdb.h_directory_path --with-duckdb-lib=your_libduckdb.dylib_directory_path ```

@coderabbitai How we can fix the following error on CI? ``` Run env RUBYOPT=-W:deprecated ruby -Ilib test/duckdb_test/ruby_asan_test.rb env RUBYOPT=-W:deprecated ruby -Ilib test/duckdb_test/ruby_asan_test.rb shell: /usr/bin/bash -e {0} env: DUCKDB_VERSION: 1.1.3 AddressSanitizer:...