-
| --- | --- |
| Bugzilla Link | [573718](https://bugs.eclipse.org/bugs/show_bug.cgi?id=573718) |
| Status | NEW |
| Importance | P3 normal |
| Reported | May 23, 2021 15:01 EDT |
| Modified | Nov…
-
| --- | --- |
| Bugzilla Link | [560864](https://bugs.eclipse.org/bugs/show_bug.cgi?id=560864) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 06, 2020 10:11 EDT |
| Modified | Mar…
-
A service declaration allows a type-descriptor to be specified for the type of the constructed service object. When declaring a service for an async API, it would be natural to use this to refer to a …
-
# Django's ORM (Object-Relational Mapping)
Django's ORM is the layer that enables communication between the Python code and the underlying database. It translates Python code into database queries …
-
Consider these two specifications:
```yaml
#a.yaml
openapi: 3.0.0
components:
schemas:
Merged:
allOf:
- $ref: '#/components/schemas/Example'
- $ref…
-
Hi,
I've got a question regarding csi mode and also the way of creating kubernetes secrets using `secretObjects` from SecretProviderClass.
Possibly a miss understanding from my side but I have a h…
-
Elastic [Email Object ](https://www.elastic.co/guide/en/ecs/8.8/ecs-email.html) is currently not mapped to STIX. As an example, an Email Object
```
"email": {
"attachments": [
…
-
### CrateDB version
5.9.4
### CrateDB setup information
CrateDB Cloud CRFREE
### Problem description
Sub-columns with a null value disappear from the result set after bulk insert.
### Steps to R…
-
Hello, we would like to extract planes representing objects surfaces in order to retrieve points belonging to those planes from point clouds. Is there any method or approach that would allow to do th…
-
Hey,
We have a problem with mapping a class which has no properties or all properties are null.
Here is a simple example:
``` java
class Parent {
Child child;
};
class Child {
};
```
If we map a …