-
```
It would make SnakeYAML more convenient for Scala users if it could check for
the Scala convention for setters and geaters.
That is, currently to use SnakeYAML with Scala, Scala users must put
…
-
Like I do with some of the other "behavioral" keywords.
-
In [Leaflet](https://github.com/Leaflet/Leaflet/), we've got [a bit of code](https://github.com/Leaflet/Leaflet/blob/96575dbf6b620b49dae7778b93d5b897ac041ef4/src/dom/DomUtil.js#L243) like:
```
export…
-
Works fine in 1.16.10 and 1.16.12 but 1.16.14 does not create the getters and setters - not sure if annotation processor is not working in Netbeans but a similar configured project works fine prior to…
-
**adb logcat:**
10-12 10:55:55.214 255 255 E keystore2: keystore2::error: In get_security_level: No such security level.
10-12 10:55:55.214 255 255 E keystore2:
10-12 10:55:55.214 255 …
-
```
What steps will reproduce the problem?
The encapsulation is violated as anyone can change the properties of an object
like name, address, protocol with an prior upper level check like "there are …
-
I've got a location field which has nested lat and lng.
I want to set setter for it. mySchema.path('location).set(function(v) {});
But it says that i'm calling 'set' of undefined.
Setters works …
lexer updated
10 years ago
-
Doesn't accept floats
-
I am using _real_ getters and setters like: `getField` or `setField` which are called as functions (instead of _properies_ which are accessed as fields).
Until the last version it was easy, just had …
-
I've got the following error for the version `1.5.4-yosemite` when I use it via CLI:
> ImageOptim[7744:2294177] Failed to connect (application) outlet from (ImageOptimController) to (NSApplication): …