Patrick Del Conte

Results 22 comments of Patrick Del Conte

> with this? `mainBody { val parsedArgs = ArgParser(args).parseInto(::Args) println(parsedArgs.message) }` I reported this issue because I am not willing to put the whole script into a lambda in the...

Would it help testability if you declared the function I need as an extension function on Argparser in its own file? You could then test this file on its own....

I don't know. How does arena work? Is there an api documentation? If it uses the same api as screeps (meaning this one https://docs.screeps.com/api/) then it will work otherwise probably...

I have recently updated the 'deploy' task. Does it work now? If you get an SSL error you may need to set `screepsSkipSslVerify=true` in gradle.properties. However that is not necessary...

I face the same issue and investigated for a bit. The reason it does not work is that the filtering only implemented for domain names, not for ip addresses. Here...

this should work now with the new (java 11) http client

We just upgraded to kotlin-2.0.0-RC1

We decided leave external declarations as `= definedExternally`and we stick to the pattern throughout the codebase. This is not only true for constants but also for default arguments and default...

I remember doing some experiments when this issue first came up. I tried adding the engine dependencies to my test setup, which IRC solved the constants issues but other issues...

Let me know if you'd like a PR for that