-
### Expected Behavior
We should be able to create a custom value extractor and use it.
### Actual Behaviour
Give the following value extractor
```java
@Singleton
public class PropertyValueExtr…
-
-
**Github username:** --
**Twitter username:** 0xgreed_
**Submission hash (on-chain):** 0x110c4e87716c0f70278ba9d83ad9b4934427e57a03c2fd6089c9de5a5c03f48d
**Severity:** high
**Description:**
**Descri…
-
`Context` generics (specifically, `Input`) are inferred differently in `Deno` and `Node` for the same code.
Deno: v1.46.3; v2.0.3; v2.0.4
Node: v20.18.0
Hono: v4.6.8
@hono/zod-validator: v0.4.1
…
-
### Feature/improvement
This is a valid way of setting an empty value `--tw-pan-x: ;`.
> .. but actually writing an empty value into a custom property, like --foo: ;, is a valid (empty) value
…
-
Currently doesn't consider the 'step' parameter
-
We're using `sidechain_number` and `sidechain_id` apparently nilly-willy.
I've found `sidechain_number` in different requests in `validator.proto`:
1. `GetCoinbasePSBTRequest`
2. `AckSidechain`
…
-
Add validation rule to validate the given number is integer (no decimals). Vuelidate has this built in validator, but I guess it would be easy to implement our own with `Number.isInteger(v)`.
-
Is there a validator implemented that could validate a phone number by also recognizing the country code?
e.g.: `+39(country code) 79435680(phone number)`
-
### Description
There are two string length check decorators: `@MinLength` and `@MaxLength`.
Additionally, there is a string decorator `@Length(min, max)` which checks if string length is in range b…