Gaëtan Harter
Gaëtan Harter
When I'm filtering the posts by a tag, and then, I click on the same tag in the page, it's appended to the searchtags list. Which makes that on this...
When accessing the `do=addlink` page as logged-out it generates a 404 error. ``` http://cladmi.eu/shaarli/?do=addlink ``` I personally thought, the first times that my shaarli/web server went down, and not that...
When running with `--html`, the processing removes printing the fixtures `teardown` log to the terminal. It comes from a wrong assumption that the last report status is valid for all....
PySocks fails when used with `asyncore`: - asyncore uses `connect_ex` instead of `connect` which is not implemented by PySocks and silently calls `socket.connect_ex` - `socksocket.connect` fails with non blocking sockets....
AMIDST crashed with a nullpointerexception, I wanted to click on the menu to disable viewing slimes chunks. But I don't know what click made it crash. Stacktrace below. ``` java...
In the same way as python3 removed automatic conversion from string to bytes, I would like to have a way to prevent ``publish/will_set`` from auto converting payloads. My problem started...
### Contribution description **WARN**: I wanted to re-test commits from this PR after rebasing them multiple times, but could not find time. However I prefer uploading it instead of keeping...
The other alternatives were not available on firefox addons page anymore, this seems to be the current equivalent. ### Description Was always using the `Video Ad-Block, for Twitch` but was...
When trying to tackle harder puzzles I did often get stuck. I would often bail. I do sometime screenshot them and later enter them manually on https://www.sudokuwiki.org/sudoku.htm to learn about...
kconfig `do_shell` reports invalid value on paths longer than 256. Fix available in kernel upstream.
### Describe the bug When compiling with some deep sources paths, for example in yocto, `kconfig` `do_shell` implementation can truncate long paths. It has an hardcoded limit of `256` which...