Caleb Fahlgren
Caleb Fahlgren
Yes, for sure. One of the main things before the majority of development can be done is adding tests. What errors are you getting? The hard part is setting up...
Hey, I plan to write some documentation on how to setup a local environment before it is dockerized and is easier to setup an environment. What are you having issues...
> Hi @cfahlgren1, > Found your repo to be appealing as I have experience with Django and love basketball. However while setting up the project locally, specifically when installing the...
@BenjMaq @vaibhvshrma , the dev environment is now simplified with docker and can be setup in linux with a few commands. Checkout the README for instructions on creating the environment.
> @cfahlgren1 I have made changes for above, do check and let me know in case you need anything else. Hey @transhapHigsn , I am still getting an error even...
This is great, maybe for the parquet branch, a mention of partial conversions up to 5gb might be helpful.
Not sure if it would clutter the graphic, but an [auth](https://duckdb.org/2024/05/29/access-150k-plus-datasets-from-hugging-face-with-duckdb.html#authentication) example is good to know for users querying their private datasets. ```sql CREATE SECRET hf_token ( TYPE HUGGINGFACE, TOKEN...