Banst

Results 29 issues of Banst

An attempt at including formatting to the LSP. I'm quite new to LSP implementation, not sure if there's a standard for passing options to the formatter. I'll dig a bit...

area/server

Using [docker-credential-gcr ](https://github.com/GoogleCloudPlatform/docker-credential-gcr) configured like this: ```yaml before_script: - apk add --no-cache curl - curl -fsSL "https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v2.1.6/docker-credential-gcr_linux_amd64-2.1.6.tar.gz" | tar xz docker-credential-gcr - chmod +x docker-credential-gcr && mv docker-credential-gcr /usr/bin/ -...

When decrypting a file with `sops -d file.yaml` sops fails with `error loading config: no matching creation rules found` even if the file contains the correct sops metadata. If I...

Add [Timoni](https://timoni.sh/) proto toml plugin

Hello there 👋 It seems the [google_project_iam_policy](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_iam#google_project_iam_policy) is not yet supported ```shell Error: could not get resource "google_project_iam_policy": provider resource not found ```

Hello there, I'm having a hard time trying to amend a commit with `go-git` plumbing. I lack xp on low-level operations. Right now I've tried to override the `EncodedObject` but...

stale

I suspect a copy/paste mistake in module `validator`, on the _le_ and _less_than_or_equal_ comparator dict. Currently it's : ``` python COMPARATORS = { 'count_eq': lambda x, y: safe_length(x) == y,...

Refactor `IndexedConcatenatedSequence` to use an `ArrayLikeSequence` for `other` property. This force `concat(ArrayLikeSequence)` to return an `ArrayLikeSequence` instead of a `Sequence` and indirectly fix #222

Code to reproduce ```javascript const Lazy = require('lazy.js'); const als = Lazy([1]); console.log(als.unshift(3) instanceof Lazy.ArrayLikeSequence); ``` **expected result**: `true` **actual result**: `false` This is due to the use of `concat`...

As we are now using libgit2 binding, we are no longer able to easily cross compile turbogit. I've started refactoring the CI but I struggle building for windows. The build...

bug
help wanted