Results 30 issues of ytetsuro

### Description Fixed a bug that firestore does not save as a date if the date exists in the map in the array. ### Screenshots (if appropriate)

The combination of the `setUpdateBatch` method and the `updateBatch` method is difficult to use. If you try to use it, it will look like the following. ```php $builder->setUpdateBatch([ [ 'id'...

database

What does CodeIgniter\Database\Forge::_attributeType change the type based on? (ANSI SQL?). Why does the following test code unset a type that cannot be used? https://github.com/codeigniter4/CodeIgniter4/blob/develop/tests/_support/Database/Migrations/20160428212500_Create_test_tables.php#L75-L94

question
database

I want a Ninja per Weapon in every game board class. ```typescript @injectable() class Katana implements Weapon { public hit() { return "cut!"; } } @injectable() class Shuriken implements Weapon...

discussion

Changes proposed in this pull request: Test is failed when `expectedRemainder` is zero. If the return value of `Math.random()` is divisible by 100, `expectedRemainder` is zero.

I felt that the current message was a bit mechanical and difficult for Japanese speakers to understand. Therefore, we have modified it so that it can be understood by Japanese...

**Describe the bug** I ran semantic-release on the master branch, but the release fail. The reason is the following. ``` [5:34:45 AM] [semantic-release] › ℹ Running semantic-release version 19.0.3 [5:34:46...

# What's Sabik? Sabik is a source code metrics tool. It's a compass tool for warriors fighting a project that smells bad. # What analyzable metrics? Sabik analyzable metrics are...

I happen error following. I am using 4.8.1. ``` [Tue Jul 11 19:51:02 2023] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /Users/xxx/Desktop/editor.php:450 Stack...