Daniel Bos

Results 29 issues of Daniel Bos

After https://github.com/caarlos0/env/pull/306 it appears all `nil` fields in the struct will be initialized to an empty value, even fields without an `env` tag. I believe this initialization should only happen...

Originally the MarkdownTextSplitter would split tables into chunks for each row (producing a header + single row) in each chunk. This change adds an option to join multiple rows into...

### Description I'm unable to launch the docker container after a clean pull (WSL2, Docker 24.0.5, image digest sha256:d239cbf3733c58a065c516ab2d936929487cedf39098813d0aada47bbb540f07) ### Reproduction steps ```bash docker run -e GRADIO_SERVER_NAME=0.0.0.0 -e GRADIO_SERVER_PORT=7860 -p...

bug

My vault has about 5000 notes collected over the years, some of which are quite large. It also contains PDF documents, which would increase the size even more once they...

question
feature request

I've updated to `0.23.23` today on both my Windows desktop and Android mobile (using couchdb backend). On my desktop I've rebuild the remote database and I'm now trying to fetch...

awaiting confirmation

The `ToolHandlerFunc` has a return type of `(*CallToolResult, error)`. I had assumed that if something was wrong I could return an error (e.g. `return nil, fmt.Errorf("entity not found: %v", id)`)...

I'm encountering the following error while trying to load some parquet files (using docker latest): ```log Initiating shutdown due to: Uncaught exception in thread main java.lang.RuntimeException: Error encountered at line...

I noticed that there is a `.gitleaks.toml` file checked into the root of the repo, while the `.gitignore` lists it as to be ignored. I'm using a `git diff` check...

bug

### Describe the feature or problem you’d like to solve With the default interval of 10 seconds I regularly get secondary rate limit errors when using e.g. `gh pr checks...

enhancement
needs-user-input
needs-triage
gh-pr