Ibiyemi Abiodun

Results 12 issues of Ibiyemi Abiodun

I would like to be able to convert raw file descriptors into `UnixStream` without having to convert to `Async` first.

I tried to create a custom Kademlia network by changing the protocol name with `KademliaConfig::set_protocol_name()`. However, even though I used the same protocol name for all of my nodes, this...

When I try to use `alloc-cortex-m` in the following fashion: ```rust #![no_main] #![no_std] #![feature(alloc_error_handler)] extern crate alloc; use alloc_cortex_m::CortexMHeap; use core::alloc::Layout; use defmt::*; #[global_allocator] static ALLOCATOR: CortexMHeap = CortexMHeap::empty(); #[cortex_m_rt::entry]...

type: enhancement

#### What kind of changes does this PR include? - New or updated content #### Description Adds information about `Astro.context`, introduced in withastro/astro#3934

tsc

Summary: --------- Currently, it is impossible to set up a React Native project where the Android project folder is not nested inside of the JavaScript project folder. I want to...

discussion
on hold

I have the Olympus OM-D E-10 Mk IIIs, and the ORF files that it produces are apparently not supported in darktable. However, this camera is identical to the Olympus OM-D...

scope: camera support

I want to be able to deploy non-stripped library files for debugging purposes, so I added a configuration parameter `extraCargoNdkArguments` that lets me pass `--no-strip` to `cargo ndk`.

Hi, this is a cool crate! I'm submitting a feature request, which is the ability to deserialize into `lexpr::Value`. It would be nice to have this for the same reason...

serde

## Environment - Xcode version: 15.3 - iOS version: 17.4 - Devices affected: N/A - Maps SDK Version: 11.3.0.rc1 ## Observed behavior and steps to reproduce When I try to...

bug :beetle: