tauu

Results 9 issues of tauu

Currently performing any migration will fail, if the if sql statement used to create the migration table "CREATE TABLE %s (%s VARCHAR(%d) PRIMARY KEY" is not valid for the sql...

This PR adds a result to the TxSQLExec api, which currently only returns an empty result. The new result contains number of affected rows as well as the last inserted...

The InputListener class supports a readOnly property to disable handling any input and prevents a Softkeyboard from being shown. Upto now the property was not accessible when creating a TerminalView....

This PR adds the possibility to set a custom action callback function for the intent corresponding to the shortcut. This can be useful for example, if the text to be...

This PR fixes a null access error in query manager. If query.latestResult is null, _cachedDataHasChangedFor will cause an error. This is easily fixes by checking that query.latestResult is not null.

Priority: Waiting to be assigned

This PR adds an entrypoint script to the full container image. This script creates a database and a user which is granted readwrite access to this database. The intention of...

This PR adds the ioctl apis required to use * multi bit plane framebuffers * planes * properties * atomic modesetting The apis are implemented in the same way as...

Added the variable $RHWorkingPrecision to set a "WorkingPrecision" for the Package. So far this setting is only used by IFuns and functions required to solve RHPs, which solely need Cauchy...

This PR resolves all issues preventing the package from achieving sound null safety and makes in compatible with dart3.