Florian Lindner

Results 24 issues of Florian Lindner

Hello, my goal is to create a JSON file that has all its references expanded. My code for that looks like that: ``` prev_cwd = os.getcwd() os.chdir(args.infile.parent) print(os.getcwd()) in_dict =...

Hello, my idea is to have a generic status module that displays something like `D O G S`. Each letter is a status of a service, such as Dropbox, ownCloud,...

Hello, I experience that the Zeal GUI is scaled too large, i.e. fonts too big, spaces between icons too large. See attached screen shot. This occurs only with Zeal, no...

type/defect
resolution/upstream-problem
platform/linux
scope/ui

Hello, in contrast to e.g. paperspell-ng, docspell has two names for a document: the document name (title) and a name per attachment (file name). As docspell displays the file name...

Hello, dropdown fields in the UI are not collapsed when you use another UI element, such as another dropdown field are even collapse the tree on the left. As a...

webui

Hello, I have this code to create a bar at the bottom using some widgets: ``` bottombar = awful.wibar({ position = "bottom" }) bottombar.widget = { layout = wibox.layout.align.horizontal, {...

weather

### Summary Allow to create an alias for all domains, currently existing ones as well as newly created domains. ### Motivation Use case would mainly be for RFC required aliases,...

enhancement

Hello, the code ``` (use-package org-bullets :ensure t :hook (org-mode . org-bullets-mode)) ``` works just fine. However, I expected ``` (use-package org-bullets :ensure t :hook org-mode) ``` fails with ```...

Hello, it seems that there are no default settings for the `tap-action` and for the `charging-state`. I wonder if there are no good defaults that at least cover *most* use...

enhancement

Hello, on my Ubuntu 20.04 system, I check out the repo, create a build dir and does `cmake ..` in it: ``` $ cmake .. -- The C compiler identification...