Results 12 comments of Paul Bonser

Sure, I can do that. Where should I put the tests?

I tried to get it up and running properly on Windows. I got nrsc5 itself built using MSYS2 as documented, and I got all the dependencies installed using conda, which...

Not that it helps the other problems, but installing PyGObject via conda (https://anaconda.org/conda-forge/pygobject) was pretty easy and didn't involve actually compiling it myself. [Miniconda](https://docs.conda.io/en/latest/miniconda.html) seems to be a pretty decent...

Oh, I should also mention that I am able to play back the sample file with nrsc5 on both Windows and Linux, so it definitely seems to true that it's...

Did anyone ever do any work on adding caching?

There's a project that looks like it will be a good option for these newer ones, except they don't have something as convenient for flashing them without opening them up....

> Is there a work around ? ## Workaround: After the initial apply failure, the resource will be tainted. You can `terraform untaint` it and it will be ok after...

Or if it wanted to be nice about it, catch the error and print a less scary error and continue on its merry way...

Actually it was PR #33 that I was going to add tests for. I think the conclusion for #36 was that it was unneeded.

This is easy enough to avoid by just putting an extra newline in there, but it could lead to some confusing situations, so it's best to fix it at some...