Martijn Saly

Results 219 issues of Martijn Saly

I'm developing a website that has loads of GA-stuff on it, including analytics and enhanced e-commerce. But none of it shows up. The list of trackers remains empty. Try it...

While fetching threads to download, it starts to go completely nuts. I'm guessing the program is trying to keep open a milliontybillion connections and the server doesn't like that. Maybe...

I'd like a feature where you can set an idle timer to X hours/minutes, after which all mounted volumes will be dismounted. # Desired behavior In the settings or something,...

When I put imagemin-cli to work, I might do something like this: ``` imagemin * -o=out ``` When a directory contains, say, 200 PNG files, it will happily launch 200...

It doesn't seem possible to resize images, while shrinking the pixel dimensions of an image may well be the greatest optimization that can be done. I did find `imagemin-gm` which...

When minifying a bunch of gifs from the command line, I get this error at some point: ``` MaxBufferError: stdout maxBuffer exceeded at PassThrough. (C:\Users\[snip]\get-stream\index.js:41:19) at PassThrough.emit (events.js:327:22) at addChunk...

I've globally installed `imagemin` and `imagemin-mozjpeg`. Then, curious how much difference the mozjpeg plugin makes, on a test image I executed: ``` imagemin test.jpg > test.min.jpeg imagemin -p=mozjpeg test.jpg >...

> Error: You have both a tsconfig.json and a jsconfig.json. If you are using TypeScript please remove your jsconfig.json file. But I'm **not** using Typescript 🤨 I need a `tsconfig.json`,...

### Current Behavior When the `dist` folder is in use, it explodes like that: ``` node:internal/process/promises:265 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: EBUSY: resource busy or locked, rmdir 'C:\workspaces\awesome-project\dist']...

### Maintainer Update For any new readers of this issue, per https://github.com/formium/tsdx/issues/543#issuecomment-694561305, you can use `styled-components/macro` instead of `babel-plugin-styled-components`, which will work. ### Current Behavior I'm using `babel-plugin-styled-components` to annotate...

scope: integration
solution: workaround available