Przemek Piotrowski

Results 11 issues of Przemek Piotrowski

## Expected behaviour I'm currently writing second post about docker cache efficiency on SBT. My main focus is to use docker cache in CI environments as much as possible. Already...

feature request
docker

## Expected behaviour `sbt docker:publishLocal` always generates files with deterministic file creation and modification timestamps. ## Actual behaviour Now build time is used as files creation&modification timestamps in the final...

feature request
docker

I'd like to implement `.map(IntToIntFunction f)` that returns new RoaringBitmap as a result of mapping. Example: ```java RoaringBitmap r1 = RoaringBitmap.bitmapOf(1, 3, 6, 8, 9, 14) RoaringBitmap r2 = r1.map(i...

In source code of MappeableBitmapContainer wherever there is a block like ```java MappeableBitmapContainer answer = clone(); if (BufferUtil.isBackedBySimpleArray(answer.bitmap)) sth() else deadCode() ``` it will never execute `else` statement. The reason...

enhancement

Hi, I was looking for quick (no sbt/maven powered) way of fetching JVM artefacts to the spark docker image. Found wget on your [blogpost](https://www.datamechanics.co/blog-post/tutorial-running-pyspark-inside-docker-containers) but it has drawbacks as not...

Hi, currently the project is released only for Scala 2.12. Could you cross release this project for other still widely used Scala versions?

For now badges from coveralls are pointing to repo owned by @pathikrit https://travis-ci.org/pathikrit/ScalaVerbalExpressions It should be changed to original one.

I've noticed a significant speed gap in training time series data with Prophet: my code is roughly 5 times faster on Apple M1/M2 CPUs than on modern Intel processors. This...

The timeout for invalid connection is too long (about two minutes). I would prefer something like 5 seconds or configurable value. `new RConnection(fakeHost, fakePort)`