Edward McFarlane

Results 60 issues of Edward McFarlane

Mirrored elm repos from github and redirecting to gitlab with: ```json dependency-sources": { "elm-lang/core": "https://repo.company.com/vendor/github.com_elm-lang_core",` }, ``` Fails with the following error: ```sh elm-install --trace Resolving packages... ▶ Getting updates...

bug

Adds support in buildifer2 for comments on `load` statements and support for byte strings. Bytes was added to starlark-go here: https://github.com/google/starlark-go/pull/330

This simplifies the writer to fully flush the file to disk before reading. The issue was found when creating a billy.FS backed by a blob store, where the file isn't...

Running under github action: `spectacles sql --project project --branch cli --incremental` Using BigQuery, connection is setup by looker using a service account. When running get the following error prefix with:...

**Used Spark version** 2.2.0 **Used Spark Job Server version** master **Deployed mode** client standalone How do you build Docker images for spark-jobserver 0.8?

docker

### [REQUIRED] Environment info 11.14.4 macOS cloud.google.com/go/firestore v1.7.0 cloud.google.com/go/storage v1.27.0 ### [REQUIRED] Test case ``` package main import ( "context" "fmt" "os" "cloud.google.com/go/storage" firebase "firebase.google.com/go" "google.golang.org/api/iterator" ) func init() {...

bug

Adds a config option EmptyCollections to encode nil maps and slices as empty collections. Based on the issue described in more detail here: https://github.com/golang/go/issues/27589 but works with a configuration option.

**What version of protobuf and what language are you using?** Version: main@a46d82f (checked out 26th Jan 2024) Language: C (upb) **What operating system (Linux, Windows, ...) and version?** MacOS 14.3...

This PR changes the ErrorWriter to be more lenient with classifying protocols. Errors codecs are agnostic to the codec used. Therefore we avoid checking the codec in classifying the request....