Martin Mouterde

Results 9 issues of Martin Mouterde

When I Sort by size, units are ignored : 1MKB < 24KB

Add an facultative argument 'media' to addStylesheet function which is used to make a link specific to the given media. Media attribute may be provided : 'screen' (by default) could...

### Bug description Steps to reproduce the problem: 1. for use in docker from `node:lts-bullseye` image, I added debian dependencies as mentioned in https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix 2. get error `libappindicator3-1 has no...

confirmed
documentation

I'm not sure but I guess https://github.com/electron/electron/pull/2391 has made the remote async using Promise, hasn't it ?

### What happened? According to [vite doc](https://vitejs.dev/config/server-options.html#server-host) pointed by [quasar config doc](https://quasar.dev/quasar-cli-vite/quasar-config-file#devserver) : two value are allowed : `true` and `"0.0.0.0"` ``` { ... devServer:{ host:true } } ``` -...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/cli
flavour/quasar-cli-vite

Hi, `Tree-dxf` relies on `@dxfom/mtext` witch is delivered under GPL3 license. According to me, this requires `Tree-dxf` to be in the same GPL license.

**Relevant system information:** - TimescaleDB version : 1.3.0 **Describe the bug** - I'm using `time_bucket` function with the `offset` option. - I would like to use the new gapfilling feature...

gapfill
time_bucket
feature-request
time_bucket_gapfill

**Describe the bug** ``` { "start": 0, "end": 10, "resolution": { "values": [ { "type": "daterange", "start": "2025-09-01", "end": "2025-10-01" } ] }, "text": "le week-end", "typeName": "datetimeV2.daterange" } ```...

**Describe the bug** A set detected has effect on a previously found date in French. **To Reproduce** ```js let resolutions = DateTimeRecognizers.recognizeDateTime('Le jeudi 25 septembre 2025 ', Recognizers.Culture.French); /* {..."text":...