Will Acton
Will Acton
is there an OSS qmk/zmk config somewhere I could clone?
When appending a `list` to a `screen`, keyboard events do not work at all. Example: ```javascript const blessed = require("blessed"); // Creating our screen const screen = blessed.screen({ autoPadding: true,...
This PR has some examples exploring using React's Experimental branch features such as Concurrent Mode and Suspense.
We should be able to signal that an expression should be wrapped in a `use-memo` or `use-callback` by annotating it with metadata in the body of a `defnc` or a...
We could remove a lot of the work involved with using different renderers (react-three-fiber, react-native, etc.) and make interop slightly easier if we defaulted to always converting kebab-case to camelCase...
Provide a `helix.core/clone-element` macro which uses the same props conversion API as `$`.
clojure.spec would be very useful as a way to document props and assert at runtime that they are correct. There are two fundamental issues that I would want to address...