Mauricio Gomes

Results 14 issues of Mauricio Gomes

Given this code: ```ruby handle_message( [:yes, :maybe] => proc { step_to state: :proceed } :no => proc { step_to state: :goodbye } ) ``` Stealth could execute the first arm...

controllers

Current we support `step_to session: some_session` and all its variants, however it is required that `some_session` be an instance of `Stealth::Session`. We should add an additional option called `slug` that...

In Rails 5.x+, if migrations are pending, an error is raised and error page is shown in development. Since we don't have an "error page" I was thinking we would...

help wanted

This is a security concern when user data is loaded via ERB into the YAML replies.

security

Pipeline migrated from [Circle CI](https://app.circleci.com/pipelines/github/heroku/stack-images) :tada: ## Manual steps Perform the follow steps to complete the migration: ### heroku/stack-images/build - [ ] Ensure environment variable is updated: `DOCKER_HUB_TOKEN` - [x]...

Pipeline migrated from [Circle CI](https://app.circleci.com/pipelines/github/heroku/heroku-buildpack-gradle) :tada: ## Manual steps Perform the follow steps to complete the migration: ### heroku/heroku-buildpack-gradle/default-ci-workflow - [ ] Ensure a runner with the following labels exists:...

Currently NLP drivers receive only the message sent by a user. In more advanced NLP cases, it would be helpful to also have the reply the bot sent to the...

### Your current environment ```text PyTorch version: 2.1.2+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.3 LTS (x86_64) GCC...

usage