Christos Topaloudis
Christos Topaloudis
In `setup.py` of every invenio module we need to update classifiers when we drop support for Python2, I have also added a few more that make sense, and a list...
Hey there, great stuff in first place. I am using `zsh` as my default shell and I am trying to configure the `pre` command to work with my virtualenv wrapper,...
If I define a prefix in my restful initialization `restful.Api(app, prefix='/api')` the prefix doesn't pass along to swagger. Consider something like this where I want everything that is Rest related...
Shortcut for Mac is updated.
The input field doesn't get cleared after a successful upload. Which is not a problem if you decide to upload another image but if you select the same nothing happens....
We store `pids` as `strings` in records, in the mean while we index them in the ES for the fake patron entity as `integers` which has caused problems in the...
We have introduced till now 3 types of relations, `parent_child`, `siblings` and `sequence`! Till now we create and delete all of them through the same endpoint `/relations`. We will split...