Dean Sofer

Results 242 comments of Dean Sofer

This is typically how I do things. I'll also go a step further and add enums statically to my classes for more organized namespacing (rather than just having randomly floating...

I think this is relevant to mindmapping. Is there a significant reason for not opting for `forEach()` to help reduce mindmapping (aside from some performance)? You could use terms like...

What's "lazy caching"? Hmm... I like the don't over-optimize but yes it's understandable that you need optimization in game engines. Perhaps that could be a note or addendum? Although from...

What about `dataItem` instead of `d`? I'm still not sure what part of your example is the lazy caching. I do agree about too many variables with bad names, but...

Are you on nightly or next? Nightly fixes some of the module resolution logic but importing the same dependency from different webworkers creates bundling issues at the moment I think.

https://github.com/parcel-bundler/parcel/issues/5430 I'm trying to get audio worklet detection working, if I can just login to opencollective and sponsor them for their hard work lol.

What solution did you end up with? I hate how much of my life is wasted on build pipelines

It would also be nice if during the initial query the previously retrieved packages were shown even if the list is out of date. Caching across application launches.