Mathieu Rochette
Mathieu Rochette
https://psalm.dev/r/0531bb69bd Don't know if it's one or two issues: 1. When calling Psalm complains that "$o - object does not contain class-string" but since the assert is for `class-string|DateTime` and...
**Is your feature request related to a problem? Please describe.** My use case to use lazydocker from a [devcontainer](https://containers.dev/) project. I'm using [devpod](https://devpod.sh/) to start them. It reads a .devcontainer.devcontainer.json...
There's probably something wrong with my self-hosted Codecov instance, but I can't find what on the API container logs, and running the command with `-v` doesn't show the requests responses...
### Version 4.33.4 ### Question I implemented a Symfony normalizer that supports normalizing / denormalizing enum by their name when adding a `#[Context('_nelmio_enum_force_names' => true)]` attribute and I'm trying to...
Psalm says "Cannot process ints and floats in strict binary operands mode, please cast explicitly" but is that really an issue ? https://psalm.dev/r/12263a8d9f
### 🐞 Describe the Bug literal-float is not recognized as a type ### 🔄 Steps to Reproduce https://mago.carthage.software/playground#H4sIAAAAAAAAA6WST0sjQRDFv0rTeNAQlQUPMiq7bvyLCgH15CxLZ7omKeypaqp6TMaQ7y7jJHE9aA57K_r93nt0V89tYTN7_DNOovFQBCewrUmwSH9TE0FPfuwc5ZQTUgIpXQHmOqd5TsYYs9_rdYPpmV_RiatMwATiwm4bQWOzhRTrtIL2u6GsqUjIZHS7whn4JbWTmRdGf9RBGxuQ0oZ4_J_4MrDbVFB-UbDIyfbti83s4d6B7Vtns7ktkfwj1Qr-fBYFVJFJbVa6oND_Rz2DEgnTJ9WRC80rnIHzA_awPq-gYnyFoXAESQhqsyR1awiBp0NWxVFoHsm3meBPRVxzA80aKyZQPD9MhKcfXRGkZKmuoBbUhMWgZdaO7mvcoqZr8jBbiUsv8W_mAI5uu1cccBWdoDKtkffKO1RFGj80Ea6Qkn5WB4G1FvgeOhXh6cVyE1-iAmPUBHJfR5DLwCMXlldZ9G1o1-Jt9vRnsXgD3AK-JAcDAAA ### ⚙️ Configuration (mago.toml) ```toml # default playground config ``` ### 📜...
### 🚀 Describe the Feature It can be useful sometimes to indicate that an argument or return value should not be of a certain type (another way of narrowing the...
### 🐞 Describe the Bug Getting a error[template-constraint-violation] false positive in the example below ### 🔄 Steps to Reproduce * Run `mago analyse` with the (default) config and sample below...