Vinícius Dantas
Vinícius Dantas
First of all, congrats for the awesome work you've put in here! I've got the following files: ``` src ├── foo.rs ├── lib.rs ├── main.rs ``` I am trying to...
Hello! I am trying to run the basic commands from the README: ``` funq --host 0.0.0.0 --port 9000 YourApp ``` But I find that it is not binding to port...
I currently have the following workflow: 1. import csv 2. transform it 3. re-export it back to csv However, I noticed all headers are now using snake_case, which is clearly...
I am trying to get acquainted with tree-sitter, so I went to the playground page and started testing a few queries. However, the playground isn't outputting the result of queries...
Thanks for the great work! It is very convenient to have a drop-in replacement of `std::collections::HashMap` that works concurrently. What are the thread-safety guarantees at the key-level offered by dashmap?...
Can the uploadlineitems create new line items? As far as I have tested, it is only managed to edit existing line items. However, I need to programatically create new ones
**Is your feature request related to a problem? Please describe.** As part of supporting MacOS (#145), we should support ARM64 as Apple has migrated from x86. **Describe the solution you'd...