Stefan Winkler
Stefan Winkler
+1 from me. I am color blind (I am not able to see red light). So the color scheme looks like this for me:  As you hopefully see, the...
+1 for this feature. My usecase is reported in https://discuss.dgraph.io/t/passing-sorting-criteria-to-custom-dql/17777/3 In short, I'd like to pass custom filtering or sorting criteria to a DQL query. ``` POST http://localhost:8080/query Content-Type: application/dql...
> @xpomul I've just noticed that non-stream requests are not properly handled... In case of 'Code Completion' the `LanguageModelRequest` contains a setting `stream=false` this needs to be handled. Also in...
@dhuebner I have given Code Completion a bit more thought and experimentation over the weekend. I have come up with an implementation of non-streaming requests that, i.e., still uses streaming...
converted to draft - needs to be updated once https://github.com/eclipse-theia/generator-theia-extension/pull/241 has been finalized.
@martin-fleck-at I have adapted the docs to the final example code. So it is ready for review now. Thanks and have a nice long weekend ;-)
@martin-fleck-at sorry for the delay. I was on vacation for a few weeks. Thank you for your valuable feedback. I have tried to refine the documentation according your hints. I...