Jesse Jackson
Jesse Jackson
It sounds like we’re talking about [copy-on-write](https://en.wikipedia.org/wiki/Copy-on-write) — wouldn’t this rely on the existence of something like a mutation event system (e.g. the one described in https://github.com/whatwg/fs/issues/123)?
@BlackAsLight By the way, thank you for your efforts in this PR: I've been watching the status of conversations around streaming Tar in std for a long time and have...
> one hundred thousandth of a percent of the expected value I like the idea of improved ergonomics, but can you explain the motivation behind this default value? I think...
Toward topical research — I found this quite insightful article which examines the complexities of comparing floating point numbers of varying magnitudes: [Comparing Floating Point Numbers, 2012 Edition](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/)
> Declining for now. @nayeemrmn Will you re-open and close this again as [`not planned`](https://github.com/denoland/vscode_deno/issues?q=is%3Aissue+is%3Aclosed+archived%3Afalse+reason%3A%22not+planned%22) (instead of [`completed`](https://github.com/denoland/vscode_deno/issues?q=is%3Aissue+is%3Aclosed+archived%3Afalse+reason%3Acompleted)) so that it can be [correctly indexed](https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update/)?
Here is information about code signing on macOS: [About Code Signing](https://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html) [macOS Code Signing In Depth](https://developer.apple.com/library/content/technotes/tn2206/_index.html) [User-Approved Kernel Extension Loading](https://developer.apple.com/library/content/technotes/tn2459/_index.html)
> Some expert 😂 Welcome to [open source software](https://en.wikipedia.org/wiki/Open-source_software) @yingsun-ucsd.
> Second unpopular opinion: I avoid ESM whenever possible. @iarna Will you explain this? I'm very interested to understand your perspective. If you've already written about it elsewhere, a link...
@kneth Thanks for responding. Has there been any work (code or even just research) towards wasm as a compilation target for realm core?
@jespertheend I didn't interpret @josephrocca's [suggestion](https://github.com/WICG/file-system-access/issues/72#issuecomment-1431494242) to mean exclusion of an observer/subscription pattern — rather an object which implements both interfaces simultaneously to provide the user with greater API flexibility....