M

Results 25 issues of M

[mz@archlinux test_grc]$ composer require rougin/combustor --dev Using version ^1.2 for rougin/combustor ./composer.json has been updated Running composer update rougin/combustor Loading composer repositories with package information Updating dependencies Lock file operations:...

error: "unsupported time format: 2012-06-13" result: {3 person2 IT 0001-01-01 00:00:00 +0000 UTC} i think it should be able to set via `beedb:formatdate,2006-01-02`

https://github.com/patrickmn/go-cache/blob/5633e0862627c011927fa39556acae8b1f1df58a/sharded.go#L40 can you benchmark this? ```go func djb33(seed uint32, k string) uint32 { var ( l = uint32(len(k)) d = 5381 + seed + l ) if l > 0...

https://github.com/lazychaser/laravel-nestedset/blob/v5/src/NodeTrait.php#L764 conflicts with https://github.com/spatie/laravel-event-sourcing/blob/main/src/Projections/Projection.php error: ``` `ModelName` projection is not writeable at this point, please call `$model->writeable()` first ```

ansible hosts.yaml could have vars in each group. so add these group vars to each host. sorry, i am not familar with python but maybe this would be good start...