Jamie Hall

Results 4 issues of Jamie Hall

On screen keyboard - added method to reset all pressed keys https://issues.apache.org/jira/browse/GUACAMOLE-516

The GraphQL [specification](https://facebook.github.io/graphql/#sec-Response-Format) states: > The response map may also contain an entry with key extensions. This entry, if set, must have a map as its value. This entry is...

feature request

Hi! First of all, great module! It would be nice if this module supported [translations](https://github.com/angular-translate/angular-translate) for the breadcrumbs labels. It could be passed in as an extra option to enable...

answered

Hello, You can now access the client via the the request scope: By registering the provider in the application run method: ``` java environment.jersey().register(EsProvider.binder(managedClient)); ``` You will be able to...