Sebastian Lackner

Results 27 comments of Sebastian Lackner

Hi Jakob, Good job, very exciting to see support for some additional encryption algorithms. :+1: :tada: I just implemented XChaCha suport in `gocryptfs-inspect`, and everything looks pretty good so far:...

I have also seen this exception on our production servers. My current understanding of the issue is that the handshake fails (probably due to a connection abort, which also explains...

Thanks for reporting this issue. We've just released SemanticDiff 0.8.10 which should fix this issue (mostly, more on that below). Previously, we shipped various `*.svg` icons. We've now converted them...

Hello @Mane-Pal, Thanks for your report. We're aware of this issue. Unfortunately, the VSCode extension API is quite limited for integrating with commenting features. The API does not support querying...

No worries. 😊️ I've reopened the issue so that other people looking for commenting features can also help upvote the VS Code feature request. The [VS code feature request](https://github.com/microsoft/vscode/issues/200371) needs...

Hello @MakotoE, Thank you for your report. We're already aware of this issue, but haven't found the time to fix it yet. Since it can be pretty annoying we will...

Thanks for reporting this issue. Do you use a Dev Container by any chance? I suspect you are running into this issue we mentioned in the [README](https://marketplace.visualstudio.com/items?itemName=semanticdiff.semanticdiff): > When running...

We've just released SemanticDiff 0.8.10, which should fix this. As Michael suggested above, we've changed the `extensionKind` to `["ui","workspace"]` so that we can enumerate and access locally installed syntax highlighter...

We're currently considering offering SemanticDiff as a Visual Studio extension, but we would like to understand your use cases a bit better. You can help us by answering the following...

Thank you for your feature request. We have already thought about supporting C / C++ ourselves. In particular C seems quite difficult to implement though, because you often use macros,...