Sam Hogan

Results 16 issues of Sam Hogan

This extension is causing the VSCode electron instance to use a lot of CPU. I have no more info.

Fixes https://github.com/text-mask/text-mask/issues/1032

I'm trying to use docker-protobuf as a base image for a typescript application. The image builds fine, but when trying to run I am confronted with the error "Unknown flag:...

Fix typos in readme and TextSplitter documentation.

This PR is an attempt to add the foundational code needed for loaders. It also adds a BaseCheerioLoader that uses [cheerio](https://www.npmjs.com/package/cheerio) in place of BeautifulSoup for dom-traversal. It builds on...

Here is an attempt to add a base docstore implementation and an in-memory docstore using a TS Map. I moved a few files around to better match the file structure...

Here's a PR for a Redis cache. It includes a few small change to the BaseCache and InMemory cache as well. One thing to note: In Python LangChain, the cache...

### Background This PR adds [autodoc](https://github.com/context-labs/autodoc) codebase documentation to the Auto-GPT project. This allows developers to ask questions about the Auto-GPT codebase and get GPT-4 powered answers. ### Changes This...

documentation

**Edit:** The information below is no longer up-to-date. A current version of the proposed changes can be viewed at #169. All feedback is appreciated. I can be reached on telegram...

The current Solana Pay standard does not formally specify how dapps should pass error messages to a wallet during a transaction request. Each wallet handles errors differently, with most wallets...