Dan Kersten

Results 47 comments of Dan Kersten

I still get: ``` Access to script at 'node:process' from origin 'http://localhost:8000' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: brave, chrome, chrome-extension,...

The demos linked form the readme stopped working for me on all devices where they used to work. I assume related to this issue. I thought I was going crazy...

Do you have any pointers or tips on how I could implement this? I have a use case where I'm receiving some json data from elsewhere and want to insert...

I had to add `flags=(attach_disconnected)` to mine to make it work: ``` #include "/usr/local/bin/tup" flags=(attach_disconnected) { #include capability sys_admin, mount,umount, /** rwk, /** ix, } ``` I don't really know...

I agree with @WizardUli that #401 is an important and useful enhancement, but not a replacement, at least in the long term. #401 would be an ok temporary "solution" to...

Couldn’t it be implemented as an immediate consume-expel after spawning?

@neonvoidx You can use `consume` and `expel` to move windows into or out of a column. Multiple windows in a single column will stack vertically. I *think* I left these...