Dave Thomas

Results 248 comments of Dave Thomas

It woudl be nice to reduce unnecessary loading as my plugon has a few areas that take a while to init, i find the ChowTapeModel takes a while to load...

It might be worth noting that in Elm: >Pretty much no one ever used field addition or deletion. In the few cases where people did use it, it got pretty...

RE: https://elm-lang.org/blog/compilers-as-assistants#simplified-records The syntax in Elm was actually really nice and intuitive.

I think `with-` looks confusing, you could end up with it on a pattern match to inverse the matches for consistency.

Im all for more record row polymorphism type features, it is really curious that the feature was almost never used in Elm though.

@johnplatts Im guessing the workflow Im using has never built highway before. When I build locally my cmake contains: ``` set(CMAKE_OSX_ARCHITECTURES arm64 x86_64) ``` And highway is pulled in via...

@johnplatts I think it's to do with the `-G Xcode` with Ninja it fails with the error I mentioned above but `-G Xcode` doesnt. It seems to be really tricky...

I recantly switched back to Ninja rather than Xcode and I dont get build errors any more so maybe a patch was applied somewhere. Closing this as I can no...