chpio
chpio
@lgierth do you already (:D) have the new hash?
what about ?
Don't know if that error has anything with this: ``` File "/home/thomas/bin/podman-compose", line 506 args.extend(['--healthcheck-command', '/bin/sh -c {}'.format(cmd_quote(healthcheck_test[0])])) ^ SyntaxError: invalid syntax ``` on current master (e21932e1de6ad4d3786ab520e14b972b427d1531)
> @chpio I've fixed the typo, please tell me if it fixed the issue yeah, thank you for that
shouldn't the asserts speed the code up? https://gist.github.com/jFransham/369a86eff00e5f280ed25121454acec1#assert-conditions-beforehand edit: ok.. ok... na, this can only work for statically known indices.
there is no build in concatenation in gulp-spa, use gulp-concat to do that, that way you can also define the new file name.
you can specify the input files in your html file. ``` html ``` you also could just load all (e.g.) JS files in one directory: ``` html ``` ``` javascript...
any chance this gets pulled into the stable branch?
> Ok, final update. I tried more experiments with my own fork, and I can get it to work by simply calling `LD=$CC npm install`, without using my fork and...
it seems to have something to do with the `icon` field. after making the `icon` field optional (the readme says it should be optional, [but it's not](https://github.com/skpm/dialog/blob/56e4e23af47683633396bf678abf6b609d94ef6e/type.d.ts#L77)) and omitting it...