danicc097

Results 12 issues of danicc097

### Version 1.12.0 ### What happened? While testing python codegen, I found a rather curious output: any table that ends in "**ta**" gets a model that ends in "**tum**" due...

bug
:wrench: python
:computer: linux

Adds support for ``readOnly`` and ``writeOnly`` example validation based on request or response context, if any. Will need to fix relevant tests (or perhaps misunderstood something). Again, all comments appreciated

Currently, to have `!!merge

If running on multiple filenames without --inplace, error message is `Error: can not use multiple input files with -i | --inplace.` while it should be the opposite ``pg_format --config .pg_format...

**Describe the bug** After upgrading from openapi-go v0.2.25 to openapi-go v0.2.30, I noticed that now `google/uuid` is generated as a byte array: ```yaml UuidUUID: # v0.2.25 type: string ``` ```yaml...

### mantine-react-table version v2.0.0-beta.0 ### react & react-dom versions 18 ### Describe the bug and the steps to reproduce it No `arr*` options to select filter modes in multiselect. Any...

bug
V2

### Describe the Bug When user info is changed in the identity provider, changes are not reflected in the bookstack database. Only groups are synced at the moment AFAICT: https://github.com/BookStackApp/BookStack/blob/a090720241ed3a0471a4dc9860b9f7cf8837f562/app/Auth/Access/Oidc/OidcService.php#L250-L265...

:factory: Back-End
:door: Authentication
:hammer: Feature Request

based on an old #543 and #469 concept and adds a complete example. Fixes ent/ent#3407 some tests had to be updated to accommodate the new table example use case: ```go...

```python import pytest from PySide6.QtCore import QObject, Signal, QThread, QTimer from PySide6.QtWidgets import QApplication from pytestqt.qtbot import QtBot @pytest.fixture(scope="session", autouse=True) def qapp_instance(): app = QApplication.instance() if app is None: app...