Charles Lowell

Results 323 comments of Charles Lowell

What is your feeling on the capabilities that are currently missing make this not possible? I've been looking into this lately, and have found a couple of tools such as...

@ardatan where does the value `Config` in the expression `[Config]` come from?

I see. It would probably benefit from having an `import` statement to define the reference to the value in the docs.

Other considerations such as performance not withstanding, of the two bundlers, `denobundle` seems the best choice since it does not take over the full responsibility of `deno compile` like leaf...

@Industrial Have you had a chance to think about being able to provide an abstraction around the cache so that it can be pre-build into a TS file?

This was causing us to not have readable stack traces as well. We played around a little bit and were able to almost get there by adding a `sourceURL=vendor.js` and...

@erezrokah After doing some more digging, coding, and research, we're _really_ close on this, but there is one final stumble that we're hitting. We were able to completely extract the...

A compromise option that might be viable is to only do dynamic validation if we detect that we need to because there are widgets registered with custom schemas. Widgets registered...

Will uglify still barf if you explicitly set the name? `static name = “Functor”`

I hear you, and I'll think if there's a way we can work specific refactors to funcadelic into this. In absence of those, my opinion is that the biggest gain...