Mattias Nyrell
Mattias Nyrell
I am trying to use python-redmine to create a filter that returns all issues that NOT belong to target version A or target version B. In Redmine I can create...
I'm trying to use a JFXPanel together with Seesaw. Since **javafx.embed.swing.JFXPanel** extends **javax.swing.JComponent** I tried to do this: ``` (let [jfx-panel (JFXPanel.)] (config! jfx-panel :id :my-id)) ``` which gives the...
**Describe the bug** Clicking on a tag on a file and selecting "Show files with this tag" does not work. No files are found, not even the file with the...