Tobias Alex-Petersen
Tobias Alex-Petersen
Update to allow newer version of react-redux and react-form since from what I can see it's compatible (have run the test suite) and keeping the versions low creates problems, in...
While https://github.com/Limenius/liform-react/commit/5530c0183a33209e8870443b646fb54360805b1c Fixed validation for numbers in the case where they are entered by the user the normalizer isn't applied to initial values it seems and therefore they fail validation...
The id of the textarea and the for attribute on the label are renderered as `field-undefined` as they are not set in the schema. Seems a simple refactoring/typo error. Will...
As discussed in https://github.com/agronholm/anyio/discussions/501 SniffIO doesn't detect it's running in asyncio when executing a callback added with `loop.call_soon_threadsafe` since it relies on `asyncio.get_current_task` for detection. Using `asyncio.get_running_loop` should from my...
First of all thanks for a great well documented and working tool! We currently use it in ci-pipelines to ensure that no new licenses are introduced and like often is...
The changes in latest release to the License metadata field is no longer a known Classifier according to https://packaging.python.org/en/latest/specifications/core-metadata/#license which makes it hard to accept without whitelisting this package's license...
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...