drewhk

Results 52 comments of drewhk

Bit lacking on comments now, will add more info later.

I don't know if this is invented or reinvented by me, but I haven't read about such a structure before. I will add the serialization formats later, I just wanted...

Btw, according to this: http://www.bailis.org/blog/linearizability-versus-serializability/ both the register and flag are serializable (but not linarizable), and the set and map are serializable per entry (but not over all entries). Interestingly...

Some candidates: `empty` `single` `fromIterator` `apply(Iterable)` (this is two stages actually) `fromFuture` (`failed` could be possible but why optimize for that...)

sounds like a good addition!

I downloaded from the `filmulator.org` site, which lists `0.10.1` as the download version... I will try to find a RAW file that is not containing private moments and attach here.

Attached below is one of the RAW files (inside a ZIP because Github refuses to upload files with `.RW2` extension). [P1010960.zip](https://github.com/CarVac/filmulator-gui/files/5674000/P1010960.zip)

I tried the latest nightly, also deleted the database, but still exits on file import.

Ok, I think I have found the issue. The name of the directory where my images are contains a Hungarian letter (`á`). If I move the images to another directory...

> In particular the cheap proxies exist already, take a look at akka.typed.internal.FunctionRef Yes,, streams are already using it :) It is just not exposed as a feature to the...