Results 20 issues of Marcus T

All of the rule files contain duplicates. For example, in `ProbWL-26-rule-probable-v2.rule`, the rule `$1` appears *five* times.

To the preprocessor, Cygwin looks like OS_NIX which is mostly true. Cygwin is meant to look and feel like Unix but Cygwin applications run on Windows and require Windows-like naked...

The regex used to check if a version of go is valid doesn't work for beta builds. The current go beta build is `1.18beta1` which doesn't match [`GO_VERSION_REGEX`](https://github.com/gogradle/gogradle/blob/7706d4e2d18e7c70075930cd5ac3007e09e0ed35/src/main/java/com/github/blindpirate/gogradle/core/DefaultBuildConstraintManager.java#L36) or [`GO_VERSION_OUTPUT_REGEX`](https://github.com/gogradle/gogradle/blob/7706d4e2d18e7c70075930cd5ac3007e09e0ed35/src/main/java/com/github/blindpirate/gogradle/crossplatform/DefaultGoBinaryManager.java#L64)....

We're running into this issue while updating group settings: > Request url='http://redacted/api/v4/groups/redacted', method=PUT, data='{'visibility': 'internal'}' failed - expected code(s) [200], got code 400 & body: 'b'{"message":{"visibility_level":["internal is not allowed since...

✨feature request

There doesn't appear to be a way to apply settings to user-owned projects (i.e. projects under `username/project-name`) because they exist under a "user" namespace, not a "group" namespace. I see...

✨feature request
📍roadmap

When configured with `gn gen "out/nw" '--args=is_debug=false is_component_ffmpeg=true target_cpu="x64" symbol_level=1 is_component_build=false nwjs_sdk=false ffmpeg_branding="Chromium"'` (taken directly from [this nw44_linux64 buildbot step](http://buildbot-master.nwjs.io:8010/builders/nw44_linux64/builds/39/steps/gn/logs/stdio)), building the `chrome/browser:resources_grit` results in the following error: ``` /data/nwjs/src$...

**Describe the bug** Building zstd can fail depending on how LDFLAGS is passed to make. **To Reproduce** Steps to reproduce the behavior: 1. Download source code. 2. Run `make LDFLAGS="-L/some/extra/dir"`...

build issue

The inclusion of image_arch improves detecting when qemu is required (#145). The image architecture is also used to intelligently determine which flavor of qemu is required, if any. Additionally, the...

Attempting to build an ARM image from an ARM64 device results in an unusable output image. This appears to be a result of #30. The relevant code is here: https://github.com/solo-io/packer-plugin-arm-image/blob/52faad571c70656187238268e2032160b74fe695/pkg/builder/builder.go#L304-L310...

**Describe the bug** It's currently impossible to build a pwnagotchi image due to a number of reasons: - The image's main apt repo changed from "stable" to "oldstable" which causes...

bug