Saad Quadri
Saad Quadri
Unfortunately no, I've just been debugging node with Chrome lately. One thing you may want to try instead is [xatom-debug](https://github.com/willyelm/xatom-debug) + [xatom-debug-nodejs](https://atom.io/packages/xatom-debug-nodejs) as an alternative, I remember it working for...
Same issue for me with macOS Sierra 10.12.2, but the issue seems to be thrown from `vim-mode-plus`, although `tern` is at the top of the stack trace. An [issue had...
For anyone else who was trying to get it to look closer to TJ's screenshot without using a custom build of Atom, you can add `core.useCustomTitleBar: true` to your **config.cson**...
If someone who's already made the their dark variant could share there's, that would be dope. If not, I've started working on a dark version. It still needs some color...
Hey @dkngyn, sure feel free! You can just comment a link to the Figma here whenever you get a chance to do it, thanks!
The design has had some slight improvements recently, in case you're still interested in working on this you can take a look at it to see what you think in...
Hey sorry for the long delay @dkngyn ! Unfortunately my development process usually goes like: 1. Create rough idea on Figma 2. Realize I suck at designing and just start...
I've started work on this. I want to change the current project structure to be a monorepo with these packages: * `ecma` (current app) * `wasm` (new app) * `common`...
Decided against using multi zones and just kept it as 2 separate apps. * https://proposals.es => ECMAScript proposals * https://wasm.proposals.es => WASM proposals The separate app/monorepo is setup now so...
Yep, you're absolutely right :p. I figured it was still fine to reuse the domain, but now that you've called that out it feels pretty dirty to use it lol...