Damian Monogue

Results 60 comments of Damian Monogue

Thanks for the report. Have you taken a look at muddler? It generates Mudlet compatible xml and mpackages. Even if it doesn't fit your need it might be helpful. https://github.com/demonnic/muddler

I've filled out the pull request template using the information you provided later in a comment. As for the change, I'm a little iffy on adding this. I worry that...

I will spend some time tonight adding the date to it and getting it to perform the test 4 times

I had not seen that no, will adjust. Maybe that's why it wouldn't print beyond the first cell. It doesn't show it to me if I just look at the...

Ahhh, that explains a lot actually. I haven't been going in and checking each cell for any of these and I wondered why things weren't aligned the same. I think...

![image](https://user-images.githubusercontent.com/3660/190861715-bd02c2e1-bd37-4d02-997a-d5bd784fb3b0.png) ![image](https://user-images.githubusercontent.com/3660/190861970-277d0f6c-755a-4bf8-8356-2b7f29cab646.png) These columns being filled in already is actually causing the newest values to be written down on row 997+ I think. For a bit I thought they were...

Ok, so the full test takes ~45 minutes, and I think we have to clear ccache for this in order to ensure that it's got the proper sha in the...

Ok, testing a different option for processing the input so it processes it as though it were entered by a person. It also occurs to me we could work around...

hmm, I think I might be missing a build step for the github action. It's changed in the root of the project but I think I maybe need to run...

ok, so ghas do not necessarily report the sha of the latest commit in the PR as GITHUB_SHA in the environment but some other sha I have not been able...