Bo Anderson

Results 59 issues of Bo Anderson

Just a heads up that Go 1.17 (and the just-released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. I'm not sure what the status of...

Just a heads up that Go 1.17 (and the just-released 1.16 without first changing `GO111MODULE`) won't support builds that aren't in module-aware mode. The master build should work but the...

Go in Homebrew is currently 1.14. `tunnel-client` is no longer able to be built from source since go-nanoid contains invalid go.mod syntax: ``` go: github.com/matoous/[email protected]: parsing go.mod: go.mod:1: usage: go...

Not all JDBC drivers support `java.lang.Character` (for whatever reason). Notably MariaDB, Oracle and SQL Server. I've added a `FieldConverter` to convert the SQL arg into a String which is accepted...

It does not work in Java 8 or later as the driver has been removed completely and its use was already heavily discouraged and described as for "experimental" purposes only....

For simple strings like `sse.send("Test string")`, you get the following output: ```js id: 0 data: "Test string" ``` However it is perfectly valid to have, and perhaps more common to...

enhancement

**Describe the bug** BeardLib's override of `ElementAreaTrigger:project_instigators` incorrectly allows Piggy Bucks from the 9th anniversary event to be secured. This creates a substantial XP exploit allowing 30 million XP to...

bug

**Describe the bug** Sometimes type signatures are not defined inline in the main code but are defined in a separate RBI file with the same name. For example: a file...

bug

Created by `brew update-swift`. 🚀 --- Created with `brew bump-formula-pr`. `resource` blocks may require updates.

python
bump-formula-pr
CI-linux-self-hosted
long build
icu4c

Currently we check out `master` when cloning `Homebrew/brew`: https://github.com/Homebrew/install/blob/3d2b88baf18424b561766fcdac31be06553e0e07/install.sh#L933 `brew update` will correct this to be on a stable tag, but picking `master` initially is not ideal because it means...

enhancement
help wanted