Riccardo Pala
Riccardo Pala
Apparently this project seems to be unmaintained. I'm thinking to fork it and publish from scratch.
This worked for me as well. > Hello, I had the same problem with Next.js 14 and I found the following solution: > ``` > 1. `CommandList` is required (@dsyx...
Is this project unmaintained? Any alternatives?
@tkejr I don't recommend to use `{...field}` in ```` ```` It caused me a lot of pain. Do it like below ```` field.onChange(e.target.files?.[0])} /> ```` Then, if you want to...
Hi @eiglesias34, the issue seems to persists. Installed rdfizer version: 4.7.4.9 I cut and pasted the code posted from the very first box, but the rdfizer still doesn't work: **Expected...
Same to me, but with following versions `pytest = "^8.3.2"` `rdflib = "^7.0.0"` ``` ../../../../../../opt/anaconda3/envs/xxxxxx/lib/python3.11/site-packages/_pytest/compat.py:285 /opt/anaconda3/envs/xxxxxx/lib/python3.11/site-packages/_pytest/compat.py:285: UserWarning: Code: _pytestfixturefunction is not defined in namespace SDO return getattr(object, name, default) --...