Kenneth Leine Schulstad

Results 3 issues of Kenneth Leine Schulstad

The Mysto FPE library familiy are using String internally and in the method signatures. It would probably be a big change or addition to these contracts, but would you consider...

enhancement

Hi! It seems that the default base62 alphabet is defined differently across of languages: Java implementation: `0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz` Ref: https://github.com/mysto/java-fpe/blob/main/src/main/java/com/privacylogistics/FF3Cipher.java#L515 Python implementation: `0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ` Ref: https://github.com/mysto/python-fpe/blob/main/ff3/ff3.py#L75 This will lead to inconsistent results...

Ref [telemtry documentation](https://github.com/datacoves/dbt-coves/blob/main/docs/settings.md#telemetry): ``` disable-tracking: true ``` Should instead be: ``` disable_tracking: true ``` Also, it would be nice with a link to the settings documentation page from the main...

documentation
triaged: no