Brandon Ros
Brandon Ros
My guess is `partner-api` is different than `web API` which this package aims to cover and we shouldn't/won't pick this feature up.
in case anybody wants this for fun to see how hipster their music tastes are in the mean time as a stop gap: ```rust use std::{collections::HashSet, sync::Arc}; use serde::Deserialize; use...
https://github.com/Dusk-Labs/dim/pull/565 try this
Any update on this?
https://github.com/raspberrypi/pico-sdk/releases/tag/1.5.1 looks like it was "added"/made official around here I think what we'd need to translate/implement is here: https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/pico_btstack https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_cyw43_driver/include/pico/btstack_cyw43.h Not sure if a new .bin/different .bin would be needed...
@Dirbaio I beat the snot out of pico-sdk by littering it hardcore with a bunch of custom ` uart_printf` as well as turning on some debug flags and I got...
Are you sure the cyw43 Bluetooth core isn't the same as the WLAN core?
Could you check https://github.com/georgerobotics/cyw43-driver/blob/main/src/cyw43_ll.c and tell me where you see the additional Bluetooth core? Based on my logs, I do not see anything about any additional cores being brought up/reset...
> I'm curious @brandonros, what's the use case for using ureq in WebAssembly? > > If it's useful, we could probably do something where all the meaningful features are stubbed...
