Miroslav Bauer
Miroslav Bauer
This fixes an issue #28 by binary encoding all output parts of the StreamingMultipart header. Unit tests from #26 should already be covering this pull request's changes.
You should not be able to select the TreeNode by checking its checkbox when it's state is not selectable. From [docs](https://github.com/amsik/liquor-tree/blob/master/docs/hexo/source/index.md): ``` By default a Node has the following states:...
Fixes #193. This pull request adds a `selectable` class on a `TreeNode` when `selectable` is being set in the node's state. Additionally, TreeNode checkbox will be disabled when tree node...
Installation of Invenio 3.2.X (3.2.2 in this case) with the following set of extras: ``` invenio[base,metadata,files,postgresql,elasticsearch7]>=3.2.0,=1.2.0 (from invenio[base,elasticsearch7,files,metadata,postgresql]==3.2.2->-r -) Tried: 1.0.0, 1.0.0, 1.0.1, 1.0.1, 1.1.0, 1.1.0, 1.1.1, 1.1.1, 1.1.2, 1.1.2,...
Fixes https://github.com/cs3org/reva/issues/3113
When trying to [map a RBD image to a NBD device](https://docs.ceph.com/en/quincy/man/8/rbd-nbd/), the following error occurs: ```shell ❯ rbd ... device map -t nbd pool-name/image-name rbd-nbd: exec failed: (2) No such...
These additional options allows for a client message queue limiting and discarding of overflowing messages: ``` $ActionQueueSize # Maximum number of entries waiting in queue $ActionQueueDiscardMark # Start discarding messages...
Currently there is no way of programatically unsetting an integer type prop from query once it is set in URL. - setting it to `null` sets the property to default...