Carsten Brandt

Results 137 issues of Carsten Brandt

I just installed the app locally using php 7.0.3 and icu 52.1 and I get errors when rules are generated: SiteController::getNumberThatSatisfiesCondition() gets called with arguments like `'v = 0 &&...

bug

When connecting with ssh keys, the password is not needed.

```yaml components: schemas: Webhook: x-indexes: - 'unique:user_id,name' # references implicit ID type: object description: example for x-fk-column-name properties: id: type: integer name: type: string user: $ref: '#/components/schemas/User' # this will...

bug

refactor joinWith internals: - store one join in $joinWith property instead of the whole array. i.e. normalize beforehand! - makes a lot of the aliasing much cleaner and simpler. related...

Not sure if it should be like this but if `find()` is overridden with a default condition, this will affect refresh() so that it will return false even if the...

type:bug
status:under discussion

Just seen that the package is not on packagist, so it can not be installed easily. Can someone add it there? https://packagist.org/packages/submit

"Packagist is currently unavailable" does not seem to be the correct error handling in this case. ``` Apr 28 16:10:00 site php[1381358]: 2024-04-28 14:10:00 [2448566] app\jobs\ExtensionImportJob (attempt: 1274, pid: 1381358)...

bug

based on https://github.com/goetas-webservices/xsd-reader/pull/17 by @kstasik ported code to latest version/rebased on master. implements `` https://www.w3.org/TR/xmlschema11-1/#modify-schema

Github allows maintainers to push to pull request branches if the author allows it. @yii-bot is a maintainer too, so we could automate things like - adding a changelog line...