CreativeCactus
CreativeCactus
This is certainly an issue. Please reopen. The problem is described [here](https://github.com/cantino/mcfly/blob/5e3161d6a807596faa704f8528b349691d947b41/mcfly.bash#L60-L74): - Get the contents of the current line, to be used in the search query - Invoke `mcfly...
**Nothing is unavoidable or impossible, it is only a matter of practicality for the hacks involved.** In this case, it seems like it's only a small change. With about 40...
Nice fix, thanks for this. @chjj can we get this merged a year later?
Seems to be caused by DOS format of `bin/mail-null` which ends up at `/usr/local/bin/mail-null` or `which mail-null` for me.
Fixed and I get ``` SMTP server listening on port 2525 Web server listening on port 3000 (development) events.js:163 throw er; // Unhandled 'error' event ^ Error: watch /usr/local/lib/node_modules/mail-null/package.json ENOSPC...
@tonistiigi Documenting `#syntax` in the second section and `BUILDKIT_SYNTAX` on the second last line is confusing, and it is useful to have a reference from one to the other. Do...
> should only be used for dev/test purposes Is there a reference for this? You are the only person I have heard recommend this.
@tonistiigi That's a question. The subsequent posts don't seem very committed to the purpose you are proposing now. Given recent discussions about the usability and maintainability of directives, I think...
I'm not sure I understand... > User should not hardcode one of them into the Dockerfile itself. - "Should not" or "should not be able to"? Because they are already...
Deliberately as in to avoid it running? Under proposal A, it will still be ignored unless that first line was a shebang. I think that is a small enough edge...