Alexander Ryzhikov

Results 20 issues of Alexander Ryzhikov

Hi @mhallin, I have a question about forcing `None` values inside mutation variables as `null`. Is this correct? https://github.com/mhallin/graphql_ppx/blob/96ca3cbd1a36f2ee77b1d7e0996fd1d733b4fdb5/src/output_bucklescript_encoder.ml#L59 I think it will be more correct to treat `None` as...

bug
api-breaking-change

Hi @mhallin I encountered problem trying to update Apollo cache with `readQuery/writeQuery`. I need to know shape of `Js.Json.t` which is passed to parse (`Js.Json.t => t`). Parse guarantees that...

enhancement

Resolves #432 - [x] to add an option to both parse and stringify - [ ] to have tests, for both parse and stringify, for at least: - [x] repeat...

Hi, it will be nice to have this part configurable: https://github.com/ljharb/qs/blob/542a5c7ff88d7229efa2e22c7c8a7d69375f5e72/lib/parse.js#L150-L152 current output: ```ts qs.parse("=1&=2") === {} qs.parse(" =1& =2") === { " ": ["1","2"] } ``` expected output :...

enhancement
question
parse
stringify

Hi @amitnovick! This change fixes rendering of delayed transitions with dynamic delays, specified by a string more here: https://xstate.js.org/docs/guides/delays.html#delayed-transitions ![image](https://user-images.githubusercontent.com/2446638/104810715-37d64b80-57ff-11eb-825c-2a18bc4a2044.png)

Hi! @ealush 👋 Firstly, thanks for your work on this project! 🙂 Locally we are using patched version of vest, so that we can have strict fieldNames and groups. Here...

Hi! I attempted to use https://github.com/freebroccolo/ocaml-language-server With this settings ![image](https://user-images.githubusercontent.com/2446638/41203826-35a901ca-6ce5-11e8-9f77-e8dab4df0fbe.png) This is what I have in logs ``` INFO - rocessStreamConnectionProvider - Starting server process with commands WrappedArray(/usr/local/lib/node_modules/ocaml-language-server/bin/server/index.js, --stdio) and...

Hi! Can't find anything about how to unbind DOM events? Thanks!

Hi @rvaiya, I noticed that when I have the RU keyboard layout in MacOS, warpd sometimes hangs, and I need to either: - kill the process via mouse cause keyboard...

Hi @comod, thank you for this plugin! I noticed these issues in the status bar: - the widget is always visible; there is no way to hide it from the...