Meade

Results 20 issues of Meade

I have an initial discussion with @joseluisq [here](https://github.com/joseluisq/rust-linux-darwin-builder/issues/9) I am trying to compile a [project](https://github.com/themeliolabs/ginkou-loader) that depends on tao. The issue comes down to building the [carbon_hotkey files](https://github.com/tauri-apps/tao/tree/dev/src/platform_impl/macos/carbon_hotkey). On a...

I'd like to write an article leading readers through how to think about the solution in Rust. Specifically, my solution focuses on algebra, iterators, and parallelisation.

First off, thank you so much for your work! Using this on GrapheneOS with nextcloud talk/spreed works perfectly using the browser. Other users are notified of incoming calls, and can...

I am not certain if this is something that is not currently implemented, or if I do not know which section to place it in, but I see no example...

I am trying to compile [this](https://github.com/themeliolabs/ginkou-loader). Running this: ``` env CC="o64-clang" CXX="o64-clang++" cargo build --locked --target x86_64-apple-darwin ``` yields this error: ``` error: could not find native static library `carbon_hotkey_binding.a`,...

question

### Is this urgent? No ### What parts are affected Frontend ### What is the server version v76 ### What is the client version v0.4.13 ### What platform are you...

bug

I am working on decoding a video into individual frames, and I have most everything working properly, but ffmpeg-next is only running on a single thread. Here is the relevant...

### Description I have a Gitea action that pulls docker images and pushes them to the Gitea registry. On some images, the push does not succeed. The actions job shows...

type/bug
issue/needs-feedback
topic/packages

This reduces the image size from 4.36 GB to 2.78 GB. With this suggestion: ``` Warning: For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run...

First off, thank you all for your work! I am running version `0.33.7` in kubernetes, and everything works perfectly except for the worker. I am using the same docker image...