Schakko
Schakko
This is a simple feature request with no real business value but makes it a lot more easier to read through the source code. # Usage block.addStatement(getFactory().createCodeSnippetStatement("int i = 1"));...
This PR tries to add experimental support to Spring Data JDBC. I've been able to use this PR with Spring Security, As described in https://spring.io/blog/2014/07/15/spel-support-in-spring-data-jpa-query-definitions you can now use something...
When accessing doca's generated index endpoint, it fails with the error `Module build failed: LoaderRunnerError: Module: '/json-schema-apidoc-loader/lib/loader.js' is not a loader (must have normal or pitch function)` (already mentioned in...
Dependency has been missing, so startup failed.
Like described in #103, WordPress natively no longer allows duplicate e-mail addresses in the database. Having multiple users with the same e-mail address points to a misconfiguration of the user...
The password migration option only works up to < 7.0.1 as mcrypt has been removed since then. As we require PHP >= 7.2, we no longer have to care about...
### What happened? If you define a morph map like ```php Relation::enforceMorphMap([ 'post' => 'App\Models\Post', 'video' => 'App\Models\Video', ]); ``` in your Laravel application then `CreateRelatedRecord::associateRecordWithParent` still uses `App\Models\Post` as...
PHP 8.4 is currently only available as RC. NADI itself works with PHP 8.4 but dev-dependencies like *prophecy* are not compatible yet (https://github.com/phpspec/prophecy/issues/624). After release of PHP 8.4, 1. Update...