cfal

Results 24 issues of cfal

when sending large files, i'm always hitting the 128 response limit since updating from ubuntu 20 to 22 (which i guess has updated my cadaver/neon version). is it possible to/would...

Hi there, I realize that v2 doesn't support default values - but I'm wondering the best way to do this, or if it's possible even in combination with go-defaults or...

feature

### Description half the time i open neogit with `neogit.open({ cwd = '/my/repo/path' })`, the view is empty and doesn't show staged files, because of a race condition. 1. `status.create`...

bug

Even after closing a connection, messages can still be received. This can be reproduced with the provided example by adding `out.close(ws::CloseCode::Normal)` after this line: https://github.com/housleyjk/ws-rs/blob/master/examples/server.rs#L20 After out.close, send() messages are...

cfb-mode had to be version locked due to https://github.com/RustCrypto/traits/issues/964 - but now an alternative is available.

there's quite a few places where we could be handling errors more gracefully, eg ``` $ ./shoes No config specified, assuming loading from file config.shoes.yaml thread 'main' panicked at 'called...

I tested this with go 1.14 on MacOS with all dependencies fetched today. After starting the app, the remote app becomes unresponsive after the first key press. I tracked the...

Fixes https://github.com/snabb/webostv/issues/1

`Capture input automatically when window is focused`/ is great and has made my experience much better - but it unfortunately breaks pressing buttons when UTM dialogs pop up. When the...