William Desportes

Results 1287 comments of William Desportes

Thank you for all your work @Chris98 ! Would you mind opening a PR for it ?

> Just realised I uploaded my solution to Github here: https://github.com/Chris98/TwigI18nExtension > > I'm afraid I don't have the time to do a proper PR, but my full solution is...

Hi @Chris98 This was my last item on a very long TODO list. I can not merge nor understand your changes, could you fork this repository and makes the changes...

I added this test, you are right using tags the contents are not escaped: 26fac73178882cd796e2385750a383e67768da11

> I think we should deprecated the usage of tags, introduce a `trans` function, and use only the function and the filter. The tag does not respect the auto-escaping because...

That could be https://github.com/phpmyadmin/error-reporting-server/commit/075a7a0183c84d2584e50ae4b48e89a88bc58ce8#diff-6ad691cc5d6923761c73e9ee9d284947f3f8232c1823ab4f53906f5c174feec5L143

Quick search and I found this lib: https://github.com/luads/php-xbase

I use a tampermonkey snippet to fix the issue :smile: ```js // ==UserScript== // @name pma reports // @namespace http://tampermonkey.net/ // @version 0.1 // @description hack report server // @author...

Files: https://github.com/sudo-bot/action-shunit2/tree/main/docker/tests ``` kcov v41-161-gce4b Ran 1 test. kcov: error: report-only selected, but the target directory /tmp/kcov//test.sh.242af937 does not exist ``` It looks like I ran into this one Logs:...

> I suspect it has really never worked with shell scripts. https://github.com/code-lts/sql-backup/blob/main/.github/workflows/tests.yml ![image](https://github.com/SimonKagstrom/kcov/assets/7784660/9b199626-4226-4564-9210-0a3ec65c36fd) Everything indicates I managed to make shunit2 and kcov work 3-4 years ago