-
According to https://docs.hivedb.dev/#/custom-objects/type_adapters , the max `typeId` of Type Adapters is 223.
If I understand correctly, this limits the number of different entity types that can be…
-
**Question**
How can I use custom hive types in a library without risking a conflicting typeId being used by another package or an app when it is adding my code respectively?
Would it be possible …
-
At the moment the template literal **type** `` `Hi${string}` `` is printed at `string` (as that is its base type).
There should be special logic to pick up the type `Constructor::BinaryOperation { …
-
The interesting questions that TypeId presents are:
* When are two types "definitely the same" for TypeId purposes? This should correspond roughly to equality of mangled type names, and involves er…
-
**Steps to Reproduce**
Use HiveType on class with field of type Map
**Code sample**
```dart
@HiveType(typeId: 0)
class Foo {
@HiveField(0)
Map map;
}
```
Generates code that does not…
-
There's no way of passing partially visible types _through_ cel expressions.
This means that any functions that use `This` require that value to be `From` for any type they operate on. This _is_ do…
-
There seems to be some weird behavior when you have a function that takes a slice with a `const(T)*` iterator and try to handle cases with labels. The errors I get as it is is that some of these match…
-
Is there any way to compare 2 `TypeId`s in `const` context? (It's possible to _create_ them in `const` context, and it's even [soon to be stabilized](https://github.com/rust-lang/rust/pull/72488))
…
-
### mpv Information
```bash
mpv v0.38.0-710-ga3b11b8812-dirty Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on Jul 26 2024 22:13:44
libplacebo version: v7.349.0 (v7.349.0-rc1-20-gea…
-
Hi! I'm dealing with a posible issue. When I request snowstorm for an ECL, it return inactive concepts.
I tried it in my local machine and in the Snomed Browser.
I imported this version **SnomedCT…