Anthony D

Results 31 issues of Anthony D

Something that caught me off guard when using an instance of `Hanami::Entity` with Ruby's double splat: ```ruby class User < Hanami::Entity attributes do attribute :id, Types::Int attribute :name, Types::String end...

Hi 👋 One common issue that I see engineering having with using Cadence is ensuring idempotent execution of your activities. Basically in case of a failure your activity should not...

Hey guys, Just installed today's new release (build 3127) and looks like Soda theme has some issues. Tabs look like the default ones: Side bar won't show anything: Command palette...

A new feature that allows introducing breaking changes by swapping workflow versions without incurring non-determinism. The latest version is determined at the `start_workflow` and passed as a header.

Synced from https://github.com/coinbase/temporal-ruby/pull/43 This is a breaking change that alters the logger interface. It however allows for more details to be passed in to logs which is useful for filtering/aggregating...

synced

## What was changed Adding CI integration for Windows

## What was changed Investigating the issue with Ruby 3.2.1 ## Checklist 1. Closes #118 2. How was this tested: CI run 3. Any docs updates needed? No