-
### Setup
- SMW version: 4.1.3
- MW version: 1.41.2
- PHP version: 7.4
- DB system (MySQL, Blazegraph, etc.) and version: MariaDB 10.5.23
### Issue
Detailed description of the issue and a …
Seb35 updated
2 months ago
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 7
- Ruby:
- Distribution: RHEL based
- Module version: 5.3.0
## How to reproduce (e.g Puppet code you use)
```
class…
-
**Is your feature request related to a problem? Please describe.**
Since we use a service (PSS) to get the key, we need to do it after we are authenticated.
**Describe the solution you'd like*…
-
### Description
```
/build/swift-source-compat-suite/project_cache/Deferred/Sources/Deferred/Executor.swift:129:13: error: 'getCFRunLoop' is inaccessible due to 'internal' protection level
127 | …
-
This issue describes an additional funcitonality that I think would be nice to have, based on the experience of using WP App Container for plugins and from discussion with colleagues trying to impleme…
-
I'm using Deferred to avoid N+1 problem, but with a big amount of entities, it produces out of memory error.
Even without buffer it allocates a lot of memory:
```
'resolve' => function($blogSto…
-
We might have processes where we receive a message from servicebus that cannot be processed yet. (For instance because we're waiting on another message coming from another party first).
In such situ…
-
Reproduce:
```php
use React\EventLoop\Factory as Loop;
use React\Async;
use React\Promise\Deferred;
$loop = Loop::create();
$deferred = new Deferred;
$promise = $deferred->promise();
$lo…
-
The current forward rendering technique is easy to learn and good to understand, but a deferred render pipeline would improve performance immense.
I'm working currently on a deferred renderer, but I g…
-
It would be useful for certain scenarios we can declare an index as deferred. It will be useful when we don't want/need to wait for the index creation cause it takes too long time and we don't need to…