-
Not sure if anyone uses [stabular](https://www.ctan.org/pkg/stabular) over longtable, but it errors with
```
! Missing # inserted in alignment preamble.
```
If its `array` option is loaded, the er…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps to reproduce:
1. Open the uncompressed [attached test file](https://github.…
-
Document class -
```
@Data
@RequiredArgsConstructor(staticName = "of")
@AllArgsConstructor(access = AccessLevel.PROTECTED)
@Document(value = "cmpny:")
@IndexingOptions(indexName = "idx:company"…
-
Problem
```js
let input = $("input");
if (!input) {
throw new Error('no input element selected');
}
input.value = "foo"; // E: Property 'value' does not exist on type 'Element'.
```
Here…
-
While I see how to document arrays for responses, I can't figure out how to do the same for a request body. Is this possible with apipie? E.g.,
```
POST /users
[
{"username": "user1"},
…
-
## My Environment
* __ArangoDB Version__: 3.3.19
* __Storage Engine__: MMFiles
* __Deployment Mode__: Single Server
* __Deployment Strategy__: Manual Start
* __Config…
-
# BLOCKED - Pending Forms team completion of tickets, listed below (unable to link as dependencies as they are in another repo).
- [[array builder] can proceed even if you have invalid cards](https://…
-
Hi Coen,
First of all: Awesome work - thanks for saving me a lot of time developing my application!
As I am still pretty new to this stuff, I hope that this post is not redundant (and I didn't just …
-
I am not sure if this is a bug or not.
I tried storing a "pure" array in a Document, like this:
$doc = Shanty_Mongo_Document:.create();
$doc->val = array('a','b','c');
$doc->save();
When I try to r…
-
v4.0 beta1
Godot4 now supports custom vertex data for meshes, but the usage of ArrayType.ARRAY_CUSTOM0 - 3 doesnt seem to be documented properly.
The API docs alredy lists these new Array types:…