Thomas Ubensee
Thomas Ubensee
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
As a contractor I start (usually) each month with zero overtime. It would be great to have this configurable in the property file.
## Background In OpenSSL 3.0.0 several functions which are used in r-exasol are declared as deprecated: ``` FAILED: CMakeFiles/r_exasol_tests.dir/home/runner/work/r-exasol/r-exasol/src/r_exasol/ssl/certificate.cpp.o /usr/bin/c++ -I/home/runner/work/r-exasol/r-exasol/tests/cpp/../../src -I/usr/share/R/include -I/home/runner/work/r-exasol/b/_deps/catch-src/single_include -g -fno-omit-frame-pointer -fsanitize=address -Wall -Wextra -pedantic -Werror...
## Background with every version update, autoconf needs to be executed again, as it writes the version code to the ```configure``` script. ## Acceptance Criteria Write a GH actions which...
## Background The version name must be consistent we creating a new release. In the past it happened that a release was created with a major version change, but the...
## Background Some customers use dplyr/dpblyr with r-exasol. We don't current check if we eventually break the compatibility with those packages. We can't add this check to the integration test...
## Background Currently we use the forked DBITest for running the integration tests: marcelboldt/DBITest. However, they depend on a very old version of the DBI package (0.3.1.9008), also currently we...
## Background Today the integration test are executed only under Linux, using the integration-test-docker-environment. However, it be good to run the tests also under Windows and MacOsX. For this purpose...
## Background With #79 we prepared the CRAN submission, and there is a Dockerfile and some script which facilitates the related CRAN compliance tests. It would be good to run...
## Background Currently, whenever any Roxygen2 documentation was changed, the developer must call manually ```devtools::document()``` in order to update both the .Rd files as also the NAMESPACE file. It's easy...