madflow
madflow
When running `yarn run build`: ``` info - Collecting page data ..(node:13750) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/reiss/Projekte/experiments/transform/node_modules/svg-to-dataurl/package.json' of 'svg-to-dataurl'. Please either fix that or report it to the...
* Adds a minimal Dockerfile for self-hosting etc. * https://nextjs.org/docs/pages/building-your-application/deploying#docker-image does not work without `output:standalone` , I think.
On my Arch Linux Box with Gnome+Wayland I cannot type anything in web textboxes (or anything else) when the Peek selection window is active. The same happens on a Ubuntu...
- Adds failing tests for #1479 - I suspect there is no easy fix, maybe not a desired one. - I would need some direction ;)
I cannot create an entity called "Locale" on a freshly bootstrapped Symfony project. ``` symfony new app --version="7.0.*" cd app composer require symfony/maker-bundle composer require symfony/orm-pack ./bin/console make:entity Locale ```...
+ Just to document this for others. + Three tests fail with Angular 1.6 + Not sure if the test or the code has to be fixed + Maybe a...
- `prompt_eval_count` is only defined on the first "chat" or "generate" request. - It is `undefined` on the second request with the same content. - When implementors rely on this...
* tries to fix https://github.com/mfussenegger/nvim-lint/issues/581 * adds a test for phpstan
- Create a new PHP project of some sort - Install phpstan and configure nvim-lint - Create some phpstan error in a file - Generate a baseline - Open Neovim...
* Feature request: Typed class constants in PHP 8.3 * https://php.watch/versions/8.3/typed-constants * PHP 8.3 ```php