Pascal Heus
Pascal Heus
This is to let you know that we have a number of the 538 U.S. Election Polls and Topline data now available in our recently launched Public Data Center at...
Looking at the documentation and source code: https://rdflib.readthedocs.io/en/stable/_modules/rdflib/container.html#Container.type_of_conatiner The Container `type_of_conatiner` method name has a typo and should be `type_of_container` May want to keep the `type_of_conatiner` to avoid breaking change.
#### Describe the bug Just installed asyncapi CLI and used this template to generate a new server project. Noticed an issue in the package.json as a security vulnerability is being...
## User Story As a user, I want to quickly find quality and well supported tools that meet my needs and work in my environment. The current categories are broad...
**Describe the bug** When declaring an attribute or slot with a range of `datetime`, a `ValueError: Invalid isoformat string` error is raised in Python when running version prior to 3.11...
Greetings. I'm curious to know if this RFC is just dormant and if there is room to revive it. There is not much else out there... Thanks!
The following error is being reported for non-live datasets by the Python package: ``` [FileObject(ACSPUMS1Y2023.json)] At least one of these properties should be defined: ['md5', 'sha256']. ``` These hash values...
The buy weighted average was being parsed as an integer instead of a float.
Extended SPSS related code to support the export of metadata around missing values for other data types (only double was implemented). Note that this fix was generated with the assistance...
Add support for weighted frequencies. See the related `stats` command issue #3174 . This is easier to implement as the frequency count simply needs to be multiplied by the `--weight`...