ARKye03

Results 32 comments of ARKye03

+1 annoying issue, trying to set up a discard like: ```csharp _ = ReturnIntMethod(); ``` After typing `_` and pressing space it ends up in a random thing containing `_`....

> Hiii! This looks similar to #8, can you try this workaround? [#8 (comment)](https://github.com/hyprland-community/hyprls/issues/8#issuecomment-2119347937) Thank you, but none of the solutions worked for me, except for the one that invokes...

> This would then also allow to this in blueprint instead of specifying the child prop: It implements `Gtk.Buildable`, and `Gtk.Buildable.add_child`: ```blp Astal.CircularProgressBar { percentage: bind template.speaker as .volume; line-width:...

I will implement all or most of the changes. Nevertheless, I will put this widget on standby, as a hypothetical `Astal.Gizmo` seems more suitable to create first. Then, I will...

Changes made: - Added circularprogress to the JSX runtime in the jsx-runtime.ts file. - Added Gsk to the reexports in the index.ts file. - Removed cached values(radius, delta, width, height),...

> [!WARNING] > Below will only happen if Astal.Gizmo or similar is merged. I’ve created a variant of this widget using `Astal.Gizmo` from #293 , which you can find [here](https://github.com/ARKye03/astal/tree/feat/AstalCircularProgressGizmo)....

> I totally missed that this implementation is missing a feature which the gtk3 version has, and many people probably want. > > The gtk3 version allows to specify a...

> I see that #293 is quite old. Is #293 still plan ? If not can we merge this pr in the current state ? I use that gizmo every...

I have completely refactored the widget with the recent merge of #293, so once again, this widget is ready for review.

I used it to construct the CircularProgress keeping it more readable and simple, and it works. So, it's ready for review. This widget is no more than a ""copy-paste"" of...