Danny Milosavljevic

Results 30 issues of Danny Milosavljevic

When using IntelliJ IDEA Community edition, clicking on any of the editor tab contents in order to focus it is instead focusing the tab and then immediately unfocusing it again....

It would be nice if GtkTreeStore worked. Current situation: ``` (use-modules (system foreign)) (load-by-name "Gtk" "TreeStore") (tree-store:new 1 long) ``` ``` (process:32652): GuileGI-ERROR **: 10:35:18.655: unhandled argument type 'pointer to...

`gtk_tree_store_remove` gets an pointer to a `GtkTreeIter` record, which it modifies. Therefore, the procedure name should mark that the procedure is destructive. The respective gir part is (in gtk+-3.24.20): ```...

it would be nice if one could create on'es own implementations of `TreeModel` in Guile. For this, it's especially necessary to be able to actually set the fields of a...

When starting up an application with a main window and main loop I get hundreds of warnings like the following: `GLib-GObject-WARNING **: 13:52:00.697: ../glib-2.62.6/gobject/gsignal.c:3381: invalid param spec type 'GParamObject' for...

Fix launching of commands. In qt4.8 there was a QProcess::start(command_line) which would automatically split the command line into args and then exec that. In qt5 that disappeared in favor of...

Not sure how that ever worked without in master, even...

In Qt 4, there was a method `setFilterRegExp(const QString&)`. Neither Qt 5 nor Qt 6 have `filterRegularExpression(const QString&)`, which we were using. So substitute `filterRegularExpression(const QString&)` by `setFilterRegularExpression (const QString&)`....

Right now, elfeed-search doesn't set the mark when showing an entry using RET key. That means that [back-button](https://www.emacswiki.org/emacs/BackButton) cannot go back to the line inside `*elfeed-search*` that was opened. In...