Valentin Degenne

Results 70 issues of Valentin Degenne

https://github.com/rollup/plugins/blob/2a19079892f0bef53b557da965339cdef0a13a93/packages/terser/src/index.ts#L8 I don't know why but this seems to get rewritten as `export { terser as default }` ![image](https://github.com/rollup/plugins/assets/2827383/be96cb00-62ac-45d8-9d86-e8fc032182c9) I believe this should not be altered for esm. I'm trying...

I don't know how hard would this be to implement, Currently when using "zoom" the screen is bound to the corners, which means we have to move the cursor really...

enhancement
easy
PRs-welcome

Hello I don't know well about how Service Worker works, I'm using `vite-plugin-pwa` for simplicity, but I think something is not quite right here. What caught my attention was this:...

Here's my manifest: ```javascript plugins: [ VitePWA({ registerType: 'autoUpdate', injectRegister: 'inline', manifest: { name: 'name', short_name: 'ShortName', theme_color: '#ffffff', // background_color: '#000000', icons: [ { src: './assets/img/pwa-192x192.png', sizes: '192x192', type:...

# Bug report - Extension name: `firestore-stripe-payments` ## Describe the bug I am trying to deploy this extension myself because I needed to add a custom call, but `process.env.` are...

documentation

I installed the font on Fedora 37, and after rebooting it worked. But today I noticed some emojis are glitching, I am not sure how to explain that... If I...

### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description When using the `virtualize` directive in a slotted context, the view does not update on scroll events. (This is believed to...

Hello I know you are not maintaining this package anymore, But at least can you accept this change? Your package is written using ES Module in the source, the new...

Would be nice to have a way to pause a gamepad, e.g. ```javascript gamepad.on('button0', doSomething()) window.addEventListener('blur', () => { // the window lost focus gamepad.pause() }) window.addEventListener('focus' () => {...