Cyrille Chopelet

Results 13 comments of Cyrille Chopelet

Just an afterthought: returning the paper after drawing the SVG would leave these options available. To do it the hard way, here is a skeleton of something that worked on...

(Forgot to mention: it's issue #274 ).

Indeed, you're right. I had searched on open issues only… Your reaction time's impressive too. I think I may have a closer look to staticwoman. :)

I had a look at Staticwoman's implementation and I realize I haven't been clear about the feature I had in mind: it would be nice if a Staticman instance could...

Just made a test with version 3.0.34. The issue is still present, though it seems to work when directly specified even when no example is present.

Hi, I had limited time to investigate the issue and wanted to try a fix, but a full day wasn't enough for me to grasp the subtleties of the project...

OK, I understand the purpose. Yet, I see two additional limitations: - Any error in the JS prior to the calling of `selectpicker()` will cause the function not to be...

@dedece35 said: > Regarding EC2 rule, sorry, I don't agree. Please check refactoring work in issue https://github.com/green-code-initiative/ecoCode/issues/216 and associated PR https://github.com/green-code-initiative/ecoCode/pull/222. Unfortunately, this work is not released yet (see CHANGELOG.md)...

Concerning PHP, this might be the opportunity for a PHP-specific rule: don't use double quotes if you don't need the string to be interpreted. Basically, if a string is interpreted,...

True, I didn't read the book again. In JS/TS, it's mainly a style issue. In PHP, it does have an impact.