Quinn Shanahan

Results 56 comments of Quinn Shanahan

+1 this is also happening to me.

@haschu I made a fork here which you can use: https://github.com/lucacasonato/esbuild_deno_loader/pull/95 ``` import { denoPlugins } from 'https://raw.githubusercontent.com/quinn/esbuild_deno_loader/main/mod.ts' ``` YMMV. it is tailored to my usecase, which is to pass...

this is a problem w/ html-webpack-plugin tho

Would be great if this package could be updated to target babel-core v. 7.0.0-bridge.0

this would be great, for people who use jetbrains, or whatever creates `.idea` everywhere. maybe `~/.config/docker/ignore` or something?

You can do this with regular docker ps like this: ``` docker ps --filter "label=com.docker.compose.project=$PROJECT_NAME" ``` the filter flag here doesn't seem to work exactly the same? this command: ```...

Looking thru your code, it looks like you just handoff the filter to the docker API. Not sure why this isn't working, maybe `docker ps` does something special to handle...

Bump, I'm also having trouble with this.