ClementMabileau
ClementMabileau
This PR aims to help the client know if `takeScreenshot` method has managed to produce **and** save an image by returning a boolean value through xmlrpc and adding some logs....
This PR introduces `searchItem` method which allow the client to find and get every (almost complete) path in the Qt tree leading to a specific item (searched by objectName/id as...
Hi @faaxm In my Qt app I currently have buttons in a rowLayout, I use Spix in remote control with AnyRPC to control them and it works amazingly ! However,...
**EDIT:** just correcting a misspelling: `dpytest.run_all_events` -> `dpytest.run_all_loops` ### Is your feature request related to a problem? Please describe. I'd like to efficiently test a cog's task loop. The documentation...
### Is your feature request related to a problem? Please describe. When writing my tests I need to debug why an AssertionError is raised when `verify`ing a message. I can't...
closes #170 ## Description As discussed in the issue, if `author` is in the article's metadata add it just before the date in the post's info Moreover, if `author` is...
I've searched [poison's issues](https://github.com/lukeorth/poison/issues) for similar feature proposal because I found it weird that nobody suggested such thing before but didn't find any, if I missed it, sorry for the...
A fix for the issue I mentioned in #173 > But in the case of series the baseURL is simply prefixed to the relative path, which isn't robust, for example...
Create an endpoint in the backend for each note (for example `/note/`) as *alias* of the natural endpoint `/note/`, but that doesn't change when the note is renamed. It would...
What do you think of adding a way to search for notes that don't have any tag? Maybe `#!` (and so also `tags:!`) or `#~` could look nice? Going a...