Noémi Salaün

Results 35 comments of Noémi Salaün

Hi @lcarlesso Thank you for the interest :smiley: I didn't implement such feature, but it could be a good idea. Something like ```js > NgLogger.level = NgLogger.WARN; ``` I think...

Thanks :grinning: You can submit a PR if you want to, but your request is not really complicated. I should be able to do it without trouble.

If you don't need to change the log level in prod mode, I think you can already do it with [Augury](https://augury.angular.io/). > A Google Chrome Dev Tools extension for debugging...

Anyone available to help me with this PR?

> I am actually thinking about straight up disallowing the get on containers. What are your thoughts about that? I think it's a little too opinionated to simply disallow its...

No I didn't find a good solution. I gived up and add it to the ignored errors :/

@greg0ire Is there any plan to map native php enumerables to mysql's enum type? And is it in the scope of this issue? It hurts to see a column of...

Thanks for the quick answer 😄 I see the debate. But isn't it overkill to use a varchar(255) to store values that rarely exceed 10 characters? I can manualy set...

Hello, I get the same error with PHPStan 1.8.8 and phpstan-dba 0.2.48. ```php /** * @return array{id: int, name: string} */ private function fetchPlayer(): array { $player = $this->connection->fetchAssociative('SELECT id,...

I'm not sure I fully understand how it works. Depending on in what class I put my query, sometime I got all the informations in the cache (like the result...