madsem

Results 40 comments of madsem

Okay I went ahead and made a pull request, maybe you like the changes :)

Alright, sounds good, happy you like some of the ideas. When I need some time to relax this weekend (going to be a work weekend), I'll re-do everything with separate...

Makes sense, okay :) I just personally like to have all my code in one directory, not scattered across several. So I thought this could be useful for people like...

Yeah thanks, I think I'll roll my own and make those PRs separate :) Well, you could for example list the packages/libraries in another column and then have them open...

just fyi: stumbled across a similar issue. Could only be solved by following instructions @chriskinsman provided. Took me 3 hours to figure out sigh :)

Like Yoast SEO for wordpress, definitely something this addon needs imho :)

You can also register the tool like this, and it will respect the `viewTelescope` ability. ```php /** * Get the tools that should be listed in the Nova sidebar. *...

> > More seriously, reading files in iCloud now requires permissions since MacOS Catalina. And the permission must be granted for every programs who read preferences from iCloud directory. So...

My solution was to write helper functions for my shell that use the mac ‘security’ command: https://ss64.com/osx/security.html That way i can store secrets in the login keychain, and use command...