Alexander Nortung
Alexander Nortung
I have the following program [here](https://github.com/Alexnortung/futhark-nn/blob/ef87201d5eb29cee1945c9c87322d2bc261f3c3f/layers/convolutional.fut#L255-L259). When running the following command I get an internal compiler error ``` echo "[[[1.0, 2.0], [3.0, 4.0]], [[5.0, 6.0], [7.0, 8.0]]] [2.0, 3.0] [[[10.0,...
Some modules does not provide all options or when they are updated they need to be maintained to provide those options. This can be quite annoying in some instances and...
It would be nice if null-ls could support `on_attach` to allow configuration like https://github.com/jose-elias-alvarez/null-ls.nvim/wiki/Formatting-on-save
## Bug report ### Required System information - Node.js version: 16.16.0 - NPM version: 8.11.0 - Strapi version: 4.3.2 - Database: sqlite - Operating system: Linux ### Describe the bug...
My original goal was to try and fix the cmp issue in #52, but it did not help. This pull request adds a helper function that will wrap a string...
**Plugin affected**: all? **Nixpkgs channel**: 22.05 ## Description commit a38d531bf4d02974d9e3088146cbaf896f2fcb00 breaks my config. I am using the `extraConfigLuaPre` options, where I define some variables. In `extraConfigLuaPost` I am using those...
Attempting to use lsp-lines by enabling it results in a runtime error when you start neovim. config: ``` plugins.lsp-lines.enable = true; ``` Error: ``` Error detected while processing /nix/store/x63x75izcri00gqir1r5ib1snmnhdj14-init.vim: line...
## Feature request ### Summary It should be possible to use this plugin with the sitemap plugin to generate a sitemap. This is also currently possible by setting allowed fields...
Currently if I have a tag and try to change it with `x` if I made a typo, it does not update the closing tag. example (cursor: `|`) ```html ```...