Christian Kilb

Results 9 issues of Christian Kilb

Okay, I admit, this is no real feature request nor bug report. But I don't know where else to post and I really like to share my thoughts. **TL;DR below.**...

**Code** Formatted: https://pastebin.com/V8dAKU4n `$promises = []; foreach ($items as $item) { $promises[] = Worker\enqueueCallable(function() use ($item, $productConcreteStorages, $productMerchantStorages) { return $this->mapItem($item, $productConcreteStorages, $productMerchantStorages); }); } $productViews = Promise\wait(Promise\all($promises));` **Exception:** `[previous...

Right now hydrated entities are cached in _\Vin\ShopwareSdk\Repository\Traits\EntityHydrator::hydrateEntity_ `$cacheKey = $entityRaw['type'] . '-' . $entityRaw['id'];` `if (array_key_exists($cacheKey, $this->cache)) {` ` return $this->cache[$cacheKey];` `}` This should imo get removed without replacement....

enhancement

- The logic to store previous entity hydrations in some cache array was removed without replacement - All usages of _EntityTrait_ replaced with a new class _src/Hydrate/EntityHydrator.php_. New class can...

It seems like PhpActor is not able to find the methods (type) definition from an interface. Interface: ```php

feature

I successfully installed Telescope & this extension. If i launch neovim i can see this: How am I able to create a project now? If I simply press `c` (or...

New installation of PHPActor in VSCode breaks with: ``` [Info - 14:06:32] Connection to server got closed. Server will restart. Starting language server, use -vvv for verbose output In DiagnosticsParser.php...

* KOReader version: 2023.01 * Device: Pocketbook Inkpad Color 2 #### Issue When starting KOReader will crash. Removing the terminal plugin will fix it. ##### `crash.log` crash.log ``` --------------------------------------------- launching......

need more info
Plugin

I'm stuck using the tts engine. - First I call _tts_engine_init()_ - Then I check via _ttsengine_is_initialized()_ if it's initialized -> yes, it is - Just to be sure I...