David Bismut

Results 24 issues of David Bismut

Hey - I'm trying to load semantic-ui on demand, (in conjunction with the [Lazy Bundles package](https://github.com/numtel/meteor-lazy-bundles/)), like below: ``` js Router.route('admin', { path: '/admin', controller: PreloadController, preload: { styles: ['semantic.css'],...

enhancement

The default policy of the [browser-policy](https://github.com/meteor/meteor/tree/devel/packages/browser-policy) package disallows `eval()`, therefore `async` or `sync` options generate the following error: _"Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an...

enhancement

All is in the title, I would suggest adding `role="presentation"` when alt is nullish and not pass alt as a prop if that's the case. Or force alt to be...

Hi, thanks for this wonderful package! **Describe the bug** The `breakpoints` attribute leaks to the img node in Vue. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://stackblitz.com/edit/vitejs-vite-qwwlj8bp?file=package.json,src%2FApp.vue&terminal=dev...