Hugo Rivera Calzadillas
Hugo Rivera Calzadillas
Add Vis
[Vis](https://github.com/martanne/vis) is a lightweight text editor. Syntax highlighters are defined using the Lua LPeg library. Vis plugins are written in Lua.
### Describe the Bug When a Python version matching the system version is not installed, asdf does not fallback to the system version and requests that the same version be...
Hello, Do you have recommendations for importing history from a ~/.bash_history file?
### What feature would you like to see? I would like to implement "smart hybrid line numbers" in vis, as described for vim [here](https://jeffkreeftmeijer.com/vim-number/). This means I want absolute line...
## Feature Request #### Is your feature request related to a problem? Please describe. This would be a nice extra feature to give me more room when typing. It also...
Right now, if my camera is disconnected or there's any problem, I need to restart OBS Studio so that the `/view` page can reopen the websocket connection. It should be...
- Log host:port - Log client IP for every websocket message received Example: ``` $ mtplvcap -debug server [0000] INFO usb: found: ... [0000] INFO usb: found: ... [0000] WARN...
Hello, As an open source project, this code can run a number of GitHub Actions for every pull request at no cost. Would it be useful to add basic CI/CD...
Sometimes I find it difficult to remember the port number. This line can help: `log.Infof("listening on %s:%d", *host, *port)` Would it also be useful to automatically open a browser to...
Currently, the server doesn't send clients a close frame when it shuts down and it logs an error if it receives a close frame from a client: ``` [0003] ERROR...