jinyus
jinyus
Upon running the hero cli tool, Windows marks it as malware. This is the info regarding the detection: Threat detected: Behavior:Win32/DefenseEvasion.UM!ml Alert level: Severe Category: Suspicious Behavior Details: This program...
Hey, thanks for this package, I wrote some code about a year ago to find the duration of a video using your package but I see that you've changed the...
Is it possible to specify a ttl when saving to redis?
**Describe the bug** I have the synonyms pairs: ``` { "hop" : ["jump"], "jump" : ["hop"], } ranking rules: "rankingRules": [ "exactness", "words", "typo", "proximity", "attribute", "sort", ] ``` Whenever...
### Describe the bug I'm using sentry to monitor frontend errors and I'm seeing this error a few times on iOS and not sure how actionable it is as it...
### Describe the bug I'm using sentry to monitor user errors and I'm seeing this error quiet frequently and not sure how actionable it is...I'm guessing that this is a...
The docs mention that lazy hydration is implemented with `requestIdleCallback` but no version of safari supports this: [https://caniuse.com/?search=requestIdleCallback](https://caniuse.com/?search=requestIdleCallback) Does the framework adjust its behavior when running on safari or should...
#### What does this PR do? Refactors the database driver initialization logic; making it more succinct.
Used here: https://github.com/ValeLang/Vale/blob/02f39df7d8add54b5c01d453c34483a01b26cc44/stdlib/src/path/path.vale#L137 Error without it: ``` Error: stdlib.path:/home/dev/programs/vale_0.2.0.28/stdlib/src/path/path.vale:134:31 error T new_segments = segment.split(GetPathSeparator()); Couldn't find a suitable function split(str, str). No function with that name exists. ```