Marius A

Results 134 comments of Marius A

Just found this issue after researching why the session doesn't work. `signed: false` makes it work. FYI express cookie stores the signature in a different cookie with same options, named...

Agreed, not a priority. Code size was already reduced a lot by removing `b-icon`.

vite visualizer shows rendered size 205kb. In my project, that's 11%. > Is there a workaround where I can just import the components I need from the src folder, perhaps?...

> my time is being spent developing new features and fixing bugs. Thank you for this. Optimizing 205kb to be slightly less isn't important for 1.0.

> Instead to add a dedicated component, I would suggest to add a boolean prop lazy to b-img and leverage the loading="lazy" HTML attribute [natively supported by most browsers](https://caniuse.com/loading-lazy-attr). Done,...

Looks like it's working now? https://cdmoro.github.io/bootstrap-vue-3/components/FormSelect.html

vite supports vue2 via https://github.com/underfin/vite-plugin-vue2 Would you please add vite support? There's also https://github.com/ImpactBox/vite-plugin-auto-routes and https://github.com/brattonross/vite-plugin-voie but doesn't have all the features of vue-auto-routing

Would this make it work with vite?

Hi, Is this related to https://github.com/nhn/tui.calendar/issues/432 ? In your example above it seems it works (as it should).

For me , `@input` never triggers. `@select / @remove` work.