Bazyli Brzóska
Bazyli Brzóska
**Is your feature request related to a problem? Please describe.** Hey @dsherret! Awesome project, thank you :bow:! I'm working on a small package that would help rename specifiers on-the-fly when...
**Is your feature request related to a problem? Please describe.** It's really hard to define inputs in a monorepo when you depend on other modules. Here's an example: - A...
https://github.com/webpack/webpack/pull/5390/files
Unfortunately, on a bigger project #9 is now causing a regression: ``` uncaughtException TypeError: Cannot read property 'identifier' of undefined at origins.sort (./node_modules/webpack/lib/Chunk.js:431:27) at Array.sort (native) at Array.sort (./node_modules/core-js/modules/es6.array.sort.js:21:15) at...
It would be great if Falcon were able to persist the data across multiple computers and perhaps had an automated backup system. It might be cool if one could run...
Wild ideas for the future: Persisting whole website states offline (with images) + content sharing
It's a known fact that the web is broken - sites and articles disappear daily. Links are not permanent, thus it's not enough to just index the text and save...
Currently, we only switch out the prototype of the ViewModels, from the old ones to the new ones. It would be best if we could re-create them and then copy...
:point_up: [February 17, 2017 11:31 PM](https://gitter.im/aurelia?at=58a779c00ad50ac3152dd50d) HMR needs a bit more work but the reasons it's so hard are more architectural currently I need to traverse soo many places in...
With the current implementation, there is no signal to the CSS resource when a View is being detached and hence the CSS is never being unloaded (currently that's by design)....
This includes Views which are conditionally hidden (e.g. with `if.bind`), not the ones that are simply not shown (hidden via CSS). To reproduce: 1. hide a View so that it's...