Edward Thomson

Results 549 comments of Edward Thomson

If we do this, though, it will be a display of the data in the `action.yml` _only_. It's not meant as a replacement for your `README`, which can show a...

Hmm, yes, that does seem like an annoying oversight. For background, this project was primarily intended to be used in libgit2's cli, which means some of the bits remain living...

I'm afraid that they are not yet implemented.

Great! My inclination is to keep jagged's API similar to the LibGit2Sharp API. (Though obviously not an exact duplicate, since there are various things one can do in C# that...

Sadly, not really. It doesn't exist at all on AIX or HP/UX, and on Solaris, it unhelpfully reports `sun4` instead of `sun4c`/`sun4m`/`sun4u`.

Hmm. We've considered this in the past in libgit2 and LibGit2Sharp and decided that it's _much_ easier to ship actual repositories and working directories than it is to try to...

> Setting up such repositories will require just a few lines of code vs. preparing a couple of predefined repositories I don't agree with that at all. This pull request...

I seem to remember that the maven eclipse plugin will allow you to write per-project metadata, and you can embed the code conventions in there. I'll give that a shot...

Neat! Sorry to hear about the rate limit issues. Right now your configuration is running with the github token that's generated for your workflow run. My recollection is that this...

Yeah - reading [this page](https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions) suggests that you'll only get 1000 API requests with the github token and you should get 5x more with a PAT. Let me know if...