Simon Barthelmé

Results 14 issues of Simon Barthelmé

I'm having trouble getting the new org-babel support to work properly. Evaluating code blocks works but exporting results doesn't. MRE: initialise a test.org file with ``` -*- julia-snail-extensions: (ob-julia) -*-...

bug

Currently the completion mechanism identifies the symbol at point and queries REPLCompletions for suggestions. REPLCompletions is actually capable of some context dependence when completing, for example in lines that start...

discussion

This is a really minor annoyance but it should be easy to fix. What typically happens for me when I load a buffer into Julia that has an error in...

discussion

When using Documenter.jl for package docs, there is the option of including example code in a function's docstring by enclosing it with backticks. It'd be nice of julia-snail could recognise...

enhancement

laas-mode is great but the default behaviour that substitutes things like 'e is very disruptive in my experience, especially when writing in French. It'd be great if there was an...

Add Hough transform, possibly from CImg's own hough_transform2d.cpp

enhancement

* Add na.rm option to parsd, parvar. * Check CImg functions for NA safety So far, functions that should be NA-safe but aren't: boxblur, median, medianblur

enhancement

There's an issue with the limits of the default colour scale when plotting with high precision floats (e.g. BigFloats). ## Details When plotting data that isn't Float64s but higher precision...

bug

I've updated Documenter.jl to v.0.27.5 and for some reason the "# hide" command does not seem to work anymore. I use it to hide plot generation, maybe there's a preferred...

Type: Enhancement
help wanted

There's two minor issues in the "vterm and Ubuntu" section of README.md, I think 1. `sudo apt --purge remove emacs` should just be `sudo apt remove emacs` (it errors otherwise)...