-
``Consider having a BackendEnum class FooEnum. The entity class has following property declaration:
```
#[ORM\Column(name: 'type', nullable: false, enumType: FooEnum::class)]
private FooEnum type…
-
Hi all, this summer I'm planning on adding a lot of graph/network analysis features relevant for chemical reaction networks to Catalyst. A smattering of things this might include:
- Detecting [co…
vyudu updated
2 months ago
-
If you are using claudb, It would be awesome if you tell me how you are using it.
- Environment: testing or production
- Purpose: cache, redis integration tests, realtime analysis...
- Which feat…
-
I saw that a file I expected we would have tried to migrate was never attempted.
https://github.com/konveyor-ecosystem/coolstore/blob/main/src/main/java/com/redhat/coolstore/model/CatalogItemEntity…
-
Currently Imviz can display the DQ array as one of the loaded arrays from a JWST or Roman image, but it doesn't do anything with that information. DQ flags can be somewhat dense to decode for a human,…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
~~12.3.0+ (but applies to any version)~~
v14 (latest)
### Bug summary
There are thousands of warn…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Konveyor version
0.3.0-alpha.5
### Priority
Major
### Current Behavior
Duplicate entries are…
jmle updated
3 months ago
-
The last action upon a restart is saving retained messages to /var/lib/flashmq/retained.db, would it be possible to do this in a different way, since it takes quite long to write it. In addition to it…
-
We have discovered a completely new dead-lock pattern never encountered before.
Until now, we have been conviced that with the persistence.xml settings
```
…
-
When looking at the ObjectManager interface
https://github.com/doctrine/persistence/blob/3.2.x/src/Persistence/ObjectManager.php
there si none `@throws` annotation for each methods.
When looking …