Jordi Boggiano

Results 898 comments of Jordi Boggiano

You can have a form element inside a td, but not around nor within a tr (enclosing multiple td's). That just breaks the markup. See https://jsfiddle.net/yrma5gmv/ for a demo.. As...

I don't really need a form per se at all, as it's all handled by JS, I just need the form element to take care of a submit event in...

Need to first see if it makes sense per https://github.com/Seldaek/monolog/issues/1866#issuecomment-2051247126 - but assuming we do merge this it would need to be rebased to target the 2.x branch.

@zadjii-msft IMO enabling people to add schemes at least (much simpler than allowing complete URI regexes, and I don't really see the benefit as the URI regex should match all...

Just FYI `composer global config -q bin-dir --absolute` with the absolute flag you'll get the right bin-dir in one command. That said I agree we could improve the docs for...

This may fix the problem as long as the env vars' value have the correct case, but if not things will break IMO, so we need to move the strtolower...

Just FYI the reason we need to detect Docker in Composer is for usability, as we prevent/warn users when they run Composer as root usually as that is typically a...

@AkihiroSuda thanks but not sure what the `ENTRYPOINT` shell script is concretely how do I detect this, is it on /ENTRYPOINT as a file? Is it a env var or...

Yeah that's the issue, there's apparently nothing simple and reliable.

We still have symlinks for path repos, but yeah bin files are solved, I guess we can close here anyway as there isn't really anything actionable.