Alex Kempton

Results 110 comments of Alex Kempton

I think the best thing to do is reproduce this in styled-components v5 and post it to their Github. Started attempt at this here: https://codesandbox.io/s/sc-v4-perf-test-qcx6x

Opened an issue: https://github.com/styled-components/styled-components/issues/2785

Some of this may be solved after fixing #364. However it should be noted that even with this fix, there still seems to be an issue with the clock causing...

That makes sense! It could be checkbox in the advanced section and a `defaultDisplayNormalized` property in the config. Would this setting affect how the 'defaultValue' behaves also? I'm assuming not.

Thought you might like this new :) Enums already implemented, take a look at how value types are now organised, all in one place! https://github.com/nudibranchrecords/hedron/tree/dev/src/valueTypes

We may want to use [midimessage](https://github.com/notthetup/midimessage) to parse stuff rather than the manual job we're doing now. ### Overview of how it works at the moment Midi inputs exist as...

Leaving the "relearn" and "enter manually" stuff for a later version

@netgrind I think this should be completed before any of the other param config stuff. What's your preferred syntax option?

I think your way of doing the tagging makes most sense! I'm also totally for a `description` property. Sketches at the top level should also have this. We might want...

After some thought, I can see the advantages of having project upgrade functionality at these early stages of the app. The strategy of updating the core nodes (https://github.com/nudibranchrecords/hedron/pull/183#issuecomment-465558042) may not...