Philippe Lieser
Philippe Lieser
**Describe what happened:** When the host is debugging on the guest site the extension fails to open the source code file. **What was your system configuration?** *Product and Version* [VS/VSCode]:...
- Use Markdown for changelog - Add a Node.js script to pack the add-on - Add build instructions to readme /cc @dodmi
The JSON reporter included in Mocha reports the duration in seconds. The action assumes seconds however, resulting in a wrong duration in the published test results. If the JSON file...
I'm writing my tests in esm modules. When I switched from using Node.js v12.14.1 plus the esm package to v14.1.0 and the native esm support I noticed that the import...
I run my tests not just in node, but also in the browser. So it would be nice if the build could generate a script that can be directly included...
In https://github.com/lieser/botan/tree/pl/test-microwalk I'm currently trying to setup a small test Microwalk CI for Botan. I however get a lot of warnings (https://github.com/lieser/botan/actions/runs/4701855851/jobs/8338408892). A few trace messages similar to: ``` [dbug]...
For Firefox there exists published TypeScript definitions for WebExtension, that can be easily installed and used via npm. They seem to be generated by https://github.com/jsmnbom/definitelytyped-firefox-webext-browser (and published to https://github.com/DefinitelyTyped/DefinitelyTyped). It...
E.g. the following functions on specify promise of `MailAccount>`/`MailIdentity`, but return `Promise` if the requested id does not exist. ```js await messenger.accounts.getDefaultIdentity("foo") await messenger.accounts.get("foo") await messenger.identities.get("foo") await messenger.identities.getDefault("foo") ``` The...
Currently when we read the DKIM result form the Authentication-Results header instead of doing our own verification, we do not check that the SDID and the domain of the From...
**Describe the bug** This is a continuation of https://github.com/NLnetLabs/unbound/issues/1295. Unfortunately the fix there, the shipping of `libgcc_s_dw2-1.dll` in the new 1.24.0 release, did not resolve the problem. Now loading of...