Jonas Haag

Results 799 comments of Jonas Haag

@l1t1 I'm going to block you now, sorry but I've asked multiple times and you ignore my requests.

Thank you, this sort of works, but has serious limitations: 1. You need to write it this way: ```sql SELECT ... FROM (SELECT * FROM ..., 'missing3' as const3) t1...

DuckDB 1.1 timing: - Without `AND t1.col1 = 'missing'`: 8 s - With `AND t1.col1 = 'missing'`: 14 s So it seems like timing as been reversed 🤔 still the...

Sorry, I meant `git lfs fetch --include` doesn't do the job. `git lfs checkout` works fine for my purposes since you can simply pass a full/relative path. For some reason,...

Aargh, and I meant `git lfs fetch --include 'absolute/file with spaces.jpg'` didn't work. I'll have a look some time if I can get a draft done!

Another bug? https://deploy-quickstart.roboflow.com/results.html here it says to use `inference.load_roboflow_model` but that does not seem to exist.

Ah interesting, didn't consider this. Chrome through JupyterLab proxy.

I just realized that Micromamba does not include one of the directories that Mamba does: ``` $ mamba info | grep condarc user config file : /home/xxx/.condarc populated config files...

I checked all paths from the Conda docs for inclusion in Micromamba: ``` [Reordered for clarity] YES /etc/conda/.condarc YES /etc/conda/condarc YES /var/lib/conda/.condarc YES /var/lib/conda/condarc YES $HOME/.conda/.condarc YES $HOME/.conda/condarc YES $HOME/.condarc...