W. Brian Gourlie
W. Brian Gourlie
I originally attempted that workaround but `FileList` doesn't appear to be publicly exposed. Perhaps I was missing something? I may take a stab at the suggested implementation when I have...
I implemented a specialized FileInput type in a branch which works, but still needs additional work based on feedback I received. I’d like to address the feedback and submit a...
Support for WASM optimization would ideally be added as part of the [parcel plugin](https://github.com/koute/parcel-plugin-cargo-web).
I never ran into a cmake issue, but I have run into a situation where some python script fails due to windows path length restrictions.
I suspect that the behavior you’re witnessing is throttling enforced by the browser. It’s been a while since I debugged this issue, but that’s what I recall. On Sat, Dec...
Quick update: I've updated the proposal (not the pull request) to *not* change message queuing/save behavior. I did this for a couple reasons: - After discussing with people on slack...
If I had some confidence that the effort wouldn’t be in vein I’d consider it, but I’m not sure this will ever be merged.
Just got bitten by this bug. Any updates? Seems like a pretty serious bug to have made it into 1.0.
Ah, good to know! Thanks @caitp!
I did attempt to query the _root element injected via constructor in the onShadowRoot method (see the edit in my SO question). It seems to me that when constructing the...