Sergey Smyshlyaev

Results 41 comments of Sergey Smyshlyaev

It would be great if current behaviour (not auto-linking transient native deps, advice for non-expo library authors to add `peerDepencies`) is explicitly documented somewhere, for example here: https://github.com/react-native-community/cli/blob/main/docs/autolinking.md I don't...

Was able to reproduce this issue. This is indeed very strange. Looking at js->clj source, it seems that the check (satisfies? IEncodeClojure x) returns true, when it shouldn't (https://github.com/clojure/clojurescript/blob/9391870fa12a680281b80f2335a7c3342a3c08cb/src/main/cljs/cljs/core.cljs#L9333) It...

@jasonkuhrt I'm not @leebyron, but please, submit a PR for this!

Found an easy workaround: ``` gen({ type: 'Place', name: gen.string, location: [ gen.number, gen.number ], address: { street: gen.string, city: gen.string } } as {}) ```

I thought `picocolors` was a joke in response to `nanocolors` drama, but apparently it's now used by the author of `nanocolors` in his projects (yes, all 3 projects you mentioned...

@tim-elmer one way to fix it would be to make a patch for `patch-package` itself, like this: https://github.com/ds300/patch-package/issues/203#issuecomment-616187572

There are obcommands `editor:swap-line-up` and `editor:swap-line-down`, but they only move a single line as opposed to moving the selection.

Mori is just an export of some functions from ClojureScript core. Since ClojureScript doesn't have such function, it's unlikely that it will appear in mori.

I would like to improve Sequence Diagram support, ideally bring it on par with PlantUML and add the delayed messages extension on top (like [this editor](https://sequencediagram.org/) has) Also, I would...