Bazyli Brzóska

Results 289 comments of Bazyli Brzóska

superseded by https://github.com/niieani/hashids.js/pull/546

Thanks @manigandham and @cuixiping!

@typeholes This approach only works superficially, because you can have files in one project importing a file from another project, and thus these will be loaded multiple times, with different...

Hi @yamalight! I'm really sad to see "Drop docker-compose support." on the list. This is basically how 90% of my exoframe deployments are done. I really love this feature and...

Much better than #23696. Great stuff 👍 Thanks!

@SimenB Could [deasync](https://github.com/abbr/deasync) help here? It hooks into Node's event loop and essentially makes any async operation a sync one.

Just to update folks on this, since it doesn't look like this project is in active development by Google anymore (dependencies contain security vulnerabilities, open bugs that make it unusable,...

No such reimplementation here. It should be pretty simple to add the required hooks via the SystemJS interface. I don't have capacity to do this, however any PRs are welcome....

@wegorich see this main class: https://github.com/aurelia/hot-module-reload/blob/master/src/aurelia-hot-module-reload.ts#L41 It contains 3 methods: handleModuleChange, handleViewChange and reloadCss. Each can be used to hot reload a module of given type, once it is removed...

@wegorich did you implement logic for cleaning the cache of modules in your fork of `aurelia-loader`? If you send me a link to your fork, I can have a look...