olidacombe
olidacombe
> In regards to the various formatting changes, an ideal thing here would be a clang-format config. I think there are some out in the wild on the JUCE forum...
I think what frontend devs would want is an interface like web midi, so they can use whatever abstractions in npm they're used to. The backend devs ideally would have...
@JoshMarler I've got my eye on a few things including this, but totally snowed under so no collision here ;)
@JoshMarler yes please go for it! Using a bit of project management machinery seems like a very sensible idea to me. My immediate feature desires revolve around performance and developer...
@JoshMarler sounds great, I haven't used it before and didn't manage to find the channel. My username is easy exceptionally easy to guess from my github handle if there's any...
I am finding myself thinking about style guidance again in the context of props defined for core js components. `TextInputProps` is a good example, where there's a mixture of cases...
Yes @nick-thompson that sounds ideal. And I think keeping typescript interfaces in camelCase to favour usage aligned with react native will be the right move too. But yeah, this is...
I was thinking about this when dealing with the css macro properties, where unit tests for asserting that a particular string produces a particular matrix would be very useful. To...
@joelhickok Thanks this works great! I had to swap two lines to avoid `Error: Cannot move './build/static/mypath' to a subdirectory of itself, './build/static/mypath/mypath'.`: ``` const contents = fs.readdirSync(staticSrc) fs.mkdirsSync(staticDest) ```
I am still facing this issue also, a clear path to resolution is definitely needed.