Weston Thayer

Results 27 comments of Weston Thayer

Same here :( Edit: nvm, works now ✨. No idea why, I didn't update anything.

This also occurs when the trailing slash is included within the ARG: ```Dockerfile FROM scratch ARG PATH2FILE=/path/2/files/ COPY file.txt ./${PATH2FILE} ``` `cat /path/2/files` has the contents of `file.txt` instead of...

[request.setTimeout](https://nodejs.org/api/http.html#requestsettimeouttimeout-callback) refers to [socket.setTimeout](https://nodejs.org/api/net.html#socketsettimeouttimeout-callback), which says, emphasis mine: > Sets the socket to timeout after timeout milliseconds of **inactivity** on the socket. You can also simply change my sample code...

Ah, looks like `dragula` also has this issue, assuming that's the root cause.

Adding some UX notes. On iOS: - For list items with a drag handle, the item is grabbed immediately upon `touchstart` of the handle - For list items without a...

Adding in my use case — I'm using Ingress `rules` to send traffic to two different services. One is a simple REST HTTP server, so the 30s timeout is fine....

Also, sorry if you're not looking for issues yet! Your awesome library was linked to in the web-a11y Slack. I was totally impressed by autocomplete!

@scottaohara I'm not experiencing the difference between Chrome 92.0.4515.131. and Edge 92.0.902.62, the issue reproduces in both. I'd expect this because in terms of OS a11y APIs, they should be...

Bizarre. Windows version? I'm on 21H1, Professional edition. Will try on a few other PCs when I get a chance.