Chris Schmidt
Chris Schmidt
Is there a fix for this issue short of forking the repository and getting rid of run_once on those tasks?
@ludovic - can you add some additional detail here. What is the code that you are using where you are seeing this issue?
Not sure there is a way around this problem, \s will be considered a control character and will be decoded by canonicalization. Even if you were to do \s and...
By it's nature canonicalization is intended to reduce a string to it's simplest form, that is to replace _any_ escaped characters with their character representations so there is only 1...
Hey @stuartf - trying to close the loop on some of these older issues. Does the suggested fix accommodate your requirements?
I am all for adding support for `'` - scheduling this for the next release
Can you attach the snippet of code that is producing the inconsistent output so I can take a look at it?
@ricmetal - I am working on resurrecting this project a little, and going through these old issues. Can you confirm that this is still an open issue for you?
Just wanted to pop in here with a few of my own thoughts on this -- 1. Connecting projects together seems to me to be the best way to do...