Mendes

Results 22 issues of Mendes

When launching `glava` like this: ```sh glava '--request=setgeometry 0 0 1920 1080' '--request=setopacity "xroot"' -d ``` it works perfectly if I then try: ```sh glava '--request=setgeometry 0 0 1920 1080'...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description This crate implements it's own [method type](https://docs.rs/worker/latest/worker/enum.Method.html) instead of using the more...

How do I install the [discord-rpc](https://github.com/pfirsich/lua-discordRPC) dependency? Also how do I "Update the library path"? Maybe that's the issue. I tried to contact you on discord but the link on...

current [`batch_exists`](https://github.com/cloudflare/daphne/blob/4c612db3d42230a97899ccfe09e0f2566af94bbf/daphne_server/src/roles/aggregator.rs#L310) implementation fetches the entire Aggregate Share just to see if it exists before fetching it again to return it. This takes 600ms on my machine

See issue #2047 for discussion about this PR ## Changes This PR contains 5 changes: - first it makes the `LogExporter::export` function return a future that doesn't capture self's lifetime,...