Flávio Veloso Soares

Results 26 comments of Flávio Veloso Soares

The biggest issue here IMHO is that access to `$url->registerableDomain` still works without any warnings (but always return `null`). Unless you do proper tests in your app, this would introduce...

While I agree that explicit testing is preferred in most cases, just ignoring that one is **statically** referring to an nonexistent variable is not the expected behaviour of a static...

I'm not sure if I understand your point. Global variables in global scope already trigger errors. Anything undefined issues a *UndefinedGlobalVariable*. See https://psalm.dev/r/daba80c2ab > Basically, if you're in global scope,...

The command is ran inside Emacs, which keeps track of newlines vs. wrapping, so I don't think there will be any issue. The examples I gave are short just to...

Great. And thanks for the pointer. I took a look at the code, it shouldn't be difficult, will try to find some time to work on this ASAP. Thanks

We should be mindful when talking about URL vs general text search&replace. I guess the former can be done with proper escaping (although I suspect it is fragile and may...

I think that a clean and simple solution would be to have a `externalJobFactory` attribute in the queue that, when provided, should point to a callable responsible to instantiate and...

Hi @luayessa - thanks for the tip. For completeness, my primary goal _was_ to have two distinct Yii2 to communicate, and the solution I adopted was actually very simple: just...

I just want to add that I'm experiencing this issue **even when not using BW with assistive features enabled or auto-filling inside other apps**. Here's what I'm seeing in my...