Hans Raaf

Results 419 comments of Hans Raaf

@ysthakur this would be a solution if one did not need to specify paths in a lot of go commands. This becomes a problem quickly. Many projects have multiple apps...

I use carapace. With the extern I am missing all but the first completion, but the `go test ./...` works. ![image](https://github.com/user-attachments/assets/8b7c6954-1660-451d-998d-cd9afdb42994) Without the extern I get the full completions: ![image](https://github.com/user-attachments/assets/45a3b169-4fc0-412a-b4bc-e4c313d34a9b)...

@ysthakur is it maybe about the order? I have carapace before extern. And that file completion fallback is interesting for me too, I just added #14582 so this is not...

We use JS to get and set the hash of the URL instead of changing the URL itself. But for returning users we actually prefer using session data. You do...

To make mosh work, I had to add `export LC_CTYPE="de_DE.UTF-8"` in my OSX `.bashrc` (must be "fr_FR" for you then) As I seldom use SSH but only Mosh and TMux...

Probably not helpful, but we do not use URL navigation in our apps. It is all state based and that is kept by the main component or in other cases...

When I remember it right, the framework calls some extra code to make things like scrolling to anchors work when loading or navigating. A "OnClick()" handler does not of course....

I am still experimenting with this. It is rather hard to make this into something more useful besides just generating one output. The current use case was to create a...

I just made some improvements to the code (there was some AI involved). This can only handle "wav" but can autoplay and also optionally keep the audio. ```go func getWAVDuration(data...

The approach above works quite good. Adding a "chain play" feature with some javascript should not be hard. But I actually do not need that really. My experiment worked out...