boulepick
boulepick
Hello All, there seem to be an issue with the "twitter strategy" not passing additional data in the authenticate function. Belo i have included both the facebook and twitter strategy,...
Hi there i noticed that i cannot change the default colors for the prompt buttons. using the Bootsrap theme and it always default to btn-primary for the OK button and...
Question / enhancement. is there a way to replace the default alert with a custom dialog alert? I all my search i see that you can replace the default message...
Environment "nanogallery2": "^2.4.2", "@babel/core": "^7.4.3", "@babel/plugin-transform-runtime": "^7.4.3", "@babel/preset-env": "^7.4.3", "babel-loader": "^8.0.5", "babel-plugin-module-resolver": "^3.2.0", **Describe the bug** Was able to compile find on the previous version of nanogallery, updated to the...
Is there a way to use a custom Range slider like for example ion.rangeSlider and have an apply filter event that would trigger the list filtering. Or simply is there...
Hello, looks like the plugin will not accept two Dropdown sort filter at the same time, only one will work and the other one will just be ignored. for example...
Hello, can you let me know if it is possible to call a helper inside another helper. i need to call an i18n helper inside a date format helper. i...
this is my implementation and everything that I tried it will not return the gender and birthday as indicated in the documentation GOOGLE_FIELDS='id,birthday,email,gender,family_name,given_name,locale,picture,profile' GOOGLE_SCOPE='profile,email,openid,https://www.googleapis.com/auth/user.birthday.read,https://www.googleapis.com/auth/user.gender.read' ``` passport.use(new GoogleStrategy({ clientID: process.env.GOOGLE_CLIENTID, clientSecret:...