Eduard Sergeev

Results 8 comments of Eduard Sergeev

I bit of investigation: apparently online version has `font-size: 14px;` set for `body` while *.svg file has `font-size: 16px;` (default browser font-size?)

> Yep, only CRC32C can be hardware accelerated. It is probably the case for x86/SSE4.2. But it looks like Arm does support both [CRC32](https://developer.arm.com/documentation/dui0801/g/A32-and-T32-Instructions/CRC32) and [CRC32C](https://developer.arm.com/documentation/dui0801/g/A32-and-T32-Instructions/CRC32C) (since ARMv8.1) as does...

By the way I have implemented this feature in [Haskutil](https://github.com/EduardSergeev/vscode-haskutil#user-content-fill-typed-hole). The implementation is pretty basic though. @dramforever could you elaborate on the example of a constraint which would be a...

@dramforever, eventually I decided not to use GHC Simple's public API in my project. I did start with it (hence #67) but as I was coding my extension I needed...

Could someone please merge this PR? It is a great tool for certififcate management but being stuck with .NET 6 is a major limitation these days. Or is there some...

Same problem happens with `example` in JSON: ![image](https://user-images.githubusercontent.com/722409/115485417-08b8f580-a298-11eb-9aad-e7e503cecab4.png) ![image](https://user-images.githubusercontent.com/722409/115485462-22f2d380-a298-11eb-997f-8cc7da685bac.png)

Another option is to extract PY's syntax highlighting into a separate extension? Then you can install both extensions if you need the current behaviour. You can even create a separate...

It is probably not a bug and I now suspect that `$(NugetPackageRoot)` is not supposed to be available before `Restore` target is executed. Might have been working in previous SDK...