David Anthoff
David Anthoff
Would be really neat if the linter could emit messages about type instable functions.
I would _love_ to use this in the VS Code extension, but the current model of having separate branches for different Julia versions won't work for us: we can only...
The general type piracy in this package here, `GenericSVD` and `GenericSchur` recently broke precompile across an incredibly large number of packages, for example pretty much all of Queryverse. This PR...
A lot of things have changed with dev containers, this tracks things.
@pfitzseb, something like this. But we need to figure out the credentials story...
Essentially go through the IJulia codebase and check what we are still missing.
Then one could use rule marks to create nice quiver plots. I think it would really be two styling options: one for the beginning, and one for the end of...
We currently get crashes in `get_offset` when called inside `textDocument_signatureHelp_request`. I've added a call to `index_at` in the same implementation, and that one doesn't crash. So, `get_offset` is just buggy....
This is just to track one idea how a future Juliaup that selects Julia versions based on manifests and the channel system could interact. Maybe `julia +FOO` could actually do...