Laurent Cozic

Results 266 comments of Laurent Cozic

Sure I've created 1.5.6 now

Yes it's not currently supported. Maybe a bash file with a simple for loop would work? I don't know the xargs command well enough to know what it will do...

I've ran `npm i -s js-sequence-diagrams`. I see that Boostnote, which also uses this package, has this directory too: https://github.com/BoostIO/Boostnote/blob/22d494d3f13a0d271432ee33da63c9c6683fa201/lib/main.html#L134 Maybe it's someone else who've repackaged your library?

Yes, the contrast is not right, for example in the comment boxes. It fails AAA and barely passes AA. Moreover, the WCAG ratings are for what they call "normal text",...

We simply don't use patch_toText anymore because it's pretty much broken. Instead we use patch_make and serialise to JSON, which for our purpose is good enough (because we don't need...

> What do you mean by it's pretty much broken? I mean that in our particular case this function is unusable because a lot of random strings are thrown at...

Thanks for looking into it @michal-kurz. It seems unlikely that any change will be merged to the official repository (the PR is from 2019) - do you know if there's...

Hi, this was more a bug report than a support request. I can figure out how to get the website to work regardless. I just think it's not good to...

No the regexes find bad SQL queries, and that can include poorly written prepared statements (sadly a good number of prepared statements in Stack Overflow also have SQL injection vulnerabilities)....

Should be relatively easy. The changes to make would be: - Add the regexes to this file to detect the SQL injections: https://github.com/laurent22/so-sql-injections/blob/master/src/AppBundle/InjectionFinder.php - Add a "language" property to the...