Andy Mok

Results 4 issues of Andy Mok

I was also annoyed by this issue since I constantly run into `ActiveModel::MissingAttributeError` when doing stuff like ``` # User class defined in test/support/active_record.rb User.create!(email: "[email protected]") user = User.select('id').last #...

Ensures Enumerize is agnostic to whether the key to a store accessor is a string or symbol. Re-opening https://github.com/brainspec/enumerize/pull/405 but with fix to not generate string objects with `#to_s` from...

### Trying to update Schedule's memo with CLI ### Describe the bug Doing `temporal schedule update --schedule-id ... --memo $KEY=$VALUE` does not update the memo of the Schedule. ### Minimal...

enhancement

### Describe the bug The docs for https://vitest.dev/api/expect.html#resolves state > If the assertion is not awaited, then you will have a false-positive test that will pass every time. which made...

p3-minor-bug