Alexandre Bonaventure Geissmann

Results 20 issues of Alexandre Bonaventure Geissmann

### Clear and concise description of the problem Hello! Lately as our codebase has grown bigger and bigger over the last months we've been experiencing slow page reloading using Vite....

enhancement
p4-important
performance

see https://github.com/nika-begiashvili/libarchivejs/issues/28 This PR ensure extract file command return the right file by getting rid of the callback queue and instead check the path in the worker msg before resolving

**Library Affected**: *workbox@^3.4.0* **Browser & Platform**: *"all browsers"* Context: Hi, We are using workbox (mostly to leverage offline capabilities/perf optimization) at our company to ship an embedded web application. The...

Developer Experience
Needs More Info

### Version 3.1.3 ### Steps to reproduce When using Typescript, vue-router export types like here: https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L1 But as you can see here, it imports Vue typings to make it work....

contribution welcome

Hi, love this plugin! I built a plugin to integrate it in Vue.js. Maybe you want to put a link in the README file. Here's the url : [https://www.npmjs.com/package/vue-scrollmonitor](https://www.npmjs.com/package/vue-scrollmonitor) Keep...

We have a monorepo structure where e2e tests are living outside of app folders. We are able to configure nyc for our setup but when using `all: true` option, glob...

Hi, would be great to have more control on animations... Or, one option could be add a preset animation `instant` to disable animation ...

feature request

Just to kickstart a reflexion I had. Would be glad to implement this feature if there is a common agreement. **Proposed API** ```js import { styled, tag } from 'styletron-vue'...

### Clear and concise description of the problem Hey there! Recently came across a problem where we need to load some mocks or test files conditionally, like this: This is...

enhancement: pending triage

Hello, I've noticed html isn't copied in the right place when using nested directories in output path. Here's a fork showing the bug (you'll have to run your example): https://github.com/AlexandreBonaventure/rollup-plugin-fill-html...