Federico

Results 58 comments of Federico

@felixerdy it's could be cool to have an extra file to edit, with all the touchbar items instead the settings textarea. It could be more productive, and support syntax highlighting,...

I took a look at the code (which I contributed in the past) and I think that for such a radical change it the structure has to reviewed to be...

What about a general `Storage` interface so the user can configure it as preferred from the `interceptor`? (Like the refresh function)

I had the same problem, I've also (as you) created the directory and it solved.. i think it needs to be in the installer

Thank you! This looks dope! I’ll try it in the afternoon 💪

I left a few comments. Feel free to ignore them. These are not hard requirements I can fix those things in a new PR next time!

I don't know honestly, there's a website which references a lot of scripts (right now I don't remember the name)

> May I ask what is the reason/advantage of using TaskEither? Sure! [`TaskEither`][task-either] is the composition of 2 types, [`Task`][task] and [`Either`][either]. The [`Task`][task] type "represents an asynchronous computation that...