Fabien Ninoles
Results
3
issues of
Fabien Ninoles
HCL like `test = "hello\\"` or even with any amount of backslash like `"hello\"`, `"hello\\\"` or `"hello\\\\"` always end up with a `EOF before closing string quote`. Adding an additional...
sphinx.locale.get_translation is new from sphinx 1.8.
I found some conditions under heavy load where I end up locking the mutex twice. It seems both came from fuse in different threads, but I'm not sure I can...