Christoph
Christoph
Fist I want to say in the laptop alone everything works correctly. When I connect it to the [Ultra Dock](https://www.lenovo.com/de/de/accessories-and-monitors/docking/mechanical-docks/ThinkPad-Ultra-Dock-90-W/p/40A20090EU) only power, Ethernet and USB ports work. Would it be...
Hey, I really like this project and would love to use it, but currently I can't build it for Cloudflare. Whole error message is below, but the node dependencies seam...
While working on [Tailscale in js](https://github.com/mastermakrela/tailscale-js)[^1] I've noticed that while `tailscale server` equivalent was present, `tailscale funnel` was missing, although it's available in the underlying [tsnet](https://pkg.go.dev/tailscale.com/tsnet#Server.ListenFunnel) library. This PR exposes...
Although the Remote Functions functionality is still experimental, I'm using it in some projects already, and I've noticed that the form data isn't getting parsed. The cause is that remote...
- Fixes #662 where model dictionary builder fails when Flutter formatter breaks lines after long class names - Replaces fragile string matching with robust regex pattern that handles whitespace including...
In packages/brick_build/lib/src/builders/model_dictionary_builder.dart:67, the code uses a simple string match to find class declarations: `entry.value.contains('class ${annotation.element.name} ')` This fails when Flutter's formatter formats long class declarations and breaks the line after...