Tom Sherman
Tom Sherman
https://arc.net/ Like firefox, it has the concept of containers that it calls "profiles". Would be great if `assume -c` could open Arc.
Unlike the stately visualiser, the reset button seems to be missing
### Description Calling streamable.update() won't append unless it's immediately followed by streamable.done(). This has the effect that append can't actually append unless you have the use case of two nodes....
## Describe the bug An error of `RangeError: Maximum call stack size exceeded` can be thrown when passing an object with a circular reference, even when that cycle is removed...
I receive these warnings on m1 mac when compiling ``` fun main() println("Hello World") ``` ``` > koka test.kk compile: test.kk loading: std/core loading: std/core/types loading: std/core/hnd check : test...
**- Summary** Info log level is helpful to have in production as it includes request-level logging however I had to turn it off due to logging the access token to...
I would like the ability to opt into serving files with gzip and/or brotli. Maybe a new `--compression` flag where you can specify the type?
### Extension https://www.raycast.com/raycast/github ### Description It would be great if when I open a notification from the menubar or command in my browser that I get the same experience as...
## Summary Repro: https://stackblitz.com/edit/vitejs-vite-ymbqrc?file=src%2FApp.tsx How do we handle async transitions that resolve out of order? In the above reproduction the search for "a" can resolve after "ab", leading to the...
For some reason this is not plug and play, likely due to inconsistencies between `node-fetch` and global fetch included in typescript. Also, Headers are not available globally so passing anything...