-
Hello, i'm a huge fan of lombok project,
i wondered why the functionality of onMethod are not supported on class,
as mentioned in the official doc :
"The onX parameter is not legal on any typ…
-
Trying to setup this project in my eclipse, showed "regex(String) from the type PathSelectors refers to the missing type Predicate" error so added a dependency guava (r05) that got cleared and showing…
-
Example :
@Data
class root {
private boolean is_active;
}
main (){
root.set_active(true); // automated setter method created is ignoring "is" keyword
}
json payload constructed:
…
-
The following code does not appear to compile using `comlink@4.3.0`
```typescript
type RA = Remote
declare const a: RA
a.foo = "bar"
```
On account of `a.foo` being a `Promise` and `"bar"` being…
-
```
Would you mind updating the wiki :)
This library looks fantastic but I don't see docs for how to use the more
advanced features e.g.
http://stackoverflow.com/questions/4080253/create-getter-and-…
-
For greater flexibility i think that is the right way.
-
I encountered this issue while working on my Java class, and Eclipse popped up the error dialog and alerted me of this, with the message **Lombok annotation handler class lombok.eclipse.handlers.Handl…
-
The specification says (section 18.2):
"For each entry mapping key k to declaration d in NSn an entry mapping
k to d is added to the exported namespace of L unless a top-level declaration
with th…
-
Spinoff from an idea by @mcav in #53.
We could rewrite the `AdapterManager`'s channel API as follows:
``` rust
/// A channel, which may have read/write capabilities.
pub struct Channel {
id: Id,
…
Yoric updated
8 years ago
-
```
Thanks for the Mongodb storage. It looks like we need to json encode and json
decode in mongodb storage setter and getter functions.
I found error when adding a user to the roster, since the dat…