Italo

Results 35 comments of Italo

> @X-Coder264 could you elaborate how using a different encryption scheme would be safer? What is unsafe about the approach proposed? I think he refers that is safer because is...

1. I would change "path" for "atPath". 2. Can a process receive a signal? 3. Does have checks on the process output? Like "contains", "missing", "findLine" and so forth? Because...

The final goal of that PR is to have drivers for each async library that enables non-blocking WebSockets: Amphp, React, Ratchet, Swoole and Roadrunner (yes, WS should be landing soon...

Gonna investigate. May be the method appends something that shouldn't.

Well, I coudln't find the culprit. I'll change the registration signature to set the controller action at registration time instead of using `uses()`, which should bypass the controller base namespace...

Welp, usually when I define a 1 Month, it's a jump to the other same day of the next month, without overflowing. 2020-01-31 + 1m30d = 2020-02-29 + 30 days...

1. I think it could have accept two inputs: ISO 8601 or SurrealDB's format. If it's ISO 8601, add each interval unit, otherwise just add the native seconds. 2. In...

Yep, but ULID are just a representational state of the UUID. It shouldn't pose any problem if it's binary equivalent.

Note that is [Crockford's base32](https://www.crockford.com/base32.html). If the ULID string contains an I, L, O or U, then is automatically non-ULID, and should be treated as a plain string.

I humbly think that accepting only uppercase as ULID would make it a clear distinction between a string and an ULID, even in exchange of readability given by lowercase characters.