Igor Platonov

Results 10 issues of Igor Platonov

Closes #592 #### :zap: Summary Deprecate the `skip_output` and add `output` as a whitelist of output values I saved the `skip_output` logic for further removal in the next versions ####...

Closes #598 #### :zap: Summary Added the ability to handle "run" commands in "skip" and "only" sections. There are a few restrictions 1. We can only put one "run" command...

Deliver messages, which are called by method `trigger`, asynchronously It`s a not final PR

Here was added a new HASH key `objects:list-created-times` After creating subscriptions (and channels later), we will add a subscription's name and the current time to this hash. We will use...

This opportunity is like on framework rails. I think, that is very convenient, when you get records from DB and work with speaking values(strings), not just "magic" integers

# Context Required Ruby 2.7 and added a new workflow with checking graphql-ruby master branch

_Last updated: 2024-06-27 (CaddyRails 0.1.5)_ ### Description This PR demonstrates how to use AnyCable with CaddyRails (https://github.com/evilmartians/caddy_rails) in development environment. NOTE: This PR is based on the [dockerless demo](https://github.com/anycable/anycable_rails_demo/pull/1). ###...

Running `bundle install` in the terminal. added the ability to run commands like `bundle exec ruby file.rb` and updated the worker to `itty-router v5` to handle addresses from `stack blitz`.

### Purpose Add multi‑host deployment of AnyCable Rails Demo with: - Horizontal scaling of `Rails` web, `AnyCable RPC`, and `AnyCable‑Go` processes across multiple hosts - Static RPC list (`grpc-list://`) -...

demo

Fix #52 Before this fix, if a subscription expired after checking at the existing moment during processing, no events would be delivered to any subscribers