Alex Soto
Alex Soto
...reach out if you have concerns
Here's my PR for supporting slug based deploys on Heroku. It required a minor refactoring of `PendingMigrationCheck` to make the interface simpler so you can provide your own `migration_check` class....
We use a regular git deploy to build a slug on a 'build' app, then push the generated slug using the platform-api around to the various apps in our pipeline....
Refactor PendingMigrationCheck so that #last_deployed_commit is an input instead of lookup. This simplifies PendingMigrationCheck and allows users of the configuration option `migration_check` to have a simpler interface to implement.
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
I'm trying to import a TRAC db that is in postgres to a local sqlite db. Most tables work fine, but the wiki table has a text primary key and...
Hey There, Attached is a sample srt file that crashes `flv+srt` I used my samples in the tarbal to run git-bisect and I found that it reports 3fb17d55156d0cc80f6cf6fe3fc9daa9f906ee8f as the...
Sorry to create an issue, but I wanted to let you know about a custom template I created that uses the serverless-ruby-package. After quite a few serverless ruby projects, I’ve...
For example, an xml file like this (sample rss) ``` Cool Video Cool Video node["title"] #> ["Cool Video", "Cool Video"] ``` And there is no "media:title" key in the hash.
Type: Bug ## Extension Information - Cody Version: 1.60.0 - VS Code Version: 1.96.2 - Extension Host: desktop ## Steps to Reproduce 1. I have a ruby class file that...