Peter Evans
                                            Peter Evans
                                        
                                    Released as `v4.2.1` / `v4` Please let me know if/when it is safe to delete the `base-force-push` feature branch.
I actually ran into this issue myself recently when a lot of automated PRs were being created for tests. ``` Error: You have exceeded a secondary rate limit and have...
I've created a fix for this which adds the `safe.directory` configuration for the local repository path at the start of the action, and removes it again at the end. I'm...
@Xtrah There are a couple of things wrong with your workflow. Firstly, you don't have any checkout step. Secondly, it looks like you are trying to use an existing branch...
This is now fixed in `v5.0.0` / `v5`. If you are using `v5-beta` or `v5-rc`, please update to `v5`. I will remove pre-release versions after 4 weeks. Thank you for...
> I'm wondering if you would accept a pull request that implements the following logic in Type Script? At a glance it looks good! Please do make a pull request...
Thank you @mrtwnklr for working on [this feature](https://github.com/peter-evans/dockerhub-description/pull/125) to convert relative URLs. It should complete the second point raised in this issue. For the first point about emojis like `:whale:`...
I think I understand what is happening, but I don't know how to fix it. A subscript implementation is a combination of `implIntroducer` and maybe `functionBody`. https://github.com/hylo-lang/hylo/blob/5b773b79f9ea009c7480625c3b8021cb74817dc9/Sources/FrontEnd/Parse/Parser.swift#L1218 The `implIntroducer` consumes...
I think this will be much easier to implement once there is a published binary for the compiler. Then it would be quite straightforward to write a GitHub Actions workflow...
There might be a different way to approach this so that we don't need extraction. We can flip the problem around and put all the documentation examples into separate `.hylo`...