Erik Cervin Edin

Results 30 issues of Erik Cervin Edin

What I did: On Windows 10 Installed coursier using https://raw.githubusercontent.com/coursier/launchers/master/cs-x86_64-pc-win32.zip uninstalled using cs uninstall --all What happened: ``` Uninstalled amm Uninstalled coursier Exception in thread "main" java.nio.file.AccessDeniedException: C:\Users\ErikCE\AppData\Local\Coursier\data\bin\.cs.aux.exe at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:275)...

When I click any of the Export scheme to configurations file, nothing happens I expected a prompt to download the file or the text copied to clipboard but neither happened....

It appears one can add a file outside of the repo using the [`insert-beginning`](https://github.com/newren/git-filter-repo/blob/main/contrib/filter-repo-demos/insert-beginning) demo. Steps to reproduce ``` mkdir insert-outside && cd insert-outside git init && git commit --allow-empty...

bug

This isn't exactly a severe issue but running `setup.py` on windows throws unless running as an administrator since creating a symlink on Windows requires administrator privileges'. Possible solutions: - Add...

### Neovim version (nvim -v) 0.6.0 ### Vim (not Nvim) behaves the same? no 8.2.3441 ### Operating system/version Windows 10/19043.1348 ### Terminal name/version Windows terminal 1.11.2921.0 ### $TERM environment variable...

bug
platform:windows
terminal

Explain the problem here ... Running `:PlugStatus` when editing a git commit message results in: ``` Error detected while processing function 19_status[1]..19_prepare[7]..function19_status[1]..19_prepare: line 7: E605: Exception not caught: $GIT-DIR detected....

# The problem The log `--follow` option doesn't play nice with the commit graph in Tig. # Examples For example, in the tig repository, if you run ``` tig Makefile...

Invoking `tig --follow ./file` and subsequently pressing `%` crashes with ``` tig: No revisions match the given arguments. ``` the same error as `tig --follow ./non-existing.file` tig version 2.5.1 ncursesw...

type:bug

Setting ``` set wrap-lines = yes ``` causes `apply`/`revert` functionality in `stage` view to fail to apply/revert chunks, with chunks that have wrapped lines. Possibly related to #454. My guess...

The following [model](https://play.minizinc.dev/#project=%7B%22files%22%3A%5B%7B%22name%22%3A%22Playground.mzn%22%2C%22contents%22%3A%22enum%20foo%20%3D%20%7BA%2CB%2CC%7D%3B%5Cnopt%20set%20of%20foo%3A%20bar%3B%5Cnset%20of%20foo%3A%20biz%20%3D%20bar%20default%20%7B%7D%3B%5Cnoutput%20show(biz)%22%7D%5D%2C%22tab%22%3A0%2C%22solverId%22%3A%22org.minizinc.gecode_presolver%22%2C%22solverConfig%22%3A%7B%22enableTimeLimit%22%3Afalse%2C%22timeLimit%22%3A1%2C%22allSolutions%22%3Afalse%2C%22verboseCompilation%22%3Afalse%2C%22verboseSolving%22%3Afalse%2C%22compilerStatistics%22%3Afalse%2C%22solvingStatistics%22%3Afalse%2C%22outputTime%22%3Afalse%2C%22freeSearch%22%3Afalse%7D%2C%22minizincVersion%22%3A%22latest%22%7D): ```zinc enum foo = {A,B,C}; opt set of foo: bar; set of foo: biz = bar default {}; output show(biz) ``` fails with ```text MiniZinc: type error:...

bug