-
I got an strange error while validating an EPUB document. The EPUB conforms to EPUB 3.3 (checked with epubcheck 5.1.0). The EPUB file is from a customer and I cannot post it here. However, I could sub…
-
Depends on #37, split of from #2
**Acceptance criteria**
Taken from #2
- Via een API kan een document (data-object) geraadpleegd worden.
- Het is zowel mogelijk:
- om één document te ra…
-
Currently the document batch upload can be done with the same endpoints as validation & document creation. This is completely undocumented (and impossible to document) by our Swagger document. It also…
-
I have been trying to troubleshoot issues with arrays being merged between `appsettings.json` and the environments specific file and I finally found what is going on explained here https://github.com/…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
```Markdown
In my software, we do not…
-
Using `hasAtLeast`, I am able to validate the length of an array and avoid the need to optionally chain elements of the array, like so:
```
const array = [1,2,3]
assert.ok(hasAtLeast(array, 3));
a…
-
Should we auto mask the invalid result?
In some function (such as `sqrt` , `std`) it does, but in other function (such as `median`, `mean`). Something more worse is that in the document some funct…
-
I'm still unable to mount this share path containing a space, using the latest XCreds 5 Build 7176 this time (following from #175).
The weird thing is I can mount it via the Finder, **with** the %…
-
### Bug report
`array_splice` has 2 issues:
- it does not preserve the `list` status of an array passed as argument when inserting new elements in the array, while PHP returns a list in that case:…
-
Inversed reference for detect junction table require CASCADE.
**Input**
```yml
title: Document
properties:
id:
type: integer
labels:
type: array
readOnly: true
desc…