Thomas Kuschel
Thomas Kuschel
**Pull Request for deprecated `getQuery(true)` in joomla-cms because of framework database** ### Summary of Changes Replaced all fuction calls `getQuery(true)` with `createQuery()` but only in database related context. Note: There...
In addition to Arch Linux, the Arch AUR Package Repository works for [other Arch-based distributions](https://www.makeuseof.com/best-arch-based-linux-distros/) as well, including Manjaro, EndeavourOS, and Garuda Linux. It can be installed manually, see [wiki](https://wiki.archlinux.org/title/Arch_User_Repository)...
Copy from https://issues.joomla.org/tracker/joomla-cms/42333 https://github.com/joomla/joomla-cms/issues/42333 --- ### FURTHER BUG REPORT I took a closer look at the function `reorder` and found out that the query is created with a windows function...
Pull Request for Issue #290 also see https://issues.joomla.org/tracker/joomla-cms/42333 ### Summary of Changes Removed `public function selectRowNumber($orderBy, $orderColumnAlias)` in `MysqlQueryBuilder.php` it already works within `DatabaseQuery.php` with window function `ROW_NUMBER()` ### Testing...
BME280_driver **3.5.0** I have found some bugs mainly in the description README.md file and want to describe each of them here: First, I have tested the code and implemented my...
I have been annoyed for a very long time that you can't just use all the units with the SI prefixes. For the electronics lectures at the university of applied...
I am currently in the process of replacing the obsolete function getQuery(true) with createQuery() in Joomla CMS, see https://github.com/joomla/joomla-cms/pull/42344 (work in progress, at the meantime it is a closed PR,...
When using the feature "complex-mode=polar" the input value must be of a complex number with only comma '.' and the imaginary part i or j has to be i after...
Hi, I think it could be a simple justification, my output with `tuptime -t` looks like locale with en_US: ``` tom@mycarbon:~$ tuptime -t No. Startup T. Uptime Shutdown T. End...
as discribed in https://github.com/Zygo/bees/issues/330 BR Thomas