Pablo Hernandez-Cerdan

Results 42 issues of Pablo Hernandez-Cerdan

I have generated stubs for a pip installed module (generated with pybind11) to aid with development. I have pyright as my Language Server Protocol (LSP). Where should I put the...

question

Initialize magma as usual: `:MagmaInit` or `:MagmaInit kernel_name` Change buffer in neovim and use shared option: `:MagmaInit kernel_name shared` TODO: Improve argument parsing for :MagmaInit Now, the same kernel is...

**Is your feature request related to a problem? Please describe.** MagmaInit works per buffer, I would like to share the kernel between buffers. For example, I might define a function...

enhancement

"tmux" might not always appear in $TERM (info). Check for "$TMUX" env variable or "tmux" in "$TERM_PROGRAM" Tested to work when TERM inside tmux is set to "xterm-kitty"

The POSIX glob and python `glob.glob` make this distinction. `glob("/path/*")` shows all the files and directories `glob("/path/*/")` shows only directories There was a bug in pathlib with the same issue:...

Sometimes the virtual text doesn't fit in the buffer width.

**🚀 Feature** Add all the transforms of torchio to Slicer. **Motivation** Slicer is very useful for testing/visualization.

enhancement

Maybe I am missing something in my vimrc with the folding options, but I am unable to fold based on syntax in cmake files. Shouldn't this be possible with the...

enhancement

Hi, I was trying to play with jats and found your awesome work here. I run: ` pandoc examples/example1.md --filter pandoc-citeproc -t JATS.lua -o example1.xml --template=default.jats --bibliography=examples/example.bib --csl=jats.csl` And then...

`igraph` has this `degree_sequence_game` [src/games.c] method to randomly create a graph with a set of degrees. I wonder if you know if there is any implementation of that stochastic algorithm...