randomizedthinking

Results 22 issues of randomizedthinking

When using XPlot,Plotly, one has to create a layout val even just to change a minor element. Since the Layout type contains so many components, I think it would be...

enhancement
help wanted
Area: API

The current implementation of the `connect` function demands the password to make a connection. Is it a better approach to read .pgpass and respect the peer authentication setting?

### Describe the bug Under the Debian build, some directories from `/home/runner` are leaked into the lua `package.path` and `package.cpath`. These directories are on the build machine, and should not...

bug
build
lua

### Describe the bug When using `vim.fn.remove` to remove items from a list, it does not do the job. ### Steps to reproduce nvim --clean :edit foo.lua local list =...

documentation
lua

Antifennel support. - no any other dependence is added to aniseed; - two commands are added - AniseedAntifennelBuffer: show antifennel source code for lua buffers; - AniseedAntiluaBuffer: show compiled source...

Here is a fennel keyword syntax issue: the keyword syntax does not recognize numbers 0-8, but 9 is treated as a valid keyword char. Please see the screenshot below. ![image](https://user-images.githubusercontent.com/5283430/215180888-b6fba145-94c9-47b0-b443-e9890384e863.png)

bug

Based on the document, I tweaked the option `g:sexp_maxlines` to a large number, but it does not help. My experiment shows the cutoff is about 51 lines. For instance, the...

`ob-tmux` is great but it does not highlight the code in the source block. Can we add a `:src` variable to specify the source type, then tmux can use `ob-src`...

The code is well written that it is usable just after a few minor tweaks. Hope you can come back to the project. If it is still alive, I'd happy...

When using sspipe, pyright gives a warning of "Expression value is unused" if not assignment is given for sspipe statements. Please see a screenshot below. ![image](https://github.com/sspipe/sspipe/assets/5283430/6ee8994a-b8ab-44f7-a4a7-9c0cf3132fa4) Is there a nice...