Simon Lecoq

Results 85 comments of Simon Lecoq

Hi ! I'm not sure what you specifically inquired, but checkout https://matcha.mizu.sh/#usage You basically just need to add the following to your html document ```html

Could you add a minimal HTML reproduction snippet if possible please ?

Thanks a lot for your contribution !

Since #25469 is getting implemented, any chance it could also help towards #25360 too ?

> Room or group concept sounds a bit application specific to me. Is there any (de facto) standard way to manage these in websocket context? It's basically another name for...

Linking #5755 if it ever occurs

Maybe I misdirected the issue, I wanted to have an alias for [`ucfirst`](https://perldoc.perl.org/functions/ucfirst) (i.e. just capitalize the first letter of a string), just to avoid having to do the `${str.charAt(0).toLocaleUpperCase()}${str.substring(1)}`...

The `noun.exc` from [Wordnet 3.1 database only files](https://wordnet.princeton.edu/download/current-version) contains an extensive list of irregular plural nouns (which I think could be further reduced because some follows "common" rules (i.e. `werewolf...

I think it may be worth to evaluate the complexity of adding such a feature. If it's too complicated then I agree it could be too much of a burden...

I'm testing xml/html cases where the formatting/spacing is actually revelant (things like `xml:space="preserve"`, or local `white-space` css property). A lot of libraries that optimize/transform xhtml usually honors the `xml:space`, but...