-
| --- | --- |
| Bugzilla Link | [521852](https://bugs.eclipse.org/bugs/show_bug.cgi?id=521852) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 05, 2017 03:36 EDT |
| Modified | Apr…
-
## Context
* Operating System & Odin Version:
Odin: dev-2024-02-nightly:539cec74
OS: Windows 11 Professional (version: 23H2), build 22631.3085
CPU: Intel(R) Core(TM) i7-8650U CPU @ 1.90…
-
| --- | --- |
| Bugzilla Link | [389120](https://bugs.eclipse.org/bugs/show_bug.cgi?id=389120) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 09, 2012 07:00 EDT |
| Modified | Sep…
-
Mark had mentioned earlier that supporting the memory resources in `std::pmr` was a hurdle that `mdarray` needed to get over;`std::pmr::polymorphic_allocator` follows the same scoped allocator model t…
-
Hello. I'm trying to tidy up some code for a SQL query builder. Presently, I manually assign the inputs' `name` and `id` fields and save it all as JSONB.
How are you distinguishing between type…
-
Recently, the subsystem-specific `SerializersModule`s were removed since all extendable types were moved to the common subsystem.
However, @ltj ran into an issue when trying to implement the event …
-
I have a complex model design.
Say, the Tag model here uses single-table inheritance for different type of categories. The Tagging model use polymorphic assocation for taggings of different category…
-
```
The following code fails with an error
'foo.b:xx: spurious cyclic qualifier for field link of adt Node[T]'
Node: adt[T] {
new: fn(): ref Node[T];
x: T;
link: cyclic ref Node[T];
};
N…
-
```
In my mind there's two ways to go about this:
1) Create a class structure that mirrors the class structure of the entities to
be queried.
-This could cause compile errors if there are hidden (i.…
-
```haskell
data Test a = Test { test :: a } deriving (Generic, ToSchema)
```
Results in this error
```
* Overlapping instances for Data.Swagger.Internal.Schema.GToSchema
…