-
**Jane version(s) affected**: 7.5 (latest install according to docs)
**Description**
Code-Gen fails with Warning:
```php
PHP Warning: Undefined array key "object" in /home/xxx/projects/camund…
comod updated
2 weeks ago
-
Hello,
It would be very nice that Jane handles php 8.1 backed enums since they exist in [openapi spec](https://swagger.io/docs/specification/data-models/enums/).
Maybe this kind of spec openapi
…
-
**Jane version(s) affected**: 7
**Description**
OpenAPI 3.1 is now fully compatible with JSON Schema 2020-12. In contrast to 3.0, the `type` keyword now allows for multiple types defined as an a…
-
**Jane version(s) affected**: 7.4.1
**Description**
```
Fatal error: Uncaught Error: Call to undefined method Jane\Component\OpenApiCommon\Generator\ModelGenerator::getInitialized() in /var/www…
-
**Jane version(s) affected**: 7.5.5 (PHP 8.1.25)
**Description**
Uncaught TypeError: Jane\Component\OpenApi2\Generator\Parameter\BodyParameterGenerator::convertParameterType(): Argument # 1 ($ty…
-
---
overview of superglobals
---
In PHP, `$_GET`, `$_POST`, and `$_REQUEST` aren't exactly verbs or actions; they are **superglobal arrays** that store data sent to the server from the client. Th…
-
### Prerequisites
- [X] I have [searched](https://github.com/roundcube/roundcubemail/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I can recreate the issue with all plugins disabled
### …
-
**Jane version(s) affected**: 7.0.0
**Description**
If you try to create a client for any valid OpenAPI spec on Windows, an error is generated: Uncaught Error: Call to a member function addClass…
-
**Is your feature request related to a problem? Please describe.**
When a spec model has a property that is `required` and allows multiple types where `null` is one of them, eg.: `type: [integer, '…
-
Hi I tried to search for a node using a partial or full string, but not having any luck returning a node. Is this supported?
e.g. $db->search('something')