mismaah
mismaah
This is my config. ```toml [general] port = 6432 admin_username = "admin_user" admin_password = "admin_pass" [pools.db] pool_mode = "session" default_role = "any" query_parser_enabled = false primary_reads_enabled = true sharding_function =...
In the MatchColumns step, when matches are found using Levenstein distance, the `field.key` is passed to the `lavenstein` function instead of `field.label`. According to the readme, the label is used...
Fix for the issue https://github.com/UgnisSoftware/react-spreadsheet-import/issues/258
Works in local tests. But might require additional testing. Possible enhancements: - Expand `.dockerignore` so that only the required files are added to the docker image. - Multistage `Dockerfile` build...