Alexander von Gluck

Results 173 comments of Alexander von Gluck

``` /Data/Code/upt> uname -a Haiku shredder 1 hrev54767 Dec 9 2020 07:46:05 x86_64 x86_64 Haiku ``` ``` ./target/debug/upt list -i | head -10 Status Name Description ------------------------------------------------------------------------------------------------------------------------- s a52dec An...

So this one is limited to Mac? I personally haven't seen it... but am exclusively Linux and Haiku.

Pull requests welcome on improvements + changes. I'm still around, just not actively invested in guisan at the moment. I have a PCEngine emulator I originally ported GuiChan to SDL2...

Hm. While rust-cid looks to work as expected for something like this, it's missing the "Protobuf UnixFS" content. I'm assuming this is the "Codec"?

```rust use cid::Cid; use multihash::{Code, MultihashDigest}; use std::env; fn main() { let args: Vec = env::args().collect(); if args.len() != 2 { println!("usage: cidsum "); std::process::exit(1); } let data = match...

Correct, that's the end goal. If protocol buffers are required, it indeed sounds like an external project would be more ideal.

![log](https://user-images.githubusercontent.com/100110/178496650-b1aeae0f-ad0d-466a-b8b7-4bdd21f208c7.png)

It should be noted that the stuck relay doesn't happen when hand-disconnecting. It's happening "when the car finishes charging". That makes me think the OpenEVSE is opening the relay before...

I've updated the OpenEVSE firmware from D7.1.3 to 8.2.0 to see if the behavior changes

@glynhudson I *might* know the cause of this one. I did some testing on the latest firmware.. - Push the J1772 handle switch.. in about 1-2 seconds the relay disconnects...