Tom Ekander
Tom Ekander
Thanks! I guess for best case we'd need some sort of client for WebSockets, I haven't really looked into it much. Let me know if you'd like to take a...
> Hey @lessp, thanks for reporting the issue. > > This is a known limitation when the item's size are too big. To resolve this, we recommend using virtualization. Here...
Did you do any further digging here @gndl? **Trying the following for *video*:** ``` input devices : avfoundation (AVFoundation input device) lavfi (Libavfilter virtual input device) output devices : sdl,sdl2...
I began looking at what would be required for text input. `textinput` in `bubbles` makes use of `bubbletea` itself. This makes one able to simply forward the events to the...
fwiw, I could get it to work by pinning. in your `project_name.opam.template` (if you're using dune to generate opam files) ``` pin-depends: [ [ "riot.0.0.8" "git+https://github.com/riot-ml/riot.git" ] [ "gluon.dev" "git+https://github.com/riot-ml/gluon.git"...
> Thank you @lessp, that's an interesting proposition. To clarify a bit, this PR does two things: Thanks for leaving your thoughts @voodoos! I primarily thought I'd open up the...
Another experiment I did was to auto-complete valid constructors that return the type in question. So, instead of doing this: https://github.com/user-attachments/assets/d33f73e6-0dcb-4b58-beab-2d1720061ec2 You'd, by some heuristic, list definitions that return that...
> > Another experiment I did was to auto-complete valid constructors that return the type in question. > > > > Note that this is already an option of the...