chriswill0w

Results 4 issues of chriswill0w

I am trying to map generics like this: ``` public static Nullable jsonNullableToNullable(JsonNullable jsonNullable) { if (jsonNullable.isPresent()) { return Nullable.of(jsonNullable.get()); } return Nullable.undefined(); } ``` But how do I tell...

feature
for:team-discussion
up-for-grabs

No matter what instantiation I use or what FontAwesome icon or BButtonType I always get a simple empty white rectangle as an icon in the GUI of the Simulator or...

Could this also be used as an AWS lambda? How das this module persist which reviews have already been posted?

very long strings are cut off and are not fully logged to the console. can I solve this problem somehow?