Rupansh
Rupansh
Hey is there a way to get raw data of a photo? I need a u8 buffer/Bytes. I tried MultipartValue::Data but it is MultipartValue::Text which isn't large enough for an...
Device- Redmi 3 Version - 8.1(Lineage OS) Arch- arm64 SoC- msm8937 Issue- Doesn't launch and crashes every time I try to open it.
I've enabled UDP traffic over port 53 on the server I started the server with: ```sh sudo ./quicssh server --bind "0.0.0.0:53" ``` and client with: ```sh sudo ./quicssh client --addr...
I have been porting 4.9 for my device which has 8937. The display has been failing for a while. I tried a few fixes which did display a single frame(corrupted...
This PR adds EGL support for X11 targets. It can be further extended to support wayland as well. Please note that I do not know C# formally so feel free...
dev pls fix 
tested against: ``` use std::collections::HashMap; use std::fmt::{self, Debug, Formatter}; use std::path::{Path, PathBuf}; use crate::core::{Dependency, Package, PackageId, Source, SourceId, Summary}; use crate::sources::PathSource; use crate::util::errors::CargoResult; use crate::util::Config; use anyhow::Context as _; use...
I have been trying to make this work however I keep getting `There's a problem with this sticker pack and it can't be added to WhatsApp` I verified all stickers...
# Description This change introduces a way to fetch root keys automatically on demand. This makes the construction of the agent a bit more ergonomic for local nodes. Minor breakage...