Danny Milosavljevic

Results 71 comments of Danny Milosavljevic

I'm also pretty sure if IDEA did download JBR JCEF, the resulting VM won't start either. So that wouldn't have helped.

Long term, I think it would be better to push it into the underlying OS as a package, not just into Maven.

@tlaurion: >I am not against having encrypted /boot, while questioning its use case if made tamper evident. I think easiest would be to support Guix /boot be unencrypted (need to...

See also https://github.com/emacs-lsp/dap-mode/issues/790 -- which was implemented.

And the "notify" signal (in glib) is the following: ``` gobject_signals[NOTIFY] = g_signal_new (g_intern_static_string ("notify"), G_TYPE_FROM_CLASS (class), G_SIGNAL_RUN_FIRST | G_SIGNAL_NO_RECURSE | G_SIGNAL_DETAILED | G_SIGNAL_NO_HOOKS | G_SIGNAL_ACTION, G_STRUCT_OFFSET (GObjectClass, notify), NULL,...

I think `GParamObject` is supposed to house a reference-counted `GObject`. I suspect what this is trying to prevent is people abusing `GValue` (which is usually on the stack) to store...

It's GNU Guix. GLIb 2.62.6. Gtk+ 3.24.20. I use this horrible start script so I don't have to reinstall guile-gi every time I change something: ``` XDG_DATA_DIRS=/gnu/store/7lcw9yr14gdw8nszj798gfl2h7if7grv-gajim-1.1.3/share:/home/dannym/.guix-profile/share:/run/current-system/profile/share:/home/dannym/.guix-profile/share:/run/current-system/profile/share GIO_EXTRA_MODULES=/home/dannym/.guix-profile/lib/gio/modules:/run/current-system/profile/lib/gio/modules:/gnu/store/2wa4y9cgw9gm3f507jv3n49rprh2qf4v-dconf-0.34.0/lib/gio/modules GTK_PATH=/gnu/store/4is168fn75ln9w9nl3xa4gff4fi35z83-libcanberra-0.30/lib/gtk-3.0:/gnu/store/ppm4ymy7gg34iairswb25s347shi843r-gtk+-3.24.20/lib/gtk-3.0 export...

Is there a bug report in Guix about it? That sounds horrible. (I'm currently reviewing a glib update in Guix--maybe that would fix it, maybe not)

I just tried--yes, this works for me. Still worrying that this happened in the first place. What is going on?