tigerinus

Results 62 issues of tigerinus

Hello, I am looking for a pkg that allows flattening a nested struct to `map[string]string` so I can save it to a string based text file or KV store. I...

I'm sorry I am unable to find relevant doc on Internet on how to load all modules on GPU. I got this error message from my code: ``` Found modules...

Would be nice to have a Docker Compose of vector-vein so people can try it with one-line command. Thanks!

```go package main import "fmt" func main() { for { var n int if _, err := fmt.Scanf("%d", &n); err != nil { return } for i := 0; i...

Hello, I built a simple langchain app using `ConversationalRetrievalChain` and `langserve`. It is working great for its `invoke` API. However when it comes to `stream` API, it returns entire answer...

In our project, we use a codegen https://github.com/deepmap/oapi-codegen to generate client under a path `./codegen` and this path is ignored in `.gitignore` (for obvious reason - the code is generated...

kind/enhancement
contributor-wanted

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

**Describe the bug** AWS Toolkit has the slowest activation time among all my 30+ extensions **To Reproduce** 1. Boot VSCode (see version info below) 2. Check extension activation time **Expected...

bug
ux
performance
startup

it'd be better to embed the completion script in the `wormhole` command, versus as separate `.bash`, `.fish`, `.zsh` files. That way, I can do something like below in the init...

### Description Trying to write a code in Go to interact with docker compose. The interaction includes reading messages from a custom writer associated with `ctx` via `progress.WithContextWriter(ctx, writer)` ###...

kind/feature
area/tty