Kevin

Results 5 issues of Kevin

studio create throws an error using PHP 8.2 `Fatal error: Uncaught Error: Attempt to modify property "psr-4" on null in /Users/head/.composer/vendor/franzl/studio/src/Parts/PhpUnit/Part.php:19 Stack trace: #0 /Users/head/.composer/vendor/franzl/studio/src/Creator/SkeletonCreator.php(55): Studio\Parts\PhpUnit\Part->setupPackage(Object(stdClass), Object(Studio\Filesystem\Directory)) #1 /Users/head/.composer/vendor/franzl/studio/src/Creator/SkeletonCreator.php(45): Studio\Creator\SkeletonCreator->installParts()...

try to fix your issue #3

The dev.ini example is not working because there is a whitespace between the `#` and `import`: false: `# import "base.ini"` correct: `#import "base.ini"`

I try to follow your guide to build a docker image (release: imapsync-2.229). When I execute the tests `/usr/bin/imapsync --tests` there is something wrong: ``` HostK: Trying to turn imap...

#### Description The documentation example under “Complex fields / structs” (https://golang.objectbox.io/entity-annotations#complex-fields-structs) doesn’t work as shown. When embedding inline structs without their own `ID` field, the ObjectBox code generation fails, complaining...

bug