Kaoru Shirai

Results 10 issues of Kaoru Shirai

## Summary The proposal to keep the unusual note off event as input. Because the current implementation drops such note-offs and breaks the time of following events. ## How to...

As per the modification to README.md: > - `vitest.additionalDebugConfiguration`: Properties overlayed onto the run configuration to launch the vitest for debugging. For example: `{"trace": true}`

## Describe the Bug When `bolt apply` fails due to `Language validation logged N errors. Giving up`, the individual language errors are not reported even in `bolt-debug.log`. ## Expected Behavior...

Feature

While the "R" (Reference) type rarely appears in real-world PHP serialization, certain applications may use it. (at least I met it and saw `Unable to unserialize type 'R'` error.) >...

## Problem stdClass object may appears twice or more with difference properties as shown in the example below: ```php echo serialize([(object)["foo" => 1], (object)["bar" => 2]]); # => # a:2:{i:0;O:8:"stdClass":1:{s:3:"foo";i:1;}i:1;O:8:"stdClass":1:{s:3:"bar";i:2;}}...

## Summary The model including `ActiveAttr::Model` should reject attribute changes by throwing FrozenError after`#freeze` is called. ## Reproduction ```rb require "bundler/inline" gemfile(true) do gem "active_attr", git: "https://github.com/cgriego/active_attr.git" gem "rspec" end...

fixes #97 ### Notes on CI failures Tests for Rails 7.1 do not pass even at [commit aafa5b2](https://github.com/DatabaseCleaner/database_cleaner-active_record/actions/runs/6972687842/job/18975333189)

(I will post my suggestion next to this report.) ## Summary When we add another database to a cleaner by specifying a symbol (connection name) with the `:transaction` strategy, it...

Note: I will make a pull request that follows this issue. ## Summary When we use DatabaseCleaner for a multi-database environment, the connection for "main" models (i.e., models inheriting the...