Oskar Löfgren

Results 46 comments of Oskar Löfgren

Cool project you got going! Currently using `argcomplete` for Bash-completion, which works fine. However, I would like even better completion for Zsh. Unfortunately, without support for subparsers, it's not really...

I hear you. Zsh is powerful, but hairy (a shame). Most likely I'm not up for the task, but I'll probably read the chapter on completion in the book you...

How Headless UI does it: https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/playground-utils/hooks/use-popper.ts

@sindresorhus What's the status on this? Up for grabs?

Still seeing this. Any updates?

@hustcc I could give it a try if you decide which route you want to go, i.e. what you want to be done.

Given [this](https://github.com/microsoft/playwright/issues/6479#issuecomment-1379470200), is this something you still want to pursue? I'm hit by the same problem and would be willing to have a stab at it. But I'd like you...

> https://nodejs.org/dist/latest-v20.x/docs/api/net.html#socketref must be missing in Deno then. https://deno.land/[email protected]/node/net.ts?s=Socket&p=prototype.ref seems to suggest otherwise? I might be mistaken, though.

@vadimdemedes you are right, it's indeed missing. I don't know what the docs above are referring to. Opened an [issue](https://github.com/denoland/deno/issues/21216).

@hugojosefson you're absolutely right. Silly me. I think [Node API Compatibility List](https://docs.deno.com/runtime/manual/node/compatibility) is a better resource. Under `node:tty` one can read: > Missing ReadStream and WriteStream implementation. `ReadStream` is essential...