Diamond

Results 463 comments of Diamond

Is there a reason why `typescript-language-server` is used instead of directly using `tsserver`?

Update: subclassing is now on the main branch. Things might be very unstable; please report bugs and crashes to issues. A release will be made that points to the last...

Crashing with ``` 2022/12/20 05:18:46 Critical: GLib-GObject: validate_and_install_class_property: assertion 'class->set_property != NULL' failed 2022/12/20 05:18:46 Critical: GLib-GObject: g_object_new_is_valid_property: object class 'AdaptiveFold' has no property named 'position' ``` This could be...

Error log: ``` # github.com/diamondburned/gotk4/pkg/atk pkg/atk/atkcomponent.go:142:7: could not determine kind of name for C.AtkRectangle ``` ```go // NewRectangle creates a new Rectangle instance from the given // fields. Beware that...

This proposal doesn't aim to produce fully static binaries, FWIW. My goal was to link to some very basic core libraries (i.e. `glib` and `gobject-introspection`), and then link to everything...

I don't think the runtime linking mode was ever completed or even reached a runnable state. I believe all changes from `4-libgirepository` should've already been merged into `4` guarded behind...

> periodically while it is running, I get the error "error: cannot get guilds: item not found in store" both in the console and in a popup Does this happen...

I can paste it just fine. ![image](https://user-images.githubusercontent.com/8463786/173176192-ca9c4cc1-ec2f-4138-902a-ce213a4c0b85.png)

Try logging what `mimeTypes` is here: https://github.com/diamondburned/gtkcord4/blob/main/internal/gtkcord/message/composer/input.go#L222. It could be that whatever the screenshot program that you're using isn't putting data into the clipboard with the right MIME type.

I'm not even sure what `^P` does. I think that might be a GTK thing. `^Q` is controlled here along with `^P`: ```go // main.go m.app.AddActionShortcuts(map[string]string{ "K": "app.show-qs", "Q": "app.quit",...