@marcelpociot@enunomaduro Curious about how you implemented support for claude code, is it via api or subscription? Considering trying it, but want to avoid being banned by claude like many was on opencode.
Started to use @dhh kamal-deploy and missed some tui like k9s for kubernetes to see some status over several servers, so claude got my back. What a time to be alive.
@mitchellh Found issue, and not sure if I like it.. but its when I use the ghostty action paste_from_clipboard it fails to paste images as I have bound it to keybind = ctrl+v=paste_from_clipboard
If I remove this it works. But would be nicer if paste_from_clipboard could handle it.
@mitchellh@anurag_30 Did try it now on OSX and its a bit smoother than GTK. Hard to explain, just feels a bit more laggy on GTK when it updates search during typing. But maybe just me.
@mitchellh@anurag_30 The debounce on search input on gtk tip release is a bit annoying, makes it feel like its lagging. Have not tested on osx if its same. Will try later today and compare. If it were only on short <3 chars maybe makes sense but on all lenghts is a bit laggy feeling.
@mitchellh@mitchellh is GTK in tip version now, and is it working enough that its worth trying out? Will it work on Omarchy in current state in such case?
@Tmeister@enunomaduro@enunomaduro this is the way (ddev). Also long time Herd user, but tried ddev and never looked back as you can just commit your environment to git also with all services you need.
@GregorySchier Nope, but tried it now. It doesnt manage to render the UI at all, so much worse. Logs when running AppImage from terminal: https://t.co/Fqetu4s73u
@saeed_vz Ok! Probably need to use https://t.co/4ZJvxNjU2a to generate hints for phpactor. Maybe that is what tinkerwell does as its very targeted towards laravel users.
@saeed_vz Nice, not sure how this solves it but will read up on it!
the use case I talked about it to resolve instance from laravel service container.
use App\Services\CleanDataService\CleanDataService;
$service = app(CleanDataService::class);
$service->... expect auto complete here.
@enunomaduro@laravellivedk Awesome! Love the browser testing.. but not sure how to get $page = visit('/'); to work, it uses 127.0.0.1 with some random port as default. And my application needs a Host header. Is there some clever way to send Host header in all tests, or should I visit() full Herd domain?