Gilles Crettenand
Gilles Crettenand
The engine simply uses Javascript regular expression engines, so you will have the same limitation it has. As far as I know, JS does not support negative lookaheads. I understand...
Hi, Ok, I get the issue. FYI, after 5 tries, the extension stop trying the credential and the default password prompt should show. I agree this is not at all...
No problem, I was just doing some house cleaning. Sorry for the pressure :) Ok, let's go with the `0` or `-1` meaning "ignore this line", it will fit well...
Preliminary work was done on the extension code to facilitate that. The suggestion mechanism should go inside the `suggester` method.
The fix for #11848 broke dropdowns inside accordions. If a dropdown is bigger than the size of the accordion, its content isn't displayed entirely. Instead of just removing the buggy...
I am in the exact same situation : writing a book and the publisher insists on docx file format using their custom styles. Is there any chance this could get...
Hi @josdirksen, Finally I am use `rst2odt` like @matthijskooijman suggested. The tool allows for custom mapping from node types to ODT styles. For now I am able to manage with...
As far as I can tell, this is exactly what is needed for docx. It is really similar to the feature I am using in `rst2odt`
You're right, according to https://github.com/sebastianbergmann/phpunit/blob/master/src/Framework/TestSuite.php#L569 the full test suites including the data are built before they are run. I'll think about all that a bit to see if something could...
Hello, I had a HMR setup that worked well with Angular 10 using the `ngxs/hmr-plugin`. After migrating to Angular 11, without changing anything, I had the following error : `[HMR]...