BarsDev

Results 11 issues of BarsDev

Please find the stacktrace: ``` Traceback (most recent call last): File "/home/user/Downloads/DragGAN-main/visualizer_drag.py", line 402, in main() File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in...

Hello, I'm investigating the use of this awesome library for a project I'm working on. More specifically I need to be able to run some of the tasks on the...

Hello, I've been trying for a long time to make setup a variable whose query depends on another variable and couldn't. The only explanation I have is that there is...

enhancement

## Description A column expression is not accepted in LIKE condition ## Steps to Reproduce I have a table containing strings that are patterns (they contain wildcards like % and...

C-enhancement
A-like-expr

I would like to conditionally compile some code only when C++ is also compiled. This is for testing purpose, the tests need some data from the module ffi but not...

help wanted

Hello, is the name rbatis::plugin::table_sync::ColumMapper a typo? I see the method get_column is written correctly

help wanted

Hello, I am trying to decode the content of the Level Blueprint which I think it's embedded in the .umap file. I've tried to read that using your tool and...

The documentation does not explicitly state what functions are thread safe and which one is not. For example `duckdb_get_or_create_from_cache` I've seen from the source code it does lock a mutex...

Hello, I am working on a DuckDB driver implementation for Sqlx. I see that the enums for connection configuration are do not implement `Clone`. Moreover is there any reason for...

Hello, Did you consider simplifying the UI for the "Find" to use text symbols similar to VS Code (right-aligned, on the same line with the input)? ![Image](https://github.com/user-attachments/assets/f51e4fa9-dba9-45fd-a377-a1e7576e109b) An example could...

I-task