JoshMarler
JoshMarler
Hey folks, I'm hitting the following error when attempting to generate markdown from my doxygen xml: ``` Exception at Doxygen.cpp:209 No element in file docs/doxygen/xml/index.xml ``` Any thoughts on how...
Hermes supports the chrome debugger protocol along with some profiling tools. Lets see how far we can take this. Can we get react-dev-tools working for example ... Should ideally work...
We should ad prop whitelisting/validation in `BlueprintBackend.setProperty`: https://github.com/nick-thompson/blueprint/blob/master/packages/react-juce/src/lib/BlueprintBackend.ts#L149 This would help us to avoid sending unnecessary props through to native. If a prop is set that is not recognised by...
We need to add instructions for switching the JS engine between Duktape/Hermes/QuickJS to the docs.
It would be extremely useful to provide a concise scaling approach for the `border-path` prop so that tacking some simple SVG path commands from some design asset is straightforward. i.e....
It would be great to add support for drag and drop views/components. We could have an outer View/Component type acting as a juce::DragAndDropContainer and apply a "draggable" property to the...
We need to fully type all the core component prop types. The main component to properly type is `` as we should allow a type union on `ViewProps` for clients...
We are currently doing some work to improve blueprint's `SyntheticEvent` implementation. `MouseEvent` is gaining adoption of properties like `target`, `relatedTarget`, `shitKey` etc. It could be very useful to provide a...
@nick-thompson, I've started adding more Canvas API functions so figured it makes sense to open an issue here or pop something on the project board to track against? If you're...
Our current `border-width` support is fairly basic and just strokes a rectangle around a view. It is difficult to add border lines and specific edges. i.e.: ------------------------------------------------------ Item 1 ------------------------------------------------------...