Henrik Feldt
Henrik Feldt
It uses `subcommand` to look up the other key to read, and then parses that by splitting on space and prepending both the subcommand and its child arguments to the...
https://github.com/logary/logary/pull/387/commits/57c1374afee16f8119f8430c9594855c48473cc6 Inside dir `src/services/Logary.Services.Rutta` (se commit message)
Has this been fixed with any of the releases in the last two years?
Ok, no worries, there's a workaround available. I saw the docs had been updated about subcommand parsing, that's why I asked. Thanks for the reply.
Just saying hi. Followed notifications a bit too eagerly =). Feel free to PR to that fork and it'll be merged.
@ricardoccpaiva That's not a good change, since you're just ignoring the problem by daemonising the server. Also, with that change, the comment on line 141 is now wrong.
I solved this with the following for our k8s deployment: - make sure to use the k8s discovery - use 3.1-beta.x - for hosted k8s on GCP, use api server...
@chrisbateman Yes, with an output file name, too. I'll create a better repro when I circle back to the branch in question.
Closing – solution was to bump PHP version from 5.4 to 5.6.
Doing that gives you: ``` > Chart.Line [ for x in 0 .. 10 -> x, x*x ];; val it : ChartTypes.GenericChart = Error: An exception was thrown by the...