Tymoteusz Makowski
Tymoteusz Makowski
I have been using rules that @erikw suggested, but noticed they don't always work for me. For example, `|]` + `"` = `"|]` where I would expect `"|"]`. Therefore I...
I felt like what Rhino offered was mostly bound to Node (JS bundling, up-to-date SASS, linting JS, linting SASS, ...) which is not available in certain environments.
I have just reproduced this using a minimal `.vimrc` file: ``` set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'plasticboy/vim-markdown' Plugin 'davidhalter/jedi-vim' call vundle#end() filetype plugin indent on ```...
I have also experienced a bit awkward dimming in markdown. I have set `context` to 0 and you can see results below. I found out that using [tree-sitter playground](https://github.com/nvim-treesitter/playground) setting...
@bfredl looks good! I cannot reproduce the issue anymore.
I just realized that with this change we should build `pkgdown` on push to main. This way documentation of the development version stays up to date. Thoughts?
Hi! Last week I worked on implementing https://github.com/Appsilon/rhino/issues/530. As a result I created a build script which creates a site with multiple versions of documentation and a switcher. **You can...
I see this issue marked as `p2-has-workaround`. What is this workaround? I looked for making Astro LSP ignore one particular line, but haven't found anything of use. Is there a...
- `ls` on macOS has classifiers on by default. However, these are not displayed when piped. - `ls` on Ubuntu (`ubuntu:latest` Docker image) has classifiers off by default. In both...
I have a solution for anyone who experiences issues with `additional_dependencies` AND installed R via homebrew on their MacOS. **Replace homebrew R installation with a manual installation (or one via...