Dimitri
Dimitri
This should be on by default, and then added to the settings menu later. Just store the `x, y` position in a `struct`
maybe have a delay from when the user starts typing before it executes `filter()` This should help alleviate having to search after every keystroke. Maybe the filter() needs to occur...
Was this the binary or did you build it yourself? Any errors? I think #37 could be related.
I just tried that URL and I could not seem to reproduce the error. Are there any messages in event viewer? I'm on 1903 as well. Unfortunately I do not...
The readme says this: > Sources can be built using Visual Studio 17, .NET Framework 4.0. Suggested target platform is x86. I would assume you would see an error when...
@diVineProportion I'll take another look when I have time. Did you download the installer, or build from source? Did you download from [here](https://github.com/dfs-minded/indexer-plus-plus/releases), or from somewhere else?
@diVineProportion I'm guessing it was open in the tray when you tried to launch it. Seems like that could be a possible bug and I'll see if I can reproduce...
nvm, could not reproduce. I just installed it and ran it and did not have any issues with it crashing.
I did not have to restart, it just worked. I'm wondering if there's a C++ redist package missing, or possibly a .net version.
`npm install -g learnyounode` does not work on windows 10, then menu / arrow keys do not work on either `cmd.exe` or `powershell.exe` It works find on linux though, I...