jaimergp
rjai.me
jaimergp
@rjai.me
Another PhD captured by open source.

⇒ Core team at @conda-forge.org.
⇒ Steering council at @conda.org.
⇒ Staff Software Engineer at @quansight.com.
⇒ Blogging at rjai.me.
TIL you can configure VS Code's Python debugger to ask for CLI arguments on every execution.

The key option is:

```
"configurations": [
...,
"args": "${command:pickArgs}"
]
```

More details: code.visualstudio.com/docs/python/...
July 15, 2025 at 8:03 PM
This is how it looks for `conda-forge::python`:
April 1, 2025 at 2:12 PM
TIL you can add <a href="...">URLs</a> to Github Projects text fields and they will be rendered in the item tab nicely!

I'm using this to link to items without an associated issue, without having to click on the item description. Pretty neat!

(Sadly you can't use <img src="..." />)
March 14, 2025 at 1:15 PM
@prefix.dev's rattler-build is getting more and more traction in @conda-forge.org.

This is now shown as a new row in the conda-metadata-app tables! More specifically: which tool(s) and recipe format were used to build the package.

See for yourself: conda-metadata-app.streamlit.app?q=conda-forg...
January 30, 2025 at 1:55 PM
OMG I've been looking for this VS Code settings for AGES. I don't want to open my system file manager for anything!
January 29, 2025 at 10:17 PM
I don't like many things about the conda CLI application.

One of them: how it messes with your `~/.bashrc`. It should just change `$PATH` and that's it. `pixi shell` does it better, with fresh processes. And now you can do it in `conda` too!

Check my new experiment!
github.com/jaimergp/con...
January 13, 2025 at 7:11 PM