Tomasz Cichocinski
Tomasz Cichocinski
Thank you for opening this issue. I think is an important topic to clarify.
In general, it would be great to provide a wrapper around `logs` with more customization options like something more powerful than `console` backend. Not sure how much `logs` can do...
Not sure why CI is failing 😞 https://github.com/reason-native-web/morph/runs/280516641#step:6:203
Another option is to point users to standalone GraphQL clients like: - https://altair.sirmuel.design/ - https://github.com/skevy/graphiql-app instead of providing GraphiQL middleware. I'm personally using Altair and none of my projects expose...
Thank you for debugging! I haven't spotted the difference between `parentNode` and `parentElement`. I don't understand why it's happening (it may be `vue-fragment` fault).
Is it possible for `rrweb` to use `parentElement` optionally as a fallback to `parentNode`?
Amazing work with the whole library. I was trying to test this PR and encountered the problem with `no input file`. It turned out to be problem in `ios/RCTARKit.xcodeproj/project.pbxproj`. ```diff...
https://github.com/elm-lang/virtual-css just got public and it may be good fit for replacing `Native` code. I really don't know how it's done right now but `virtual-css` seems excellent for that. EDIT:...
@kyldvs It seems there is no such thing as `Obj.bool_tag` or something similar. I hope I'm wrong.
@kyldvs I think bools, polymorphic variants, and ordinary variants are all expressed as ints.