Emil Møller
Emil Møller
Hi, I've been playing around with web components quite a lot. I have been trying an approach where i'll wait with creating shadow until the initial render in `invalidate()`; So...
@kenchris Thanks for the idea of checking if shadowRoot exists, it works flawlessly 👍 And thanks for feedback on the idea :)
Hi, sorry if this is spammy, and feel welcome to delete my comment if it takes up too much space. Working on a similar project i wrote these tests: FrameElement...
I have found a "solution" that's simple and seems to work. It might be a good idea to cache the `jwtToken` somewhere instead of using `Auth.currentSession()` from aws on every...
For others who can't seem to get this option working. The double reload occurs when files referenced as public using the `fractal.web.set('static.path', path.join(__dirname, 'dist'));` is used within templates and a...
@allmarkedup Do you think it would be a good idea to add `Path.resolve` to the `server.js` ignore function like this: ``` const ignored = bsConfig.watchOptions.ignored ? anymatch(Path.resolve(bsConfig.watchOptions.ignored)) : () =>...
> @emolr thank you soooooo soooo much for your solution 🙏 You're very welcome. I'm glad it was helpful