Nat Zimmermann

Results 9 issues of Nat Zimmermann

To reproduce: ```php $factory = new UuidFactory(); $factory->setCodec(new OrderedTimeCodec($factory->getUuidBuilder())); $a = $factory->uuid1(); $b = unserialize(serialize($a)); var_dump($a->getBytes(), $b->getBytes(), $a->getBytes() === $b->getBytes()); ```

bug

**Is your feature request related to a problem? Please describe.** We have an integration test suite, that uses the database, so it cannot be threaded. We also have a unit...

Feature Request

Passing a value to `assertNotEmpty`/`assertEmpty` doesn't tell phpstan that the value isn't/is empty

First of all, thanks for this amazing project! I have noticed that node OSRM memory usage increases over time whereas OSRM-routed's doesn't. Here is an example script: ``` var OSRM...

I would like to be able to do the following: https://psalm.dev/r/cdf24c2204 The current behaviour is obviously wanted in most cases, but I would like a modifier that disallows non-documented keys...

enhancement

I am logging [polylines](https://developers.google.com/maps/documentation/javascript/examples/polyline-simple) which include the character `\`. When I try to log them, it escapes the backslash as it's JSON encoding the value. e.g. ``` pino.info({ polyline: '\\'...

stops unnecessary requests values from here https://github.com/Project-OSRM/osrm-backend/blob/51e04209e3c458577d7829208bdee9632e045417/include/engine/api/tile_parameters.hpp#L64

At the moment, using cycleway:left=track and cycleway:left:oneway=no will draw a thicker line. However when using cycleway:both=track and cycleway:both:oneway=no, it will just draw a thin line like it is oneway.

Travelling this road creates a bear right/bear left manoeuvre that isn't actually there. I've looked at the OSM data and tried to recreate it elsewhere but this is the only...

bug
duplicate