John Ahlroos

Results 16 issues of John Ahlroos

How can I get the IP address of a function caller? Is there any way of getting the original HTTP request?

Gradle 2.5 improves the way long running tasks are handled. We should see if we can leverage some of those features for the vaadinRun tasks. https://docs.gradle.org/current/release-notes#continuous-build

enhancement

Currently the _vaadinCreateProject_ task only creates a simple project. We should expand the vaadinCreateProject to provide different projects, these comes to mind: - Pure GWT/Vaadin project for building pure GWT...

enhancement

The latest release in bintray is 1.0.82 while according to Github several releases has been made after. Where are the new releases deployed?

Looks like the bower support is now broken as @michael-golfi no longer host the repository. ```bash bower PolymerVis/monaco-editor=PolymerVis/monaco-editor#* resolve https://github.com/michael-golfi/monaco-editor-1.git#* ```

I have the fallowing instance configured: ``` this.store = new Amygdala({ 'config' : { 'apiUrl' : 'http://localhost:8081', 'idAttribute': 'url', }, 'schema' : { 'plans' : { 'url' : '/plans/' }...

### Feature description I am generating the the GraphQL schema at runtime and I'd wish to update the schema when an external modification is made. Preferably I'd like to use...

type: enhancement

Calling ``` lazybones config set cache.dir '/tmp' ``` throws ``` Exception in thread "main" java.lang.ClassCastException: class [B cannot be cast to class [C ([B and [C are in module java.base...

When trying to enable the plugin for firefox in Ubuntu 21.10 you get this error: **Error:** `2021-11-23T18:34:43.468Z [browser-extension-connector] Error installing extension: Error: ENOENT: no such file or directory, unlink '/home/john/.mozilla/native-messaging-hosts/net.antelle.keeweb.keeweb_connect.json'`...

enhancement

Solve output property issues in ``vaadinTranspileDependency`` task: ```bash > Task :vaadinTranspileDependencies Caching disabled for task ':vaadinTranspileDependencies' because: Gradle does not know how file 'build/frontend/dist/node_modules' was created (output property 'appNodeModules'). Task...