-
Benchmarks suggest that `uuid1/0` is slower than its counterparts by an order of magnitute of 100.
```
benchmark name iterations average time
uuid5 dns 1000000 1.46 µs/op
uu…
-
fnoop updated
4 years ago
-
Looks like a possible regression?
There are two files generated with this code:
```
{
var newVal;
final v = enum_ ?? this.enum_;
newVal = []..addAll(v)
;
…
-
Functions for creating new UUID instances that require parsing or other additional logic should be freestanding as is common in the Kotlin STD (e.g. `listOf`, `setOf`, `mapOf`).
```kotlin
fun uuid…
-
i think its more a doctrine orm issue but thought it might be good to also report it here.
having a type class like that:
`Type.php`:
```php
public function __construct(?string $name = nul…
-
-
is there an interface for specific version? so I can use it as type-hinting.
example:
```php
public function sample(UuidInterfaceV4 $uuidv4)
{
...
}
```
-
I am seeing this using the latest **plugin.video.netflix** release.
```
2020-03-13 17:39:30.534 T:1673438080 ERROR: [plugin.video.netflix (0)] Traceback (most recent call last):
…
-
Is it possible with this library to check if a UUID is a valid one when you get it from a database or where it might come from ?
-
a new different uuid is generated event if there if it is an update.
It make issue to change validation period for an indicator and update the object in Threat Intelligence Tools.
could you supp…