Nadyita

Results 6 issues of Nadyita

## Bug report ```php

kind/enhancement
status/to verify

When I'm using the EIO driver, calling `yield filesystem()->createDirectoryRecursively("/tmp");` errors out, while the BlockingDriver returns `new Success()`. It would be nice if they behave identical, so we don't have to...

First: let me thank you for this awesome package. Been a user of the original `EventSaucePHP/ObjectHydrator` from day 1. My main usage is parsing packages from different Websocket-based protocols. The...

I have a (shortened) class like this: ```php class ImplantConfig { /** psalm-param int $ql */ public function __construct( public int $ql=300, public ?SlotConfig $head=null, ) { } } ```...

Hey, just installed your software, and loving the simplicity so far! The one thing I find confusing is that every track point is displayed with a marker. I have a...

enhancement

I use an external GNSS via bluetooth and location mocking. Sometimes, it will give me runaway values if ntrip is having issues: ``` id time user_id track_id latitude longitude altitude...