Ben Biddington

Results 13 comments of Ben Biddington

Can I take a stab at this? First I will characterize github, then replay against the others.

Got organizations to work, but that's all so far: #1098

This appears to be due to (`stylesheets/components/Lightbox.scss`): ``` &__container--zoom { .Lightbox__header, .Lightbox__footer { opacity: 0; } } ``` Even changing opacity to `1` is enough to show the controls.

Can I help with this? ~Out of interest, is the plan to keep the UI source in this repository?~ (https://github.com/Letterbook/Letterbook/issues/205)

Righto, will have a look tomorrow 👍🏼 On Thu, 8 Aug 2024, 15:24 Sam Wronski, ***@***.***> wrote: > Yes, that'd be great! I'm a bit behind with other work and...

Okay this build is now passing with one test that is using an on-demand server [as described](https://khalidabuhakmeh.com/end-to-end-test-with-aspnet-core-xunit-and-playwright): https://github.com/Letterbook/Letterbook/pull/320 The build does now essentially follow the startup guide from CONTRIBUTING.md, not...

I suspect it is due to falling into [this jpeg conversion](https://github.com/signalapp/Signal-Desktop/blob/main/ts/util/scaleImageToLevel.ts#L166)? I notice that when I download the image from Signal Desktop it has been converted to a jpeg. For...