Francesco Frassinelli
Francesco Frassinelli
I think that the change required could be even smaller, as some values does not be to setup to `no`. as that is the default. Logs should be sent to...
> Actually using pyproject.toml instead of requirements.txt has nothing to do with Poetry Different tools store dependencies in different sections of pyproject.toml. poetry is not [PEP 631](https://www.python.org/dev/peps/pep-0631/) compliant (https://github.com/python-poetry/poetry/issues/3332): https://github.com/python-poetry/poetry/blob/4ec09d4e6b8ca007e67bb873c96277b54986fbdb/pyproject.toml#L31-L52...
Those tools are useless with unpinned dependencies. The idea is to have pinned dependencies (or at least a lock file) to update via a nice pull requests with tests. If...
`gtksourceview-devel` seems missing on Fedora 34. ``` $ sudo alien --to-rpm --scripts tableplus_0.1.176_amd64.deb tableplus-0.1.176-2.x86_64.rpm generated $ sudo dnf install tableplus-0.1.176-2.x86_64.rpm Error: Problem: conflicting requests - nothing provides libc.so.6(GLIBC_PRIVATE)(64bit) needed by...
Yes, I was referring to SimpleWriter.
Hi! Have you opened a PR already?
Thanks @wardi. I do not want to do that due to schema changes (I extend the validators for that, to handle such kind of schema migration). I need that as...
I think there could be some issues in mixing the types, but I can try.
There is an issue indeed: datasets created with a different type are not going to be listed in the same group, which is problematic, as even if each dataset type...
I think that the current code can be fine if the data are stored as simple date from the very beginning: https://github.com/ckan/ckanext-scheming/blob/d441d2dee72a7382a73de4185b01fae4b2d37473/ckanext/scheming/validation.py#L466-L481 I still do not understand what `split()` should...