Cody Kilpatrick

Results 6 comments of Cody Kilpatrick

+1 here ```Rule | Time (ms) | Relative :---------------------------------------|----------:|--------: tailwindcss/no-contradicting-classname | 9409.590 | 42.0% tailwindcss/enforces-shorthand | 4583.070 | 20.4% tailwindcss/classnames-order | 2386.195 | 10.6% tailwindcss/no-custom-classname | 2032.716 | 9.1% @typescript-eslint/no-misused-promises...

Thanks! When setting the source column to `"json"` and running Sling, it reports that it can't insert into the target database because: ```shell pq: invalid byte sequence for encoding "UTF8":...

Aha, stuck on an older Sling version at the moment but will try that as soon as possible.

Just some updates not success yet but I tried: `"transforms": ["replace_0x00", "Each decode transformation"]` `"hex_representation": "text and json"` With my postgres table typed as both jsonb and text. The closest...

Hey Sorry for the late response on this one. This query: `SELECT DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA WHERE schema_name = "my_db";` Returns: DEFAULT_CHARACTER_SET_NAME = latin1 DEFAULT_COLLATION_NAME=latin1_swedish_ci

> A workaround is to set the environment variable `OPENSSL_FORCE_FIPS_MODE` to 0. Example for the NetBox helm chart `values.yaml`: > > ```yaml > ... > extraEnvs: > - name: OPENSSL_FORCE_FIPS_MODE...