thigg

Results 80 comments of thigg

would love to see this merged

Just have an example for the old one: ``` $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $target = Join-Path $toolsDir "eclipse\eclipse.exe" Install-ChocolateyDesktopLink $target ``` But you got the general idea what I...

Is this planned to be merged? / worked on? > [Here](https://github.com/public-transport/hafas-client/compare/master...bergmannjg:hafas-client:add-BestPriceSearch) is my (not yet complete) implementation

I am running this for a few days already without problems, just added the date as a parameter.

Yes that would be really usefull. The provided example is in php not in python.

Typescrpt just redefines them: https://github.com/screepers/typed-screeps/blob/master/src/constants.ts

I tried to convert https://github.com/screepers/typed-screeps with https://github.com/Kotlin/ts2kt. (rename .ts file to d.ts files first) and got [that](https://gist.github.com/thigg/5295f1b8d13e291084b227312742b20a) as result. At least it has the values as comments now ;) Anyway...

I tried creaiing a few values in the Constants as non external and put a copy with that into the test classpaths, thus overriding the original Constants.kt during tests. That...

I got something working @ https://github.com/thigg/screeps-kotlin-starter/blob/master/src/test/kotlin/SpawnTests.kt This is a pretty ugly fix for now. also check the build file

Cool, looking forward to this release. Thanks for your work