-
Hey Ben and thanks for the great videos so far. One question from my side. Did you get somehow around passing the types from FieldProps & TextFieldProps one level up the component tree to get some int…
-
I have this class
```java
package com.xenoterracide.brix.configloader.api;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
impo…
-
## Core Issue
`bind` and `mixin` are template metaprogramming features, which generics are not. Generics, or parametric polymorphism, have to do with types.
To put a very fine point on things:
…
saem updated
9 months ago
-
Goal: Situate on generics usage for managing the main data types for graph components.
Currently I'm using `P` for `Position` and `V` for `Value`. Ideally I can formalize a way to describe data tha…
-
### Welcome!
- [X] Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none.
### What did you do?
quando leio o Qrcode ele le e no ce…
-
Currently, it only works if I specify return type without generics like `Map`. If I set it like `Map` there will be no query handler recognized (considering I specify `ResponseTypes.instanceOf(Map.cla…
-
**Describe the bug**
I have a generic class (and it's child classes) that I'd like to patch. Not every child class overrides the method that I'm patching, so I'm modifying the base generic class. How…
-
### Description
Probably asking the compiler to use a generic as a callback is understandably stressing the compiler out a bit, and maybe it is simply more than the language is capable of, but having…
-
After reading the code quite a bit, reflection is used all over. It seems like with golang 1.18 coming out with generics, quite a bit of this could be replaced with generics. What areas would be best …
-
**Application made attempt to call method of already deleted object: $000001F8F7C37E60 OBJECT [?] 2240 bytes.**
```
[000000005F5503DE] Vcl.Forms.TCustomForm.Close
[00000000600A80A5] GLSModelUnit.TGLS…