snylonue

Results 8 issues of snylonue

I'm using `Capturer::frame()` in a async code, which blocks other code because I had to wait until a `Frame` is returned. I have tried to run such code with `smol::unblock()`...

能否关闭时缓存存到磁盘上,并在启动时载入 Is it possible to have the cache stored on the disk when shutting down and loaded when launching?

enhancement
shortlisted

env: windows 10, python 3.9, installed through pip ``` python manage.py waitress Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\ __init__.py", line 224, in fetch_command app_name = commands[subcommand] KeyError: 'waitress' During...

**Is your feature request related to a problem? Please describe.** My network supports both ipv4 and ipv6, therefore I need dcompass listen on `127.0.0.1` and `[::1]` at the same time....

enhancement

So far, this crate uses chrono's `[NaiveDate](https://docs.rs/chrono/0.4.19/chrono/naive/struct.NaiveDate.html)` to represent date. However, chrono implements some apis like year(), month() and day() on its trait [Datelike](https://docs.rs/chrono/0.4.19/chrono/trait.Datelike.html), making it impossible to get them...

**Describe the bug** I'm trying to use `nix-sops` to handle some secrets, but I can't make it. **To Reproduce** 1. In flake.nix ```nix systemConfigs = let makeSystemConfig = inputs.system-manager.lib.makeSystemConfig; in...

bug