Damien Seguin

Results 74 issues of Damien Seguin

Source code only handles `html`: https://github.com/nucliweb/avif-in-css/blob/13b02388957f1ff649de318d77017cdef7c8ba52/index.js#L14-L16 The following: ```css body main { background-image: url(./assets/test.jpeg); background-size: contain; } ``` will generate: ```css body.avif body main { background-image: url(/assets/test.0e61a19d72e86eea12e0.avif); } ``` Same...

Trying to convert https://github.com/akamud/vscode-theme-onedark for monaco-editor-textmate and getting `Error: Illegal value for token color:` because some color values can be: - css color: "white" - empty values: "" - keywords:...

help wanted

### Bug/Feature request I aware that this package currently doesn't support a fully native ESM module because it contains .css/.ttf imports. The css imports might [eventually be okay](https://github.com/webpack/webpack/issues/14063) with [CSS...

feature-request
ESM

# Bug report **What is the current behavior?** Bundling with libraryTarget module, `new Worker` with [options type classic](https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker) will be rewritten from: ```js const myWorker = new Worker(new URL("worker.js", import.meta.url),...

enhancement
webpack-5

```js const regl = require("regl")({ extensions: [ "OES_texture_half_float", "OES_texture_half_float_linear", "EXT_color_buffer_half_float", ] }); const r = regl.renderbuffer({ width: 1, height: 1, format: "rgba16f" }); console.log("renderbuffer: ", r.width, r.height, r.format); ``` Yields...

This is a big one: it includes a lot of changes and some stylistic ones so I'd understand if you don't like some of them and you might also not...

- set default to false - add platform to html - add config icon - add to all platform option - include apple platform in tests - update readme with...

**Is your feature request related to a problem? Please describe.** I sometimes include "libraries" declaring a bunch of css variables in the `:root`. When compiling with css nano, they end...

enhancement
unsafe

I couldn't make thread-loader open an entry file from memory system as it yielding the following error: `ENOENT: no such file or directory, open`. I assume it has to do...