-
A major problem is how to properly and generically interface with variables in order to connect engine layers.
For UI purposes, the property system exists. For real-time the wire framework is used.…
-
When a Pojo has multiple Bean-Annotations on a field, magic-bean crashes during code-generation.
Following example:
```
@MagicBean
public final class UpdateProductRequest {
@Schema(requir…
-
While tinkering with the encoding APIs in zune-image, I found an oddity in the type `EncoderOptions`. Documentation for the [getter](https://docs.rs/zune-core/0.4.0/zune_core/options/struct.EncoderOpt…
-
### What is the problem or limitation you are having?
Currently, the url argument in set_content() is required. But it stands to reason that, if you are directly setting raw HTML content, that cont…
hyuri updated
1 month ago
-
```
I understand the reasoning behind the final, lazy = true requirement on the
@Getter annotation. However, I have a few problems with it.
1. The known issue of Context lookup in Eclipse. (slightl…
-
```
I understand the reasoning behind the final, lazy = true requirement on the
@Getter annotation. However, I have a few problems with it.
1. The known issue of Context lookup in Eclipse. (slightl…
-
```
I understand the reasoning behind the final, lazy = true requirement on the
@Getter annotation. However, I have a few problems with it.
1. The known issue of Context lookup in Eclipse. (slightl…
-
```ts
class extends LightningElement {
@wire(getData, {id: 1}) get dataProp() {}
@wire(getData, {id: 2}) set otherProp(v) {}
}
```
~Currently, using `@wire` on a getter or a setter successfu…
wjhsf updated
2 months ago
-
It would good to see all the information about a property inside a single documentation entry.
The main issue is what to do if several object have docstrings assigned to ? Should they be merge the…
-
**I'm submitting a ...**
Doc request
I know how to write a Virtual field in sequelize, but not clear for `sequelize-typescript` class model
All I can find are two issues:
https://github.com…