Sascha-Oliver Prolić

Results 51 issues of Sascha-Oliver Prolić

Inotify doesn't work on mac and windows, but I found another alternative here: [https://github.com/swooletw/watcher](https://github.com/swooletw/watcher) that I adjusted to laravel-s: ``` let fs = require('fs') let chokidar = require('chokidar') let colors...

enhancement

Allow static calls to Guid::uuid4() and others see https://github.com/ramsey/uuid/issues/306 Maybe that's not the very best approach, but it should do the trick.

enhancement

`echo get_class(Ramsey\Uuid\Guid\Guid::uuid4());` will return `Ramsey\Uuid\Rfc4122\UuidV4`. I didn't expect this behavior at all.

bug

## To Reproduce... ``` $factory = new UuidFactory(new FeatureSet(true)); $guid = $factory->uuid4(); $hex= $guid->getHex(); ``` Throws: ``` Ramsey\Uuid\Exception\InvalidArgumentException: The byte string received does not contain a valid version ```

bug

I hope this is possible.

kind/enhancement
impact/low
detectability/easy
subsystem/HTTP API
action/investigate

**What language does this apply to?** PHP **Describe the problem you are trying to solve.** I need the PHP extension to be thread-safe in order to use it in a...

help wanted
php

- Require PHP 8.1 - make use of Fibers - require amp v3

enhancement
BC break
dependencies

enhancement

F.e. `@psalm-immutable` and `@psalm-pure`

enhancement

Allow parsing / code generation of events without an aggregate id, this can than be used outside the scope of event sourcing.

enhancement