Sebastian Lorenz

Results 25 issues of Sebastian Lorenz

Currently, the docker images distributed with this repository do not handle SIGTERM properly when running docker stop. It's inconvenient to manually run ``docker exec my-container /usr/bin/kavka-server-stop && docker stop my-container``,...

SchemaLink currently doesn't support subscriptions. This pull request adds that. I understand that this is probably not a very common so I'd like to explain my use-case: We are running...

Using http://schema.rdfs.org/all.json as an example is a bit painful because it is so verbose. Something like: ``` json { "datatypes": { "isFamilyFriendly": { "comment": "Indicates whether this content is family...

The README mentions that there are plans to add GraphQL support "once it matures". I think we have reached that point. Actually quite some time ago to be honest. We...

enhancement
GraphQL

This is a work in progress and serves as an experiment / exploration first and foremost. If successful, feel free to (but by no means obliged to) consider this for...

Adapting https://github.com/juanfranblanco/vscode-solidity/pull/359 to work with this extension too (h/t @shekhirin)

improvement

Hi. Sorry for not opening an issue beforehand. I discussed this with @fvictorio on Discord a bit earlier today and thought I'd go ahead and experiment a bit. This adds...

### What version of Turborepo are you using? 1.5.5 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...

kind: bug

The `map` field type currently uses a simple object as a representation. However, that doesn't work for `bigint` keys. Same for `boolean` keys. That's also theoretically supported and there's even...

The `matchWkt` function from protoc-gen-es is rather useful also outside of protoc-gen-es. Can we move that to `@bufbuild/protoplugin` or even `@bufbuild/protobuf` and expose it there?