Alin Panaitiu

Results 25 comments of Alin Panaitiu

It actually adds complete support for CoffeeScript. With these changes I can call the CLI on `.coffee` files and I can use the Sublime integration inside `.coffee` files. The only...

Thanks for making the pre-release! I'm not using the sort functionality because I'm using a different tool to sort and group imports in CoffeeScript. That's why I didn't notice the...

@trotzig I'll look into it, you may be right about the line breaks.

Yes, Clock Mode in Lunar should fit this use case. Thanks @waydabber for recommending it! Right now it's quite complex to create a schedule, too many buttons and text fields....

I also was a user of `croc` before stumbling into `portal`. I just did a `send` test with both on a `1.3GB` dyld cache file and the results are: *...

> > I also was a user of `croc` before stumbling into `portal`. > > > > > > I just did a `send` test with both on a `1.3GB`...

@courtagenjim This is the best I could do: https://gist.github.com/alin23/7f28cde8df2fad414c2b445e448e4c6d You need to replace `styles.qss` in the fman's installation directory with the one from the link above. On macOS the file...

I'm using a shell implementation of this feature using [fswatch](https://github.com/emcrisostomo/fswatch) (cross-platform file monitor) and `dura capture`. **Note: this replaces the need for `dura serve &` as fswatch will be the...

Yes, script files would be better. That way you could have a command like `dura install --fish` to copy the scripts and make them run at startup or something like...