ArwynFr

Results 14 issues of ArwynFr

This PR adds a Dockerfile allowing to distribute armake2 as a docker image. You can use docker automated builds to keep the image up to date with every commit. See...

**Describe the bug** When running insider in docker, the report gets generated in `/opt/insider`. This is a problem because the report is hard to access once the container has stopped....

bug
help wanted

This is a feature request to add a selective squelch system, simulating a CDCSS-like feature. Any station could then be configured with a list of RX DCS codes to allow...

**Do you want to request a *feature* or report a *bug*?** feature **What is the expected behavior?** This issue is a continuation to #136 > We got docker-compose if you...

When parsing an file with BOM bytes, it causes a "can't interpret statement" error. This is probably because the parser consider these bytes as an identifier. Perhaps sqlint should ignore...

It looks like the config.cpp parser does not take $PBOPREFIX$ into account. The following example does not work: $PBOPREFIX$: `fr\gsri\opex` ```sqf class CfgFunctions { class GSRI { class bays {...

There is a confusion/inconsistency with conventional commits and SemVer. This is especially visible with the confusion around the `feat` type usage: Conventional commits: > feat: a commit of the type...

When using the default DI extension to register the Ocelot service, the library builds the service provider. This causes problems with the dependency injection library. - [Dependency injection in ASP.NET...

bug
help wanted
large effort
medium effort
proposal

I'm writing a SBOM files via Syft then merge them using cyclonedx-cli merge. The resulting file works fine with OSV but fails with ossindex when using bomber 0.4.8: ![image](https://github.com/devops-kung-fu/bomber/assets/10365998/c9cf0ea9-2747-4e98-ab20-40f1134dbfdd) [sbom.json](https://github.com/devops-kung-fu/bomber/files/14793265/sbom.json)...

### Usage Information NUKE version 8.0.0 / SDK version 8.0.200 / net 8.0 / Win 10 21H2 LTSC ### Description Some arguments of the dotnet publish command are missing from...

bug