Vyacheslav

Results 12 issues of Vyacheslav

This is the line, where Map becomes broken https://github.com/acdlite/flummox/blob/master/src/addons/reactComponentMethods.js#L75. And it seems, I can't anyhow configure this behaviour?

outdated

I'm trying to write FDW using pgx. I found out that: ``` pg_foreign_server.h pg_foreign_table.h ``` are not included in the bindings generation. Is it possible to add them, so I...

enhancement
ffi-bindgen

The following example breaks highlighting for all the file after that code: ```idris InsertCoin : MachineCmd CoinResult (pounds, chocs) (\res => case res of Accepted => (S pounds, chocs) Rejected...

Hi, It looks like you're using ```github.com/docker/docker``` only in one file within tests, but it is required dependency, so using it for my migration scripts will bring whole docker into...

Hi, official Clickhouse API support multiple hosts connection. It helps to evenly distribute load in cluster setup. As I understood this is no such option in this library. Do you...

Support for eth_getLogs proof was added in #108, however it only proves inclusion of logs, that were returned from untrusted RPC. However, untrusted RPC can simply omit logs. In real...

Hi, there is a function called [splitOnUnboundedE](https://hackage.haskell.org/package/conduit-1.3.4/docs/Data-Conduit-Combinators.html#v:splitOnUnboundedE), which splits conduit by some element of sequence, that this conduit contains. Is there any way to split not by an element, but...

Updated base and fixed few problems with bisect. Should fix #12

I'm no expert on reading those formats, but would it be hard to support old xls files? Or it's a totally different unrelated task?

Found 2 differences: 1. Nill is now a literal, fixed code to produce the same output 2. Do not understand why simply concat string with + became "".concat(...), but looks...