Denis Gorbachev

Results 18 issues of Denis Gorbachev

Does `PIGATO.Client` really support connecting to multiple brokers? The code says `this.socket.connect(this.broker)` (single connect call), and original ZMQ guide says `A subscriber can connect to more than one publisher, using...

Thanks for your work! Here's a reproduction of the bug: ``` cd /tmp git clone [email protected]:ShieldFinanceHQ/contracts.git cd contracts nvm install $(cat .nvmrc) nvm use npm install --global yarn yarn install...

bug

Is there a way to enforce field order? It would be better for readability than current random order: ![image](https://user-images.githubusercontent.com/829578/44868812-79401d80-ac7b-11e8-9bed-a427566f2d1a.png)

Could you please update `swagger-ui-dist` to the latest version? They've recently started to display default parameter values: see https://github.com/swagger-api/swagger-ui/issues/3518#issuecomment-409402033

I have a parent page that embeds a child iframe. I set up arrival listeners for elements in child iframe; however, these listeners are never called. Is it possible to...

enhancement

Hey, thanks for the plugin, it's very helpful! However, there's one issue: it messes up the indentation after pasting the code. Before: ![image](https://user-images.githubusercontent.com/829578/30772463-3a919b6e-a04b-11e7-9a43-61d8bb0ecf74.png) After: ![image](https://user-images.githubusercontent.com/829578/30772470-539e4616-a04b-11e7-9d41-ba927f13f0cf.png) Expected: ![image](https://user-images.githubusercontent.com/829578/30772472-5d71af70-a04b-11e7-9769-9ee3c5a334c2.png) Currently, we have...

Kind:Enhancement

Hope fixing the typos is OK!

Hi @Vtec234 @gebner ! I've published a new [VSCode extension for code actions](https://marketplace.visualstudio.com/items?itemName=denis-gorbachev.lean4-code-actions&ssr=false). Mario suggested merging this extension into `vscode-lean4` in [the Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/VSCode.20extension.20for.20Lean.20code.20actions). Pros: * Users won't need to...