Levin Rickert
Levin Rickert
This issue was fixed in https://github.com/wulkano/aperture-node/pull/24 but Kap didn't update to [aperture-node 6.1.1](https://github.com/wulkano/aperture-node/releases/tag/v6.1.1) yet.
@ron23 Try to open the about screen while having settings open. Then it pops up like expected.
Noticed that today as well. Some fix for that? :)
Thanks a lot for transitioning this into an issue. I'll give your suggestion a try and open a PR.
I've opened a PR (#1385) which switches to `raw_path` in logging. We've tested this with our application which successfully brought the log filtering back to life.
I was looking into the linked issue https://github.com/encode/starlette/issues/1336 and since FastAPI uses Starlette under the hood, this is probably where the issue originates from. From my point of view the...
@FredyC Sadly it doesn't support referencing a local schema consisting out of several files which I really need.
I would also really appreciate a feature like this. My situation is the following. I'm fetching a list of documents with file name, status and some other fields. When you...
@mschrage I think UNIX domain sockets are available on Windows: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/ I don't know if the implementation is more complete nowadays or if it's still lacking the missing features mentioned...
@mschrage Wow. Is Fig written in Rust? This `r#type` looks very familiar. Also seeing a `.cargo-lock` file in the directory.