Aleksey

Results 5 comments of Aleksey

Hi. To package an app into Flatpak, you need to create a YAML (or JSON) manifest that defines the runtime environment, permissions, and environment variables. After that, you have to...

In one of my PoC projects I used this bash script: ```bash #!/bin/bash set -e # Stop on errors APP_ID="com.example.githubapp" MANIFEST="flatpak-manifest.yaml" BUILD_DIR="build-dir" REPO_DIR="repo" FLATPAK_FILE="GithubApp.flatpak" echo "Cleaning up old builds..." rm...

The reason is here: pub fn chat(&self) -> types::Chat { utils::always_find_entity(**self.peer_id()**, &self.chats, &self.client) } Because pub(crate) fn peer_id(&self) -> &tl::enums::Peer { utils::peer_from_message(&self.raw) .or_else(|| self.fetched_in.as_ref()) **.expect("empty messages from updates should contain...

@gdt I can’t open a PR myself right now because I don’t have an RTL-SDR to validate the changes. I can provide the state values/protocol details, but I’ll need someone...