Matan Kushner

Results 49 comments of Matan Kushner

We've been hit by the same issue over on https://github.com/starship/starship. We have a release first be created as a draft by https://github.com/googleapis/release-please, generate our build artifacts, then would use action-gh-release...

I think something similar could be done with `bird-box`. An image with the tweet's text, which would allow for bigger, more readable tweets. It would also let us clearly denote...

Good stuff @johnletey! Great idea to use the RSS feed. 😄 It would be pretty cool if we could make use of the ability to use images in pinned Gists...

@johnletey There are a few ways you could go about it. One option would be to use a node implementation of canvas (e.g. [node-canvas](https://github.com/Automattic/node-canvas)) to generate it. Another option would...

I would take a look at https://github.com/steveukx/git-js and https://github.com/nodegit/nodegit. Alternatively, you could spawn a child process from Node to actually use the local `git` installation.

Yep! These projects are generally made with GitHub Actions for the automation side of things.

Yes please! 🙌 A TestFlight build would be much appreciated.

@romkatv I've been toying with the idea of using https://github.com/romkatv/gitstatus via FFI in Starship. You've really done great work around it, and we'd love to speed up our git status...

> https://github.com/romkatv/gitstatus is a binary, not a library. You could yank pieces out of it and turn them into a library, but this would come with 10x slowdown. It would...

> automatic/async git fetch to know if the origin branch has any updates available The feature as you describe it is unfortunately not possible with the current implementation of starship.