scippio
scippio
**:warning: !EDIT: "official" package from Archlinux community (swaylock version 1.7) works fine! :warning:** After yesterday updates of my Archlinux my swaylock go to red screens too... ``` [2023-01-04T12:38:48+0100] [ALPM] upgraded...
Still living bug: ``` app | /usr/src/app/node_modules/pipeworks/pipeworks.js:208 app | throw err; // rethrow; app | ^ app | app | Error: ENOENT: no such file or directory, rename '/usr/src/app/logs/app.log' ->...
I have same error: https://github.com/larastan/larastan/issues/1978
The interesting thing is, when I run it manually exactly like phpactor on **same** file I get valid JSON: ` /usr/bin/php /home/scippio/.../vendor/bin/phpstan analyse --no-progress --error-format=json /tmp/phpstanlspXyM1S ` ``` json {...
ok, so I analysed the problem and there is two "issues" I hope it's maybe help someone (even if it's maybe not same problem like in VSCode): **1. Environment** I...
> hm. > > i mean, if you can run the Mason PHPStan on your host, then you can run the project's PHPStan version on your host? i.e. I assume...
I think you have to use a IconButton
I opened the tsconfig.json and I maybe found the reason (in comment) :grimacing: : ``` { "compilerOptions": { "moduleResolution": "node", "module": "es2020", "lib": ["es2020"], "target": "es2019", /** svelte-preprocess cannot figure...
This is my full tsconfig.json: ``` { "compilerOptions": { "moduleResolution": "node", "module": "es2020", "lib": ["es2020"], "target": "es2019", /** svelte-preprocess cannot figure out whether you have a value or a type,...
I have missing files too... ``` Express server listening on port 3105 GET / 302 13ms - 68b GET /login 304 34ms GET /lib/fontawesome/css/font-awesome.min.css 404 12ms GET /lib/flat-ui-official/bootstrap/css/bootstrap.css 404 8ms...