Kyle Davis
Kyle Davis
I run into the bracket issue all the time, particularly because I'm used to a format-on-save workflow. ``` let foo = (foo) => { /* some placeholder */ }; ```...
@zicklag I just went through the process of figuring out how to get Revery building on Ubuntu 20.04 last night, this is what I had to do: 1. Install all...
@bryphe now that Skia is in, is there an example of using SVG files? or do you have pointers about how I can try setting it up?
I see, that makes sense! I'll continue to work around this for now and hold out a bit longer since it seems further out :)
> rejest I assume we will need to ship Rely to opam as well? I can kick that off!
I would strongly prefer `let%component createElement = ...` so that we don't restrict the set of features Reason offers when using this ppx. --- Regarding children, I think 1-3 all...
Yeah I do really like the API we have with this PPX, and it is natural to use! The unfortunate aspect is that it splits the Reason language. We can...
I think you can call this function to adjust the `maxLength` that can be printed: https://github.com/facebookexperimental/reason-native/blob/master/shared-src/objectPrinter/ObjectPrinter.re#L19 Let me know if that doesn't work!
It looks like you included some IDE related files in the `.idea` folder, can you remove those?
Thanks for the issue! This section is intentionally brief so that the page does not become a novel explaining the values of functional programming. It's meant more of a reminder...