tedder

Results 68 comments of tedder

and here's a pinout from lilygo.cn: https://ae01.alicdn.com/kf/HTB1PTD2TrrpK1RjSZTEq6AWAVXay.jpg ![HTB1PTD2TrrpK1RjSZTEq6AWAVXay](https://user-images.githubusercontent.com/97914/127209894-7e530303-9dbd-47bc-8a60-6fbf8a0d33b7.jpg)

FWIW it definitely allowed it to compile, but it doesn't control the nuc11's LEDs.

FYI, I got this error and link because `c2.com` was being blocked in Pihole. `wiki.c2.com` was fine. I have asked airelle to remove c2.com from [`hosts.rsk`](http://rlwpx.free.fr/WPFF/hosts.htm), I think it was...

I'm having this issue as well. There's definitely nothing else accessing the DB. ``` navidrome_1 | time="2023-09-05T20:11:04Z" level=error msg="Error obtaining new orm instance" error="register db Ping `default`, database is locked"...

@ty-dev I'm gluing KMS support into my code using this: https://github.com/boto/boto3/issues/38#issuecomment-161863820

Note [I had to change the chunking](https://github.com/tedder/s3-client-side-encryption/blob/efde18361583dbd8bbde8c90f236af943effcd78/put.py#L47).

My chunking makes the encryption a streaming process; that could be updated to read/write to S3 as streaming, though S3 doesn't like that too much.

excellent! Tag me if you get it working. I'm only using the tmpfile so I don't have to deal with things like calculating an unknown file size.

I _think_ all that needs to be done is this: - from `hsd`: - run `hsw` or `wallet` - from `hs-client`: - `bin/hsw-cli get`, make sure it exists - `bin/hsw-cli...

I'm trying to do the kms.decrypt thing and failing. @ty-dev does the above work for you? http://stackoverflow.com/questions/34957677/invalidciphertextexception-when-calling-kms-decrypt-with-s3-metadata