Akhlaq Malik

Results 5 comments of Akhlaq Malik

Same here: **Error log** `...../android/app/build/intermediates/res/merged/release/drawable-mdpi/node_modules_reactnativerouterflux_node_modules_reactnative_libraries_customcomponents_navigationexperimental_assets_backicon.png: error: Invalid filename. Unable to add.` I've tried to get the latest version from `react-native-router-flux` and `react-native-experimental-navigation` ``` .... "react-native": "0.44.0", "react-native-experimental-navigation": "git+https://github.com/aksonov/react-native-experimental-navigation.git", "react-native-router-flux": "git+https://github.com/aksonov/react-native-router-flux.git",...

For SR and ZK you can write your own Service resources with NodePort or any other required types. I wouldn't suggest to open ZK to access it from outside if...

This behavior is also documented in the tests https://github.com/joshuaslate/mern-starter/blob/master/server/tests/loginAndAuthTest.js#L108 just run `npm run test` in the server folder.

@ketanbhardwaj What is your requirement or what would like to expect (http code, body) from wrong credentials? In my opinion 401 is fine because you didn't want to tell the...

Solution for Kubernetes users: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: swagger-ui spec: replicas: 1 template: spec: securityContext: runAsNonRoot: true runAsUser: 101 fsGroup: 101 # InitContainer copies static files to...