Andrew Bradley

Results 588 comments of Andrew Bradley

Immediately after posting this, I remembered to search winget for `busybox`. I feel a bit silly because, sure enough, there it is: ``` winget install -e --id frippery.busybox-w32 ``` The...

Does Windows ship with `pwsh.exe` built-in now? Or does it still require separate installation with `winget install Microsoft.PowerShell`?

One thing to keep in mind: I see in comments this is described as triggered by the entrypoint's file extension. There are situations where you may be running a .js...

When we say that users are asking for TS support, is there a sense for the ratio of desire for TS support vs desire for <insert non-TS thing here>?

I appreciate that we're admitting it's by far requests for TypeScript and almost nothing else. Sometimes toys like coffeescript transpilers are used as justification that node's current APIs (loaders, etc)...

Note that ts-node _also_ supports the transpile-only swc/sucrase use-case. And avoiding typechecking does not avoid the need for the missing API surfaces described above. Just want to clarify those things...

Fair enough, and someone called me out on the same in a separate chat. I think I can clarify what I was thinking: My belief is not that coffeescript itself...

I've got it mostly working on Manifest V3: https://github.com/cspotcode/spaces It's ported to a service worker as dictated by manifest v3. Not sure if the service worker going idle and terminating...

I've stopped working on Spaces because I discovered Edge Workspaces. They do everything I need and are built-in to the browser, and I haven't hit the occasional syncing and tab...

> ...might be confused... I _almost_ got caught by this, but thankfully was wise enough to try it on a test page first. I have used OneMore's "Search and Move...