Guanpeng Xu
Guanpeng Xu
I'd like to work on this. I'm going to add a flag `json` if that's okay.
Development happens [here](https://github.com/herberteuler/selda/tree/dev/sqlite-json). I'll create a pull request when I finish.
An update: The `json_extract` function was causing troubles because it did not preserve JSON types in its results. However, SQLite >= 3.38.0 introduces the `->` and `->>` operators, which strive...
Okay, with the newest SQLite 3.38.0, and a similar implementation to that of `selda-postgresql`, the build on my personal branch passes all of the tests. But I am not yet...
I am interested in working on this. Here is my proposal on interfaces: For GET requests, we provide a method ``` def streamingResponse[K](implicit canBuild: CanBuildRequest[Self], decodeAll: DecodeAll[K, Accept] ): Future[(AsyncStream[Xor[NonEmptyList[Throwable],...
Streaming support in finagle-http is done via chunked transfer, which resembles a stream of objects, with each chunk being a serialized object. The view of streaming by `AsyncStream`s has already...
Okay, I see. I have just started using `jdbc` and `sqlingvo`, and my knowledge at this point is not enough for creating a good patch. Currently I am satisfied with...
Yes, my guess is garbage collection too. Installing Mathematica takes a long time, and I have done many re-installations without adding the script while debugging derivations for new versions. Another...
> I think that solution with `nix-env -i` would still require a rebuild when your channels updated and a dependency changed. IIRC packages installed through `nix-env -i` don't get updated...
@maelp I simply manually created the user with another id. The issue was submitted as a reminder to create a patch for the user creation code. I may write a...