Thibault J.

Results 8 comments of Thibault J.

As a reference purpose, a solution can be found [on this thread](https://github.com/Microsoft/vscode/issues/65189).

@msurdi You are right. However, I've found that vscode's default html formatter results are not too bad on django template files, so to me it's an acceptable temporary workaround, and...

@JulienParis Hi. I'm trying a local installation of openscraper, but I could not find any information about the meaning of the different spider fields. Is there some kind of document,...

@JulienParis Thank you for the quick reply. It's much clearer now. I will run other tests this afternoon and let you know. > Before anything : I have to merge...

@JulienParis Wow, it seems I gave you work for the entire afternoon :) Thank you for taking the time to help. I will try your solution, and will get back...

Well, the problem is that you are passing unicode type variables into a binary string without an explicit encoding. Since Python 2 tries to silently convert between the two types...

Hi ! I met this bug too. Here's a patch to solve the problem : ``` --- a/plugins/sfAdminThemejRollerPlugin/data/generator/sfDoctrineModule/jroller/template/templates/_list_batch_actions.php +++ b/plugins/sfAdminThemejRollerPlugin/data/generator/sfDoctrineModule/jroller/template/templates/_list_batch_actions.php @@ -6,7 +6,7 @@ - [?php $form = new sfForm();...

No I did'nt :) Wrong @thibault.