Dominik Danelski
Dominik Danelski
When I mark a song as a favourite I expect it to appear in favourites immediately. Currently you have to manually refresh that list by swiping down even when the...
It seems that Rainloop for Nextcloud used a deprecated call. My journal is flooded with debug messages: `/appinfo/app.php is deprecated, use \OCP\AppFramework\Bootstrap\IBootstrap on the application class instead.`
hreflang is used by search engines to define language of the particular site, so adding it to every generated page will improve it's SEO.
**Describe the bug** Sometimes, when I write the message, it gets cleared to a seemingly random point. For example, if I were writing this bug report in Telegram K, I...
[Example 1](https://www.qwant.com/maps/place/osm:node:8951859643@%C5%BBabka) [example 2](https://www.qwant.com/maps/place/osm:node:3980723879@Piekarnia_%C5%BBywio%C5%82y) [example 3](https://www.qwant.com/maps/place/osm:node:7797524043@%C5%BBabka) [Example where „ż” is displayed when it's not the first letter of a word](https://www.qwant.com/maps/place/osm:node:2529303677@Wypo%C5%BCyczalnia_dla_Doros%C5%82ych_i_M%C5%82odzie%C5%BCy_Nr_50) The problem only manifests itself in the infobox; the letter...
The _Raptor10_ structure defines many, if not all packet fields defined in the RFC. Ideally, their values would be trusted from the structure initialisation. Unfortunately that is not the case....
Currently _raptor10.c_ contains many arguments to the functions which are never accessed or variables which are assigned value and again, ignored later. While it would be trivial to simply delete...
The path of execution in _r10_multiplication_ depends on the value of variable _beg_. The said value is set once and never modified later. Unsurprisingly that results in one operation `res_block[i...