David Santiago
David Santiago
I've tried depending on some kotlin dependencies as in the following example: ```yaml io.reactivex.rxjava2: rxkotlin: lang: kotlin version: 2.1.0 ``` This generates the following in the BUILD file: ```python kt_jvm_import(...
It just happens that the largish project I work on has many dependencies that have related jars, but which don't work nicely as modules, but we'd like to keep the...
Sometimes builds need to incorporate programs that output unpredictable files in order to create artifacts. For example, a multi-language code generator. If those artifacts need to be collected into a...
Usually when you write a servlet you can do initialization in your init() method, to get needed libraries and data structures and what not set up for when the requests...
As discussed in issue #8, it would be helpful to be able to control more finely the amount of time criterium runs benchmarks. The gap between "quick" and "full" can...
Because Criterium spends the greater of 1 minute and 60 evaluations of the test function, it would be nice if Criterium would periodically print something, perhaps a row of dots,...
As far as I can tell, and I'm embarrassed to admit that I'm quite over my head in your amazing sci-fi incremental parser code, there's no way you can make...