Nick Malaguti
Nick Malaguti
@maksimr the way that preprocessing worked at the time (and may still work - I haven't been working with karma in a while) is that each file was preprocessed once...
I've seen a similar problem when only having the CommandLineTools installed. Install worked correctly for me when using the include path ``` -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include ``` instead of ``` -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include ``` I'm...
Who is `files` meant to be consumed by? Any sufficiently advanced packer should be able to parse the assets listed in `main` and resolve all other dependencies (scripts, styles, images,...
@desandro `.less` files are a relatively simple transformation and a quick compilation step. What about languages like TypeScript that are more expensive to compile? If a component author wants to...
It looks like a lot of this is from the Java -> Kotlin autoconversion. It doesn't use a lot of Kotlin idioms. **Example:** ```kotlin for (b in 0..width - 1)...
> Does it look better now? Much! I think the package should include details on how to create a JAR with the Kotlin runtime included and a `Main-Class` in the...
The CI tests are failing because starter packs are assumed to be valid submissions with a `MyBot.*` file. In this case, the tests would be looking for a `MyBot.jar` file....
> I would worry about your getting the same game rate as some RandomBot with 5000+ games. Perhaps there is a way to decrease the frequency of games for low...
Is the plan that you can setup a virtualenv yourself inside your `run.sh`?