Ebou
Ebou copied to clipboard
A cross platform Mastodon Client written in Rust
Currently `cargo build --release` fails because this file does not exist. Adjusts the path to the one that does exist. Fixes #5
Currently release builds of Ebou fail due to a mistake in the build script. ```rust #[cfg(not(debug_assertions))] fn styles() -> String { grass::include!("../public/style.css").to_string() } ``` is probably meant to be ```rust...
When sending API requests, Ebou appends a trailing slash to the base API URL. This might work fine with Mastodon (since Rails probably just ignores that slash when routing), but...
I attempted this on Linux, but the build failed. Since I'm not very familiar with Rust and I'm concerned about potentially disrupting my system dependencies, I would like to explore...
Do you think Ebou might be flexible enough to fit the vision of a multi-modal client? https://blog.erlend.sh/juicy-clients Basically I’m wondering if you’d accept contributions towards this, starting with an additional...
I'm no Rustacean, so I can't help with the coding part but I know my way around the basics of cargo, so I've tried my hand at compiling Ebou on...
Ebou version: `Version 0.2.0 (742)` MacOS version: `13.4.1 (c)` A few days ago, I noticed that `Ctrl+R` stopped working on my mac. I was trying to redo an undone change...
@terhechte thank you so much for building a mastodon client in Rust! I'm very interested in using Ebou and contributing to the project. As an Arch Linux/Wayland user I discovered...
OS: Arch Linux (6.4.1 kernel) /usr/lib/libjavascriptcoregtk-4.0.so is present as a part of webkit2gtk (btw, list it as a dep maybe) but it misses a pkg-config file so the compilation fails...
Just a comment on the build dependencies. I used a docker container to build the app on Ubuntu successfully but I noticed that `gcc` is missing from the listed dependencies...