thinkier

Results 12 comments of thinkier

Just payed using this and the blockchain.info wallet. Vouch.

I've played with splicing H.264 streams but Apple's specs demand RTP and SRTP. At a glance, it appears that there's a [rust implementation of RTP](https://github.com/webrtc-rs/rtp). Unfortunately, [SRTP doesn't appear to...

Comment out the following, the pin is probably locked out by the spi driver: ```rust // cs.export().expect("cs export"); // while !cs.is_exported() {} // cs.set_direction(Direction::Out).expect("CS Direction"); // cs.set_value(1).expect("CS Value set to...

[8ed7fae](https://github.com/pimoroni/pimoroni-pico/pull/586/commits/8ed7fae7124cf2fdc9b64bb20853c522098f2339) should address the CI failures.

Oh hi I'm a bit late to the party.

Added a basic gravity object to [`basic-physics#3975b89`](https://github.com/Vrekt/Lunar/commit/3975b89ff670df2e878b0ca3dac6101299ca67ce). The object can probably expanded upon to handle all changing velocities based on gravity. - Or maybe motion can be another problem in...

🤔 Fair enough. I would be inclined to name it `Force` and then make `Direction` point to something else, as motion isn't exclusively up/down/left/right/origin.

Changed the Velocity class to point to a x and y instead of a `Direction` at [b5b1c44](https://github.com/Vrekt/Lunar/commit/b5b1c445ac45a7be22dec427519c67bc86ffa81f)

Bug still present on ws 0.9.2, both on NativeTls and OpenSSL builds via cross. ``` thread '' panicked at 'Tried to access actively upgrading TlsStream', / cargo/registry/src/github.com-1ecc6299db9ec823/ws-0.9.2/src/stream.rs:325:37 stack backtrace: 0:...

When I unboxed my enviro urban, the dRTC kept trying to set the time on the Pico's RTC to something in 2001 and immediately crashes. This fix attempts to fetch...