riki

Results 79 comments of riki

@Tmpod not yet, I want to get the plugin working first and then I'll send a PR to this repo.

You can find a preview version of the plugin [in this gist](https://gist.github.com/liquidev/8d8c813ea6b9d8428d66d1423b09901a). Let me know if you run into any crashes, and what things I could improve. One notable thing...

Can confirm all the issues. The inconsistencies with the CLI's `--export` argument made me switch to a proper IDE with a custom Ant script that is supposed to handle everything...

@cjdg it actually depends on what you chose in the GUI, the platform command line param is useless. At least on Windows.

That only proves even more inconsistencies. BTW, @cjdg when you changed them did you click Export or Cancel?

The two last rules could easily be mitigated though. A mechanism for browsing and reverting edits would be more useful, admins could browse through the older versions and revert to...

Another case where this happens is within crates that are in the workspace. In [Mica](https://github.com/mica-lang/mica) I have the implementation split into multiple crates for better separation, and Flowistry panics for...

@alaviss This is happening to me constantly while I'm writing euwren, but it's seemingly random, so making a reproducible case will be difficult. This is the file where this occurs:...

@alaviss nimsuggest does seem to throw errors sometimes and they appear on the status bar, but the highlighting doesn't disappear. nimsuggest continues functioning. The message that appears very often is...

The problem seems to occur reliably on [this exact commit and these exact lines](https://github.com/liquid600pgm/euwren/blob/162d4a680247fb7c2b13cb9eff8a6b6081d88507/src/euwren.nim#L847-L891).