Andrei Stalbe
Andrei Stalbe
Currently the `_type` property is not included in the returned `Address` struct. Any ways to add it?
Is `ttl` supported? if so, how to configure it?
For example I would like my topics to be created automatically, therefore, I'd like to somehow configure `auto.create.topics.enable=true`. Based on the documentation, it doesn't seem like there's a way to...
I've seen a lot of issues regarding the `UNSOLICITED_MESSAGE` error but couldn't find something related to my use case: This is the code: ``` const result = client.record.getList( 'search?' +...
``` TypeError: Cannot read property 'row' of undefined at WriteStream. (/Users/.../node_modules/node-progress-bars/index.js:34:14) ``` This error is thrown when I have multiple iterations that exceeds the number of opened files allowed, `EMFILE`...
I have the following use case ``` html ``` ``` html ``` when I type in a query and submit the form, the urls is: `/search/?` if: ``` html ......
Would be really nice to have some global methods to build urls programatically using `PolymerExpressions.prototype.routeURL('name|path', 'params')` (for example). Using `document.querySelector('app-router').go('/home');` is not always possible, (unless you import `app-router` on every...
Is there a way to trigger `Dock` opening on extension icon click event?
Is it somehow possible to be able to define GraphQL queries? One might want to whitelist a mutation that resolves into an account signup/signin. I've tried with Regex but the...