shellwhale

Results 26 issues of shellwhale

Hello, I can't buy any shares for Pluralith, I can't even find the stock price! The product is so good it will obviously make me rich.

help wanted

Hello, first of all, many thanks for this nice project. I tried running it locally with `npm start` but I'm getting an error right off the bat. (I did the...

```go package main import ( "log" "os" "github.com/kdomanski/iso9660" ) func main() { writer, err := iso9660.NewWriter() if err != nil { log.Fatalf("failed to create writer: %s", err) } defer writer.Cleanup()...

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

FeatureRequest
HelpWanted
upstream-tools
NeedsInvestigation

# About `docs` The docs provide an example to make Geist work with Next.js but not for Astro ### Description I can't figure out how to make Geist work with...

### Extension Version v2.29.1 ### VS Code Version Version: 1.85.1 (user setup) Commit: Oee08dfOcf4527e40edc9aa28f4b5bd38bbff2b2 Date: (1 mo ago) Electron: 25.9.7 ElectronBuildld: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 11.4.18329-electron.o 09 Windows_NT x6410M...

enhancement

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Currently [terraform-target-autocompletion](https://github.com/shellwhale/terraform-target-autocompletion) overwrites the bash script generated by terraform -install-autocomplete bash. We need to find a way to make them compatible.

enhancement
good first issue