Magnar Ovedal Myrtveit

Results 50 issues of Magnar Ovedal Myrtveit

Conditional comments don't seem to be supported. ``` $css = ".container {font-weight: bold;}"; $html =

### Brief description of your issue When running `winget install -h -e --id LLVM.LLVM`, LLVM is installed in the background, without the installer popping up. When running `winget uninstall -h...

Issue-Bug
Area-External

### Brief description of your issue After installing NASM, it is not detected by `winget list`, and cannot be uninstalled by `winget uninstall`. ### Steps to reproduce 1. `winget install...

Issue-Bug
Area-External

### Brief description of your issue When installing NASM, it is not added to the path. ### Steps to reproduce 1. `winget install -e --id NASM.NASM` 2. Investigate the path...

Help-Wanted
Area-External

When using cascading env variables, you might end up with a lot of `.env` files. It is then common to group the `.env` files in a folder. Would it be...

If an `assert` starts with a string, such as `assert('foo' === $bar)`, PhpDeprecationDetector outputs an error: ``` Function usage assert() (@assert_on_string) is changed. You should avoid using string code: 'foo'...

```php $a = [1,2,3]; key($a); reset($a); end($a); ``` The above code falsely produces errors: ``` Function key() is removed. Consider replace with use with objects is deprecated() Function reset() is...

```php mb_ereg_replace(' ', '-', $str); ``` PhpDeprecationDetector outputs: ``` Function mb_ereg_replace() is removed. Consider replace with @mb_ereg_replace_e_modifier() ``` I can't find any evidence that [`mb_ereg_replace`](https://www.php.net/manual/en/function.mb-ereg-replace.php) has been removed, nor any...

### What version of daisyUI are you using? v4.4.19 ### Which browsers are you seeing the problem on? All browsers ### Reproduction URL https://stackblitz.com/edit/stackblitz-starters-upqwgb?file=tailwind.config.ts ### Describe your issue When importing...

Breaking lists before comma gives (in my opinion) a very readable and maintainable syntax. There doesn't seem to be any support for this in Uncrustify. Is it something that you...