Friedrich von Never

Results 301 comments of Friedrich von Never

@luca-piccioni hey is there a reason why 0.7.1 NuGet package have .NET Core binaries, but 0.8.4 haven't? Sorry but I can't find any corresponding discussion.

For autoupdate, there're the following options: - [Sparkle](https://sparkle-project.org/) (macOS) / [winsparkle](https://winsparkle.org/) (Windows) - https://github.com/Squirrel

> If you check the IL, F#'s typedefof is pretty inefficient. [I believe we can fix that](https://github.com/Microsoft/visualfsharp/issues/5019)!

> See how to disable it on non-gcc compilers There're two ways of dealing with that: either `#define __attribute__` for non-gcc compilers, or `#define NONNULL __attribute__((nonnull))` for gcc only, and...

Господа, вам стоит обратить внимание также на [Tectonic](https://tectonic-typesetting.github.io/en-US/): это штуковина, которая умеет ставить пакеты по требованию из снапшотов (наподобие Haskell Stack) и сама по себе является XeLaTeX с плюшками. Я...

It looks like it got better after #90, while still clunky.

The last report is pretty strange, since there definitely was a check for the disposed project in 2.0.2 already. But anyway, this should no longer reproduce (with this stack trace,...

Yep, IntelliJ has the ability to fetch and run particular inspections by name. We should implement that. Currently, you only can run all the PSScriptAnalyzer inspections at once: find action...

For me, the issue is that the output is different for run from an OS terminal and for run from the plugin. It should be exactly the same. I was...

The current problem if I try to start PSES v3.12.0 with intellij-powershell: ``` com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a boolean but was BEGIN_OBJECT at line 1 column 147 path $.result.capabilities.hoverProvider at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:397)...