preetam shingavi
preetam shingavi
# Problem? lovely-pytest-docker could not run under wsl because it could not find the docker-compose executable # Solution! Make sure to specify docker-compose.exe so that wsl can properly resolve the...
I am trying to do a large query with 50000 parameters as part of an `in` where clause select. e.g., select * from product_table where product_id in (%s, %s, ....
## Problem? When exporting from an oracle database that uses a `number` column type for bigints, opencsv put `.0` as a suffix to all the values, even though the values...
We should use `%`, `.format`, or f-strings instead for situations when keys or values are integers, since `+` does not automatically type-convert for us.
**Describe the bug** When connecting to openvpn community 2.6.3 from client version 2.6.3, the data channel offload interface does not pick up `DOMAIN-SEARCH` or `search-domains` suffixes in either the client...
We've updated all of the json configuration files to be yaml-based instead as yaml is more human readable and manageable and, you know, aws supports it. unit and functional tests...
On newer versions of setuptools, installation of halo errors. We should update `setup.cfg` `description-file` to `description_file`.
fixed setuptools issue where enforcing underscores is now the norm. ## Description of new feature, or changes Makes setup.cfg conformant to the new enforcing underscores standard in setuptools. ## Checklist...