Rob

Results 271 comments of Rob

I wonder, should it also duplicate the line regarding inputmode like numbertype does? See https://github.com/symfony/form/blob/a8f32aa19b322bf46cbaaafa89c132eb662ecfe5/Extension/Core/Type/NumberType.php#L49 and https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/inputmode for reference.

Should this not take into account that there are several countries that actually span multiple continents? Such as Russia, Turkey, etc?

Yeah I think I missed a perhaps crucial part of our setup; we are referencing a field that does not contain a slugged value, but the actual original value. This...

I am honestly not sure. Since Satis sort of functions as a Packagist alternative, I think composer also expects it to be web accessible? It's not really like a git...

Hmm a quick peek at the Composer repository class would suggest I am wrong indeed; https://github.com/composer/composer/blob/main/src/Composer/Repository/ComposerRepository.php#L144

Just out of curiosity, have you tried `file://` instead of `file:///` ?

Oh boy https://en.wikipedia.org/wiki/File_URI_scheme Honestly not sure if this should be considered a "bug" in the library used; or if this warrants a different approach to validating the homepage value.

https://github.com/jsonrainbow/json-schema/pull/858 I think this resolves the issue described here; so I think we can close this issue if it gets merged, released and picked up by `composer/composer`.

Not sure about the use of `$io` to write output, since we don't seem to use that much, if at all.