-
### Description
The existing implementation of the `Union` function is very expensive (terms of CPU cycles and allocations) if many different bitmaps need to be unioned together.
### Success crite…
-
## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/85))
_opened by Joseph Weston ([@jbweston](https://gitlab.kwant-project.org/jbweston)) at 2018-07-10T13:16:25.518Z_
…
-
Erlang is functional in the way that C++ is functional - it offers tools for FP, but most users aren't generally FP, and the standard library OTP is heavily stateful
You name Whatsapp, which is an …
-
From what I can see denormalization of resources has been disabled [here](https://github.com/coinbase/rest-hooks/blob/f8c4527dea5d320ee147a75deb5ebb1f2a4bf27a/src/resource/Resource.ts#L26).
Based o…
-
under the fh registry -
-Create a new patient
- Move to Genetic Data
- Upload a file at Laboratory Data section
- Click Save
It gives the error -
AttributeError: This QueryDict instance is i…
-
I'll speak to what I feel to be the real elephant in the room for me for server development these days.
We need convenient multi-process, and web workers just don't cut it.
I know, everyone love…
-
Ref https://github.com/typelevel/cats/issues/1360
I think having an `Aggregator` somewhere would be handy, and `origami` looks a good home.
Time permitting, I would be happy to help out here.
ghost updated
5 years ago
-
hi
I am trying to install SearchLight on Genie web framework
julia> Pkg.add("SearchLight")
ERROR: unknown package SearchLight
macro expansion at .\pkg\entry.jl:53 [inlined]
(::Base.Pkg.Entry.##…
-
Currently, dealing with mutable `Set`s and `Map`s makes your program basically nondeterministic:
```scala
@ val x = Seq(new Object(), new Object()); x.to[collection.mutable.Set].toSeq == x
x: Seq…
-
First of all, let me state just how awesome Lombok is: it's very, very awesome :-)
I recently fell in love with `@Builder` and started using is massively in conjunction with Jackson, and I think th…