Jeremy Lyman

Results 15 comments of Jeremy Lyman

Can we get this merged?

I think I see where my confusion lies. Define.Union does not like the DU as the 'Out as it can't handle conversion from the DU. The idea of the resolveValue...

I get this exception and I'm not using the Swipe ability or the OnDismissCallback. It's hard for me to replicate what causes this. ``` java.lang.ArrayIndexOutOfBoundsException: length=12; index=-1 at java.util.ArrayList.get(ArrayList.java:310) at...

@FHellmann No. On 2.4.5. Found out last night why I was having issues with this. One word: Threads. The cards were being refreshed (cleared and readded) on a background thread.This...

I am seeing an issue where I have SkyFloatingLabelTextField's on a UITableViewCell and while clicking and dragging to scroll the tableview over other cells seems to somehow set the highlighted...

Sure, I am interesting in storing secured notes in gopass as I am migrating from my password manager Bitwarden. You can use string and get a single line input, but...

Yes, there are ways to work around it. But as a feature, this would be nice so that I could create fluid wizard templates for my team's input of data...

Any plan to update the project to the latest dependency versions? It'll be great to see this working.

I'm not sure I understand what happened to this repo? We're seeing issues since yesterday as well. This is due to the pods not specced to a specific version and...

Can you expose the request to the execution context so that DataFetchers gain access to the JWT token during a request and authorization is deferred to the business layer? [http://graphql-java.readthedocs.io/en/latest/concerns.html#context-objects](http://graphql-java.readthedocs.io/en/latest/concerns.html#context-objects)