Results 6 issues of Matthew Bilyeu

Fixes https://github.com/ludeeus/action-shellcheck/issues/58 Currently, to ignore files from being checked, you can use `ignore_paths` and `ignore_names`, but these inputs can't be used in combination to exclude specific files. As an example,...

## Describe the issue Hi! I am trying to configure the ShellCheck Action to ignore specific files at specific paths. E.g. if I have a project structure like ``` └──...

bug

Hi, I see that functionality for saving/loading FAISS index data was recently added in https://github.com/hwchase17/langchain/pull/676 I just tried using local faiss save/load, but having some trouble. My use case is...

### What does this PR do? What is the motivation? Modifies and expands the Datadog Role documentation. Out-of-the-box roles are now refered to as managed roles. And managed roles can...

Guide
aaa-access

i got errors when running `./docker.sh` on M1 macbook. this change * uses newer version of Golang image that supports multi-arch * uses an env flag to disable modules ```...

Hi, I'm trying to implement a specific feature for an agent chat but I'm not sure how to accomplish it. My use case is I want to give my end...