Federico Ramirez

Results 32 comments of Federico Ramirez

I never actually implemented it, the CLI didn't have much attention as I mainly focused on the language. Maybe we could just simplify the CLI and default to Grunt or...

Also need this. Would be really useful.

Looks like `focus` is [already being called](https://github.com/atom/settings-view/blob/e72b43023d172719b476eaca683080472936a903/lib/settings-view.js#L327), so not sure why it doesn't work. I tried adding a `setTimeout` and it works, so I suspect a race condition.

Sounds quite nice. Afterall the project seems very OS X oriented.

Good catch, if you make a PR I can merge that change, given you add tests too :) What I want to end up with is just a string I...

This data is used as a cache, so it can be loaded up as a `js` file, so it makes sense to be serialized I think, unless there's something I'm...

Ah yes, that sounds like a good idea :) So instread of `JSON.stringify` it would use a custom serializer. If you want to tackle it, I'd love to merge it....

Any chance this gets merged? There's `evil-indent-plus` but I don't need those extra features, so I'd rather use this version

I wonder if the guide is outdated. I'm trying to set up vite with React, but I have two issues: 1. The neutralino window doesn't open, even though the server...

I see, thanks. I have no issue using Linux/Windows in the meantime. Just making sure if macOS was supported so I can use my regular development environment. Thanks for the...