Sayan Pal

Results 136 comments of Sayan Pal

Read the main RFC. Loved it. Especially the auth guard hook. Yet to read the discussion that followed. So, ignore if already asked. What is the specifications for dealing with...

If you are using webpack, then the most stable way would be to import the image in TS/JS using https://webpack.js.org/loaders/url-loader/, and bind the import (depending on the loader configuration it...

As at the end the html templates get bundled into the bundle JS file, I should not expect to have similar relative directory structure also in output. Striving to maintain...

@DennisDyallo Here is a minimalistic example of what I meant. https://github.com/Sayan751/au2-webpack-img-demo Note that there are 2 images one small and another is large. The images are imported as follows: https://github.com/Sayan751/au2-webpack-img-demo/blob/d3a3296ace80dbc1756b69dab08637eb78f6a7e9/src/app.ts#L3-L10...

@Vheissu @3cp I think there are already alternatives present for this and this is nothing specific to do with Aurelia. I think we can close this issue, and if need...

> This is inline with Aurelia 1. I think in Au1 we don't have `` element at all. We only have the `bindable` attribute that can be applied on the...

This might work https://www.npmjs.com/package/intl-relative-time-format. However, this should be included as an optional dependency. @zewa666 What do you think?

I think it might be better to update the docs with polyfill example instead of adding any sort of dependencies.

@3cp On which skeleton you tried the HMR. I suspect that the problem might also exist even when CLI is not used. I will try to replicate the issue with...