Theking2
Theking2
### The problem Installing GH new on a vm. During installating an error is displayed The code execution cannot proceed because ffmpeg.dll was not found. Reinstalling the program may fix...
Boolean operators && to U+2227 thus ∧ || to U+2228 thus ∨ ^^ to U+22BB thus ⊻ or U+2295 thus ⊕ a rational reason for this would be to distinguish...
In a real life scenario a vue application will live for a long time, will updated, bugfixed etc. In the same pace vue and its supporting elements will as well....
### Problem: Installing antergos with a swiss german keyboard results in a system that has the proper keyboard layout in the logon screen but on the desktop a german layout...
There is no need to include a (nor ) tag as the php codes is result ends up in an image anyway. One might want to add some one bit...
With the Start-Menu in Win10 mode multiple extraneous PowerShell/Terminal entries appear.  Probably due to updates of Powershell. Switching to Win11 start and back to Win10 solves this.
## Bug Description The PHP generator uses single quotes which clash with the single quoted name groups ### Reproduction steps `https://regex101.com/r/wboOmg/1/codegen?language=php` ```php $re = '/Report_(?\'type\'[0-9]{3})_(?\'name\'[A-Za-z_]*)(?:_V(?\'version\'\d))?_[a-zA-Z_]*.*(?\'date\'\d{4}\.\d{2}\.\d{2})\.(?\'time\'\d{2}\.\d{2}\.\d{2}).*\.csv/m'; $str = 'Report_100_Sales_V1_Guerbet_2023_10_02-2023_10_17_2023.10.18.04.57.54.csv Report_100_Sales_V1_Guerbet_2023_10_02-2023_10_18_2023.10.19.04.56.38.csv Report_104_OpenOrders_V1_Guerbet_2023_10_17_2023.10.18.04.57.20.csv...
AbstractRotatingFileHanderl dealing with write, close, reset Refactor RotatingFileHandler to implement the abstract
**Describe the bug** Formatter breaks correct code for procedure/function definition **To Reproduce** Steps to reproduce the behavior: 1. original code ```sql DROP Procedure IF EXISTS `add`; DELIMITER $$ CREATE DEFINER=`minidwh`@`localhost`...
Is it possible to autowire a constructor with more than one parameters? ```php class Foo { private $bar; private $string; public function __construct(Bar $bar, string $string, readonly int $int) {...