Aaron Trudeau

Results 35 comments of Aaron Trudeau

@Renardjojo Thanks for asking! I was testing your issue, but moved on to other work on this package for a week or so (like tweaking some of the configuration this...

Update on this - it actually ended up getting merged shortly after I wrote that comment. Next Monday I'll have the time to try to work through this issue/make the...

@Renardjojo I took another look at why the test runner was failing on your example project. I made a [fork](https://github.com/trudeaua21/TestProject), fixed up some details of your test workflow/.meta files, and...

> Hello @trudeaua21! Thanks to your example, I found the solution to my errors. It works for you because you add a folder to the root of your repository. After...

@Renardjojo gotcha. I have some free time tonight, so I'll take a look at resolving this issue then. Thanks for bringing this up! 😄

@Renardjojo I was able to come up with a fix for this, which I implemented [here](https://github.com/trudeaua21/EasyAccessibilityPackage/actions/runs/2261957902). [Here is the workflow file that resulted in the successful test on that branch](https://github.com/trudeaua21/EasyAccessibilityPackage/blob/c3af1fed3a499fb814026c7db58f8282401f9424/.github/workflows/tests.yml#L11)...

> Hi @trudeaua21 ! I test your hack in a new project, and it works perfectly ! I have two questions about your feature : 1: Is there a way...

By the way, I noticed the pre-commit hook wasn't working for me a few commits back. I had just been manually doing the pre-commit steps on my own for a...

@andywiecko Great catch! I think that might end up being a little too complex for me to take on right at this moment, so if the maintainers are alright with...

## TL;DR Packages that depend on external registries or other package dependency approaches probably don't work with the current package support of the runner from this PR. I think it's...