Maik Hummel

Results 34 comments of Maik Hummel

Thank you for raising issue. I tried a simple configuration to run the Docker image as non-root with the following configuration: ```Dockerfile FROM beevelop/cordova # Add a non-root user to...

This might be the result of a naming conflict. The database container's name can interfere with the ENVs used to configure the database (`POSTGRES_*`). What's the name of your Postgres...

Feel free to open a respective PR.

Wow, that one seems weird. Did you try to use the „non-standalone“ version too? Could be, that the last standalone build didn't work to great. You can also check the...

Can you provide the code snippet used to provoke this issue? Is this behavior reproducible?

Well, looks like `angular` is not available, when trying to register the `ng-feathers` provider. Do you have a chance to change the order of your script execution?

Sorry, I didn't get that. In what way is Bower involved in your execution order? Can you show me the Snippet of your html embeds?

This doesn't make that much sense. I never experienced that kind of behaviour. What version of AngularJS are you using? And do you have some special libraries in place, which...

What does you backend look like? Which version of Feathers, Sequelize, Mongoose, etc. are you using?

Yeah, well. I'm still not confident, that the client in `v1.7.2` is compatible with the Feathers backend in `v3.5.0`. Could you try out the „new“ `next` branch? It features a...