Peter Munch-Ellingsen

Results 78 issues of Peter Munch-Ellingsen

Nimsuggest currently only returns positions for symbols, errors, etc. This means that some editors ends up doing things like this: https://github.com/pragmagic/vscode-nim/blob/master/src/nimMain.ts#L146 in order to try and convert a position to...

According to https://nim-lang.org/docs/nimsuggest.html only `def`, `con`, `sug`, and `use` are explained but according to the `nimsuggest` command we have a longer list (`sug|con|def|use|dus|chk|mod|highlight|outline|known`). It would be nice to have some...

For some reason RadioButtons didn't have an onselected field nor the functions to add one. These have been added in the same style as the combobox. ProgressBar had only a...

This is something which have irked me ever since I tried `jsondoc` ages ago, and a situation I've tried to improve but which never seems to get up to full...

We already have an [issue](https://github.com/nim-lang/Nim/issues/4322) for streams missing any concept of endianness. During a discussion on IRC we came to an agreement that it would be nice to have a...

It seems like something have broken with Pakku and/or AUR. I'm trying to install the GCC cross-compiler for ARM and I just get an error saying it can't find [arm-linux-gnueabihf-gcc-stage2](https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc-stage2/)...

I have a program which runs for a long time, every once in a time sending something over MQTT. Recently I got a crash with this error message: ``` /home/peter/.choosenim/toolchains/nim-2.0.0/lib/pure/asyncdispatch.nim(2022)...

I want to change some of my .desktop entries. Placing my own copies in `~/.local/share/applications` simply makes two entries in the launcher. Either entries with the same names should be...

When running this application in centred mode the first run will still run it in the corner.