Steve Hoeksema
Steve Hoeksema
> It is much clearer just run bundle install to separate bundler path and then use https://github.com/actions/cache directly. The linked recommendation explicitly says not to do that: > Caching gems...
In other projects I've done something like ```ruby conn = Faraday.new( url: "https://example.com", headers: { "Authorization" => "Basic #{Base64.strict_encode64("#{username}:#{password}")}" } ) ```
If it's the same as https://github.com/XeroAPI/xero-ruby/issues/178, the error is static HTML served by Akamai and never makes it to Xero, so the error is not parseable.
I don't know whether or not S3 allows you to omit content size, but I note it supports streaming from stdin https://github.com/aws/aws-cli/pull/903
This model keyboard also doesn't work for me. Anything I can do to help debug? I see two short flashes on A, a long flash on B, repeating. Cursor control...
``` Bus 001 Device 026: ID 05ac:029f Apple, Inc. Magic Keyboard with Touch ID and Numeric Keypad ❯ sudo usbhid-dump -d 05ac:029f 001:026:001:DESCRIPTOR 1762116912.165871 05 01 09 06 A1 01...
Yep, sure thing
Result of typing `qwerty`: ``` ❯ sudo usbhid-dump --entity=stream -d 05ac:029f Starting dumping interrupt transfer stream with 1 minute timeout. 001:026:000:STREAM 1762390568.006455 90 03 63 001:026:000:STREAM 1762390568.014453 90 05 64...
I flashed each side and no difference unfortunately!
Is that what the LED pattern is indicating? (two short flashes on A, a long flash on B, repeating) - that it can't recognise the keyboard? If it helps, it...