Ethan Knox
Ethan Knox
## What's the issue? Autohook isn't passing args to `commit-msg` hooks on MacOS. ## Why is this important? `commit-msg`hooks won't run, exit with 1 on every commit. ## What are...
This helps to handle things like date objects that will cause the dreaded "datetime.date not JSON serializable" error. I tried to get the test sites working to use existing tests,...
### Describe the bug Exceptions are used as part of flow control in Python (EAFP). Bare exceptions (raising `Exception` directly) are considered bad practice because they can't be cleanly caught...
**Is your feature request related to a problem? Please describe.** Currently the server auth endpoint has a TODO for the expected auth flow. I'd like to get that wrapped to...
I spun up the server today and ran into a handful of problems with CORS swagger issues (there are conflicts between the 8083 and 8283 mappings), and a handful of...
**Please describe the purpose of this pull request.** This PR is the first feature adding a secure token auth option to the Memgpt Server. Secure tokens (denoted with `sks-` prefix...
**Context** if your project uses persistent containers, palm can't exec them. womp. **Is your feature request related to a problem? Please describe.** it's totally reasonable to architect projects from scratch...
**Describe the bug** Strangely the tab autocomplete reflects the cwd of the open file, but the filepath it tries to open is the project root. **To Reproduce** with a file...
It is very hard to test app code without having good hooks for the state (ie database). The goal is to add top-down hooks for the database connection. ### Def...
# Rationale for this change scan's `row_filter` param is not super intuitive. I got tired of reading over the expression and parser code as I'm trying to build out statements,...