Alkim Gozen
Alkim Gozen
Do you still have no idea ? I was trying to figure out how to do this but no luck so far. Here is a sample code; ```py container =...
We have researched a bit in your code. Looks like it is possible but because of fastapi `Depends` is a synced implementation, a workaround might be needed. Will happy to...
we have tried some experimentation with this test case to understand the resolution. as a starter before going into request singletons. It would be nice to be able to await...
Sorry for late response, do you still have that problem. ?
@jinthreek89 As soon as i have a time, i will fix it. Thanks for opening the issue.
i have the exact same issue with parametrized list of fixture. Currently getting the names and dictionary of devices and get the real device inside of the test method. your...
#32 is required also.
I still can not make it working. Trying to implement this project; https://github.com/Jas-SinghFSU/HyprPanel with `self.overlays` which @srid method mentioned in https://github.com/srid/nixos-unified/issues/24#issuecomment-2463536368 ```nix { flake, ... }: let inherit (flake) inputs;...
Converted into draft pull request since I couldn't make it working with following error I get.
Hi @d4vidi, Thanks for quick reply. If i find a time i will try to make a PR with your suggested API.