Sidharth Shanker
Sidharth Shanker
Hi there, We've been using Octopus successfully to support a master database and read replicas, using Postgres. After upgrading to Rails 5, we ran into this error during `rake db:migrate`:...
**Describe the bug** On Aug 17, Truss integration tests started failing. The issue was that there were a few hours that day where there was an issue building Trusses with...
**Describe the bug** If the user yields some complex object that is not bytes or string in a generator response, it can lead to strange errors. For instance, if you...
**Is your feature request related to a problem? Please describe.** Right now, the `postprocess` function in Truss is run within the context of the predict lock. This means that there...
**Is your feature request related to a problem? Please describe.** We care a lot about error messages that Truss users receive being meaningful & the correct stacktrace when there are...
**Describe the bug** If right now, in your predict function, your return a generator that yields non-string values, these values will not get streamed to a client. In fact, the...
Right now, accessing a secret that does not exist results in a KeyNotFound error, which is unclear to users. Let's return a better error, and potentially consider logging the available...
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** On rich version 13.4.2, I'm seeing...
# Summary Adds a github action that runs on merges to main that looks at what files have changed. If any of these files match any of the paths in...