Erin Dachtler
Erin Dachtler
I also have a use case for this. I want to be able to create an image containing a database snapshot, but all the mysql packages have `VOLUME /var/lib/mysql` set....
More generally, I'm looking to help improve this library a bit so I can use it for a project, but it seems like there's some test problems right now. A...
What's the status on merging this? I'm currently blocked by a problem this fixes.
Not sure if this is the same problem or a different one, but I get the following npm-debug.log on Window 10 with Node 6. ``` 101914 info lifecycle [email protected]~install: [email protected]...
I think I found the problem. According to [this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label#Labeled_function_declarations), labeled function declarations are not allowed in strict mode, which is how all ES modules are treated. Since rollup only operates...
Nevermind. I just realized that this is already fixed in #285. I'll close this.
Nevermind nevermind. Apparently #285 did not fix this issue. For some reason `addTokenStack` is never called and so never has the chance to remove the `_token_stack:` label. It looks like...
#352 fixes this. A more correct way to do it would be replacing the `LabeledStatement` in the AST with the contents of it's `body` property, but the string replacement method...
I don't know if there's anything like that for IPFS in general. You could just manually add video/audio tags with the src attribute set to the ipfs.io gateway address for...
Probably not from me for now. Feel free to fork though. It was just meant to be a resume demo. I've tried making other things on IPFS, but at least...