Public Profile
Public Profile
First off, excellent work on this extension! I come from being a user of [HNES](https://github.com/etcet/HNES). Due to the fact that the HNES author is far less active (I have several...
Any way to make this request optional? I read the source code and it doesn't appear to be something that can be turned off. I've embedded my ipxe bootscript into...
This is so weird, at the very end of the build (`make ubuntu`), something is calling `rm ubuntu.dir` (and failing), but I can't figure out what! Any ideas? ``` rm...
Currently in [debirf](https://github.com/frzb/coinboot/blob/main/debirf/debirf#L380): this happens in sync: download. decompress. install. change this to be: 1. download async. 3. decompress async. 4. install sync.
This example is a bit out of date.
What sort of workflow are you planning for `gulp release`? When I think of a release, I think of an artifact that is built that can be distributed to my...
Right now, to use this project, you have to clone it and then rip out the parts you don't need. You also have to come up with a good understanding...
There are other closed issues around this, but it still seems to be an open sore point even in 8.x, so let me provide a bit more context. The fact...
I don't expect this PR to get merged. I just wanted to show you how easy it is to get the project to 'compile' with tsc. The idea being that...