RyanGreenup

Results 46 comments of RyanGreenup

I created an issue with tar-rs asking about acls: * [tar-rs #353](https://github.com/alexcrichton/tar-rs/issues/353) Further resources: * [Wikipedia - Table of archive Formats supporting ACLs](https://en.wikipedia.org/wiki/List_of_archive_formats#Features) * [RHEL - Archiving File Systems With...

@raphaelhuleux I use [this script](https://github.com/RyanGreenup/cadmus/blob/master/bin/tools/fixLink.sh) to find the relative path of a broken link in my knowledge base. Sometimes I copy the inside of a wiki link and use that...

I have the same issue. * Setting `ignore_blank_lines = false` in any of the following doesn't change the behaviour: * `init.lua` * `site/pack/packer/start/iron.nvim/lua/iron/core.lua` For example this code: ```python def my_func():...

I tried slime in the interim but I was having a similar issue. I tried the solution by @gnsiva and that seems to have solved it, although when I comment...

I managed to get math/latex notation working to a degree: 1. I just set up bookstack using [this docker compose](https://hub.docker.com/r/linuxserver/bookstack) 2. switched it to markdown-mode in the settings 3. Went...

The last commit that I can get to compile is: ``` commit 3c2eba921dc42960c95ac270626d0129d5c5340d (HEAD) Author: kmaasrud Date: Sat Apr 16 11:20:26 2022 +0200 build: update dependencies ``` I didn't debug...

I think this would be great! There is a similar plugin [jupyter-vim](https://github.com/jupyter-vim/jupyter-vim) that connects to the [QtConsole](https://qtconsole.readthedocs.io/en/stable/), this could be used for insight. One can also use [jupytext.vim](https://github.com/goerz/jupytext.vim) to edit...

User's can simply spin up [Ollama](https://github.com/ollama/ollama) for an OpenAI API compatible server, pretty painless. It would be fairly easy to implement [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) as well, smaller models like [LLama3.2](https://ollama.com/library/llama3.2) and [Phi3](https://ollama.com/library/phi3.5)...

I was having some issues at first as well, however, I think I wasn't waiting long enough and eventually it does show up (although sometimes it doesn't when I'm low...

> Hey! This wouldn't be to hard. Emacs has lsp built-in through the package Eglot. To be able to use markdown-oxide in Emacs, I need to know how is the...