Ethan Reynolds

Results 13 comments of Ethan Reynolds

As far as I understand, before any high resolution image format can be included in-band in gomuks it will need to be implemented in the tcell TUI library that gomuks...

> I see [gdamore/tcell#602](https://github.com/gdamore/tcell/pull/602) has now been merged. Could someone please point me in the right direction with regards to gomuks, which source file currently handles the displaying of the...

Also seeing this behavior in a previously working configuration after bumping `circleci/slack` from `4.6.1` to `4.12.5`. `0A` line feed characters stored in a shell variable and interpolated in a custom...

Yes, looks like it is the same bug. The difference is your example appears to contain CRLF (\r\n) Windows style line endings while mine are all Unix style LF (\n)...

Example on terragrunt version `v0.45.1` with `TERRAGRUNT_INCLUDE_MODULE_PREFIX=1` set, default log level: ``` $ terragrunt plan Failed to load state: AccessDenied: Access Denied status code: 403, request id: 6VYVP4SBEYZAQHD7, host id:...

Just tested terragrunt version `v0.45.6` with `TERRAGRUNT_INCLUDE_MODULE_PREFIX=1` when running a terragrunt, plan or init while using s3 as the statefile backend and expired AWS tokens. It still only returns the...

We're also seeing this after an upgrade from `14.2.1` to `15.3.1` on a self hosted deployment using TLS routing. Same errors on the auth server, but for whatever reason it...

Oh, I see. This should happen automatically by updating the `matrix-sdk` dependency https://github.com/matrix-org/matrix-rust-sdk/pull/3598 from `0.7.1` to something newer, but that either has not been released and/or the crates.io entry has...

I tried changing the `version` property of the `matrix-sdk` dependency to a `git` reference the latest commit of main on the `matrix-rust-sdk` in `Cargo.toml`, but I found there were a...

Looks like https://github.com/matrix-org/matrix-rust-sdk/issues/3742 is the issue to watch for any planned release of matrx-rust-sdk.