Cris

Results 133 comments of Cris

nope. none of these work reliably cross platform. fufff

Check the Chrome remote debugging protocol docs You see that you need to identify the target you are adding to This is normally done by adding a Target ID or...

we are caching styles. but it's the CSS import that delays the load as this is not cached. why don't we read any style sheets for imports and cache and...

Moving towards ACID is interesting. Some ideas - use [fdatasync](https://nodejs.org/api/fs.html#fs_fs_fdatasyncsync_fd) and crash if it errors - provide an option to check the consistency of the database (check all records against...

Also consider copy on write mode https://nodejs.org/api/fs.html#fs_file_copy_constants https://levelup.gitconnected.com/how-to-create-a-copy-on-write-clone-of-a-file-in-node-js-443cfa2b18d9

And ... https://www3.physnet.uni-hamburg.de/physnet/Tru64-Unix/HTML/APS33DTE/DOCU_009.HTM#:~:text=Synchronized%20I%2FO%20is%20useful,of%20data%20on%20that%20device.

@rurban no worries mate! Hope you're well and enjoy the rest of your year! ☺️

Hey @nothings btw -- is this PR a terrible idea?

I would love an -arch flag. Basically I am in arm64 zsh, I set arch to x86, but my node (via nvm) is still an arm binary, so process.arch is...