Vaughan Rouesnel
Vaughan Rouesnel
When using `jxbrowser` as the rendering engine... ``` sudo lsof -n | cut -f1 -d' ' | uniq -c | sort | tail 373 Google 401 Dropbox 423 Google 560...
If there is a folder highlighted and the tree view is focused, this is where the new file should be created under.
I am interested in how much faster it could be using native code. Via `child_process` or N-API. Someone [already mentioned](https://github.com/thecodrr/fdir/issues/11) Rust's https://github.com/jessegrosjean/jwalk. Some other Rust discussion [here](https://users.rust-lang.org/t/whats-the-fastest-way-to-read-a-lot-of-files/39743/6). Would be cool...
Just a note. I'm looking for a `require` replacement at the moment.
When `wallaby.projectCacheDir` is `C:\x\y\.z\system\wallaby\projects\6efd40f7185030b1`... `require('packages/foo')` tries to look for `C:\x\y\.z\system\wallaby\projectsefd40f7185030b1\instrumented/packages/foo`. The windows path backslashes are escaped, and then it matches `\\6` after `projects`. ```js module.exports = function moduleResolverPlugin(wallaby) { return...
``` Setting up Opscode repository... Installing Chef Solo Fatal error: sudo() received nonzero return code 127 while executing! Requested: /etc/init.d/chef-client stop Executed: sudo -S -p 'sudo password:' /bin/bash -l -c...
On the latest M1 Mac: ``` time npm exec env-cmd node index.js npm exec env-cmd node index.js 0.24s user 0.07s system 95% cpu 0.320 total ``` 320ms is a lot....
I have never got this to work properly. It just seems to close tabs not pinned.
Similar to eventmachine/eventmachine#39 ``` /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:1266: [BUG] rb_sys_fail(must enable kqueue) - errno == 0 ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] ```