Christopher Dieringer
Christopher Dieringer
The shfmt crew says explicitly that dockerfile is _not_ supported. It seems like we should perhaps _prune_ Dockerfile support out of this extension?
Hey friends, what is needed to progress this forward? If there's something concrete that needs to happen, can you enumerate it? Getting some of these types corrected would be a...
Would be great to get some debug info outta https://github.com/vercel/turbo/blob/3d44253bd9519ea0a551349c5bc3dffa36ac0538/crates/turbopack-ecmascript/src/typescript/resolve.rs#L105. It's yielding failures for me with `../../tsconfig.json`, which resolves in no-turbo mode (and just by plain inspection 😄, and cmd+click)!
My use case is that I host game servers. Clients connect over UDP. When the session halts (e.g. no datagrams for sometime), I want to be able to `docker pause`...
Not an expert, but seems like a little access logging could be added in the listener: - UDP: https://github.com/traefik/traefik/blob/6d8407893dd03ef550ab6542c527a1b4e11c521c/pkg/udp/conn.go#L140-L162 - TCP: uhh errr uhh maybe will look further here another...
workaround is trivial, but tracing was a bit wonky! https://github.com/cdaringe/axe-html/blob/main/src/mod.ts#L18-L19
I got it working, but had to update the app. Not sure _exactly_ which change did the trick, but my hunch is removing the app "sandbox" from the xcode project....
```js io.on('connect', async (ctx, next) => { ``` the socket is there in `ctx.socket`
@reggi, i just installed it as part of my dev dependencies, then use it as a plugin. Shouldn't need to load it under transforms, no.
Renae: I agree with iXce. I understand your problem statement--I too have experienced this. I've actually gone as far as repositioning my head as you've described, setting absolute coords via...