Oliver Marks

Results 26 issues of Oliver Marks

In its current form you can not install with pip because the _ is replaced with a hyphen. There is a bit of a discussion here. https://mail.python.org/pipermail/distutils-sig/2011-August/017936.html I am using...

This is using a very old version of jquery which is likely now vunerable, also django seems to have jquery 3.3 already so only jquery ui should be needed, any...

On ubuntu 16.04 at least the newer geany and geanypy do not seems to detect plugin that are placed inside a folder, previously this used to work. Has this been...

any chance you can add support for these http://www.geany.org/manual/reference/keybindings_8h.html in particular i am after the keybindings_send_command option so i can trigure build and compile from my plugin.

sounds like a change in gtk api perhaps ? ``` geanypy-uiutils.c: In function 'UiUtils_combo_box_add_to_history': geanypy-uiutils.c:126:26: error: 'GTK_TYPE_COMBO_BOX_ENTRY' undeclared (first use in this function) GOB_TYPE_CHECK(widget, GTK_TYPE_COMBO_BOX_ENTRY, 1); ^ geanypy-uiutils.c:17:44: note: in...

http://www.geany.org/manual/reference/build_8h.html Would be nice if we could modify the build menu and the commands that get run, this would mean for example if you write a project plugin you could...

Feel free to use this code I wrote the code below so i can complete the summary from a jira id usefull for commit messages and org timesheets. How ever...

I have tried a few combination the readme suggests. `bb_args: '-flibs -rtest'` how ever this goes through as a single argument, looking at the code it looks like this is...

Is there a way to just open a docker connection, looking at the code this does not happen because it uses tramp-file variable to determine if its a docker container...