Zedonboy
Zedonboy
Hello Pangolin, i really love your work and the talent behind it, i am learning vpn protocols with your code. Question: How do i implement User Authentication? What i think?...
Hi i passed error object from the failedAction Handler Joi-errors-for-forms return null Here's the Code ``` createUser : (req, reply, source, error) => { //If there Error if(error){ console.log(error); console.log('Starting...
### Summary From the examples i can pass value type(numerics), but how do I pass structs value or pointers
### Expected behavior During Development, I see login page @"/keystone/siginin" During production behind Nginx Proxy.... i get this blank Page with `'qs' module not found"` error @ the browser debugger...
I have a Dapp frontend, but it gives me `require is not defined`
Webpack-server-compiles other sources in node-modules. which bloat app.js here's my webpack config ``` const path = require("path") module.exports = { entry: './app.js', output: { path: path.resolve(__dirname, 'build'), filename: 'app.js' },...
In my gradle build cannot resolve com.github.silenceDut.expandableLayout.2.10(what i can remember) I guess the lib is deprecated.... by [here](https://github.com/SilenceDut/ExpandableLayout)
I followed the example apps in this repo, but i get this error. Can you Yelp me out please ```import React from 'react'; import { StyleSheet, Text, AppRegistry, ImageBackground, Image,...
I tried using Expanded for the transparent background, but it made all the child increase. I know if i search very hard i will achieve that, but nothing is better...
### What does it do? It fixes overide documentation issue ### Why is it needed? Its needed so people can succesfully overide the default Swagger Documentation ### How to test...