Kevin Chung

Results 334 comments of Kevin Chung

PRs welcome for this feature. This can be released with any release as long as the solution doesn't break backwards compatabilitity.

@SmylerMC yes I would accept a PR for this. I don't think there's much trick to it but I am concerned that in the `.ctf/config` file we already use the...

Seems like this issue could be easily solved by copying Kubernetes' approach. Add `--initial-delay` which denotes the seconds until the first healthcheck and then use `--interval` from then on after....

Thanks for reporting this. I'm not sure what the fix would be for this but I will take a look at some point. If you can submit a PR that...

Hi you don't need to comment out the code, you can just remove it. We will see the changes in git history. However can you cite to me how you...

Yes it doesn't look like this is well defined in the code. I think the smartest strategy would be to raise a custom exception that passes what the failing fields...

This actually already exists. The error that I ran into was actually importing an export which contained a plugin which was running an older version. Essentially a migration which the...

We could possibly just enumerate all plugin migrations and then determine if we are missing a migration to import. I think that may be a bit much but it would...

Thank you for filing this, I am okay with this. I will need to see how this will work with POEditor before merging though. We may be moving away from...

Hints appear to be working for me, can you provide more details?