Danylo Shevchenko

Results 6 issues of Danylo Shevchenko

Is it possible to implement promise- or callback- based `intercept` method of `StreamInterceptor` like the `UnaryInterceptor`? For example: ```ts class StreamAuthInterceptor implements StreamInterceptor { async intercept( r: Request, invoker: (r:...

RageMp C++ SDK uses C++17 extensions

When using `golangBuild` task with `output` parameter specified as a directory, piper implicitly adds `-os-arch` (e.g. `-linux-amd64`) suffix. It differs from the documented and expected behaviour and makes it difficult...

### Board ESP32-S3 ### Device Description Arduino Nano ESP32 ### Hardware Configuration - ### Version latest stable Release (if not listed below) ### Type Bug ### IDE Name n/a ###...

Resolution: Wontfix
Area: Arduino as ESP-IDF component
Area: Rainmaker

`textDocument/references` method returns results for type references found only in the current file for a Stack project. Given the following project structure: ``` app/ | Main.hs src/ | Game/ |...

type: bug
build tool: stack

The generated code uses Go's standard `net/url` library for Query parameters encoding. The generated code contains the following line: ```go queryURL.RawQuery = queryValues.Encode() ``` Which calls to the `func (v...