Fredrik Meringdal
Fredrik Meringdal
It almost works for my use-case, unfortunately it does not implement `Clone` which is needed to call the inner service when I only have an immutable reference: ```rust impl Backend...
No doubt about that. But I think one can still avoid the clone of the inner service with the channel based implementation of the outer service where the outer service...
> Right so if you do SyncWrapper where buffer is the outer type in the boxed type the clone is cheap and the type is cloneable cheaply? Not sure if...
Hi, it is still alive in that it will accept PRs. It might take some time to get PRs for non high priority features/fixes merged as maintaining this project isn't...
Hey @Hyungeol94 , thanks for the MR. What exactly is the error? Does the slider never work or only when you explicitly set the color to black does it stop...
I don't actively add code to this repo anymore as you might have guessed from the commit history. What did you have in mind to contribute?
> Compile time checked sql queries are extremely useful for catching very common bugs, so that will not be disabled. I have somewhat changed my mind on this since then....
> Ah, I see. Good to know. Does that still imply a working PostgreSQL connection during build time, which includes supposedly(?) tests? I don't think it needs to connect to...
Hi @WhyNotHugo , really sorry about the delayed responses (had very little time lately) and thanks for the ping. That sounds like a valid approach which should make the library...
Thanks for reporting. I will add a fix once time allows, unless someone else picks it up before then