Samuel Ainsworth

Results 224 comments of Samuel Ainsworth

the docs seem to indicate that they have different semantics but iiuc your comment implies that they do the same thing?

What is the "artifacts issue"? I don't have any context for what's going on here

Also what's the relation between this issue and https://github.com/olynch/scientific-fhs/issues/6#event-6655419832?

Ahh, ok. Hmm, I'm not sure I know exactly what to do, but I would try creating some kind of derivation that does `patchelf --add-needed` and then uses `autoPatchelfHook` to...

Same issue here. PDF file is attached. Oddly enough, I've found that it does actually show the PDF correctly around 1/10 times. FWIW I'm accessing the PDF over SSH with...

I'm facing the same issue trying to load my sqlite schema at build time for sqlx...

You can already do this just as with any other extension installation. Go to the "Extension Marketplace" and enable the rust-analyzer extension. It will auto-detect NixOS and make the appropriate...

Thanks for your response @msteen ! Disabling didn't seem to work for me: ``` ❯ systemctl --user disable auto-fix-vscode-server.service Failed to disable unit: Unit file auto-fix-vscode-server.service does not exist. ```...

Is it possible set `DATABASE_URL` in `build.rs`? I'm in a situation where I'd like to auto-generate a sqlite database from a `schema.sql` file at development time, and then use the...

The whisper-large-v2 model is available [on HuggingFace](https://huggingface.co/openai/whisper-large-v2), and they support a hosted API. I've not used it yet personally, but they appear to support streaming inference. Might be worth exploring!