Nathan Moinvaziri
Nathan Moinvaziri
With this PR, I am able to get the WPAD using DHCPINFORM. Here is are my client and server configs if anybody finds them useful. ```js var s = dhcpd.createServer({...
**Is your feature request related to a problem? Please describe.** The card in Microsoft Teams for deployments does not include `description` that is part of the GitHub Deployments API. We...
## Repo Steps First I instrumented the binaries using `altcover`: ``` PS D:\TestProject.Console> altcover ` --inputDirectory=D:\TestProject.Console\bin\Release\net8.0 ` --outputDirectory=D:\TestProject.Console\bin\Instrumented\net8.0 Creating folder D:\TestProject.Console\bin\Instrumented\net8.0\ Instrumenting files from D:\TestProject.Console\bin\Release\net8.0\ Writing files to D:\TestProject.Console\bin\Instrumented\net8.0\ =>...
Also added parsing for version number using IE trident user agent.
When trying to run multiple GitHub self-hosted runners on the same Windows machine, I get: ``` info - 2024-04-18 10:08:44,824 -- Process Upload complete gpg: waiting for lock C:\\Users\\buildbox\\AppData\\Roaming\\gnupg\\gnupg_spawn_keyboxd_sentinel.lock... gpg:...
It would be great if codecov action was able to track the changes in compiled binary file size changes between PRs. Not only do we want to make sure that...
It would be great if codecov action was able to track the changes in compiled binary file size changes between PRs. Not only do we want to make sure that...
**Describe the bug** After upgrading eslint-plugin-lingui from 0.8.1 to 0.9.0 I get the following error: ``` ESLint: 8.57.1 Error: Failed to load plugin 'lingui' declared in '.eslintrc.json': eslint-plugin-lingui tried to...
**Describe the bug** We were dynamically generating the flags argument and passing it into `flags:` on the action using an environment variable. The report showed it was being uploaded. There...