David Brouwer

Results 48 issues of David Brouwer

It would be nice if I could limit the height of the media player in a latter panel. So just like there is a max width option, a max height...

sd-encrypt password prompt doesn't show up. Have to press escape to get the regualar startup prompt. It does work with plymouth-encrypt. As it does work with other themes, (tried manjaro),...

I'm using mech with the Laravel Homestead, and got it up and running, although it does not use the "Homestead.yaml" config file. This config contains multiple settings such as shared...

### Version 1.12.0 ### What happened? ```sql SELECT "UserRecords"."Username" FROM "Monitor" JOIN ( SELECT DISTINCT ON ("User") * FROM "UserRecords" ORDER BY "User", "CreatedAt" DESC) "UserRecords" ON "Monitor"."ID" = "UserRecords"."User"...

invalid

## Describe the Feature You Want While working with a ton of different resources in a Tiltfile I stumbled upon the need to set clear resource dependencies. Surprisingly this is...

enhancement

I have multiple services set up with multiple tilt files. For testing I sometimes run tilt files one by one, but to setup the whole cluster I want to be...

enhancement

Is it correct that the LSP currently has no Tree-Sitter syntax highlighting support? If so I'd like to request the implementation of Tree-Sitter syntax highlighting I read over https://github.com/tilt-dev/tilt.specs/blob/master/ide_extensions.md and...

enhancement

Sometimes, using secondary monitors, this happens: ![image](https://user-images.githubusercontent.com/25869544/112026113-2a5a7c00-8b36-11eb-9685-f2f9a0a07671.png) I can still drag my windows to that part of the screen, but ofcourse krohnkite snaps them in place. In a float layout...

bug

I came across https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size after the warning and quickly realized this doesn't directly work on containers. Is it possible to mitigate this issue in containers? I'm using a k8s cluster

The code in this repo is based on a 2yo app version, and since then, quite a lot has changed. From the way insta makes the requests, to the endpoints...