Mobile Mind

Results 23 issues of Mobile Mind

There should be a command to extract the libraries necessary for release, or the `build-jar` command should create a `libs` folder with all the necessary jars. This together with `fatjar`...

Hi, I'm updating a project I did a while ago that interoperates flix with armeria. I'm getting a strange error when accessing a class that contains the request headers. It...

bug

### Issue description I have a question about the performance of grails running a standalone container. When I run `./gradlew bootRun` my application responds 454413 in one minute. When I...

type: question

hello everyone, do you have any examples of how to run a pedestal on top of netty?

Hello, First of all, thanks for the library, it's really great! I'm using sql_bridge with mysql. I noticed that the errors are only logged, and do not return for the...

Hello, It's possible generate a vue template from string? Using vue 3 I can mak e this with `import { createApp } from 'vue/dist/vue.esm-bundler'`.

Hi, I'm upgrading a project to version 7.0.0-M3 and I noticed that a taglib that is called in the main layout doesn't work correctly. For example: ```groovy class AuthService {...

relates-to: grails-gsp

Hello, how can I create a module to handle requests from an API that responds with JSON content and with own authentication? I'm using nitrogen with cowboy to create my...