-
# Submitting bugs
Crystal playground told me to report this. Here's what it's giving me
```crystal
class Mineral
getter common_name : String
setter common_name
getter hardness : Float64
…
-
-
Currently JS interop missing a good way to define getters and setters that would be available from JS side.
We have no `Object.defineProperty` function built-in. Even if we had such, currently it's…
-
I'd like to resurrect an old discussion around the desire to have getters/setters support for interfaces: #11878
Obviously we can use `readonly` to express a property on an interface that has just …
-
Woudl you like to add support for Jackson jr https://github.com/FasterXML/jackson-jr ?
It is much smaller and easier than jackson-databind.
It requires the serialized class to have a default co…
-
@juniperparsnips commented on #8 that it would be useful to decide when to give a struct getter and setter methods for fields, and when to simply make the fields public.
Rink Runtime started as almos…
-
It is puzzling that `InfluxDBResultMapper` doesnt call POJO setter.
My POJO looks like
```
class MyPOJO
{
@Column(name = "time")
private Instant time;
//getter ignored
publi…
-
```
I would consider useful having a method to parse Strings and convert it
directly to an statement or expression.. because many expressions and
statements are necessary to build a simple getter or…
-
## no_store_flutter_inherited_property
(I am not super happy with this name and open to suggestions).
*Replace above with your proposed rule name. (See notes on naming in [Writing Lints].)*
…
-
Currently, harness first emits `relation-broken` and only then invalidates the data.
This means that relation data is still accessible by charm code while inside the `relation-broken` hook. Is that…
sed-i updated
1 month ago