vidma

Results 8 issues of vidma

We've been using the gem for a while, all works nicely, except for the fact that it seems like even a short connection unreliability (e.g. packets lost, short VPN or...

Improve scala 2.11 support: - [ ] depedency resolving with `aether` uses very old code https://github.com/spark-notebook/spark-notebook/issues/881 don't use features deprecated or not-recomended in Play 2.5 - [ ] use dependency...

- looks like this is needed only for getting the count (if we still do this, I think so...) @andypetrella P.S. maybe I'll find some time for this on my...

fix notebook

failing code: ```scala val ser = 61 val notSer = new Path("/tmp") sc.parallelize(Seq(1, 3)).reduce { case (a: Int, b: Int) => println(ser); a + b } ``` * it failis...

bug
wontfix

Internally, this uses `RoaringBitmap`, a compressed alternative to `BitSet` (it's rather fast, and used commonly in projects as `spark`, `druid` etc). This is very simple, but IMHO algebird is still...

## Summary minimal changes to support Nuttx master in PX4 with RP2350 https://github.com/PX4/PX4-Autopilot/pull/24666 ## Impact helping/simplifying things for RP2350, unsure of impact for other chips (none use nuttx master yet...