Sylvain LE GLEAU

Results 13 comments of Sylvain LE GLEAU

Same here. The mobile version leads to 404 too (m.facebook.com/messages).

Hi, I think the opt-out behaviour can be a interesting feature too : https://matomo.org/blog/2022/09/improvements-to-matomo-opt-out-form-feature/

Wow this is a really interesting RFC. I can see some usages to this but i also worry about the implementation complexity. Uses : - Network based feature flipping -...

Some of my co-workers asked me about a related subject. Is feature-u can work along with [React.lazy](https://fr.reactjs.org/docs/code-splitting.html#reactlazy) ?

Hi, If the $comparators visibility is set to protected instead of private, we can add custom operators by extending the class. It's maybe not the best way to do this...

Another way to fix this bug http://stackoverflow.com/questions/14512826/impromptu-with-jquery-1-9-error-with-browser-msie Tested with Jquery 1.9.1

Is there a solution to limit the SerializedName to some format (eg. CSV and not json) ?

Hi The next documentation : https://nextjs.org/docs/api-reference/next/image

After some research, I think the error is fire in `Modal` component : Error : ``` Uncaught TypeError: a is not a function at index.min.cjs.js:1:1 ``` Cause, `hide` not defined...