Flavio Cordova
Flavio Cordova
Sorry to ask it as an issue but I couldn't find any other better channel to ask.. :) I'd like to know what functions are available to be used in...
It'd be really nice if I could create Mongo/Mongoose Adapters using a connection object instead of a connection string. I want to create some mocha tests and today I have...
I've followed the instructions for using vue-vimeo-player with nuxt but it seems it still misses something related to JQuery: On console I get this: ```console This dependency was not found:...
Most (if not all) vuetify form components have a prepend-icon property that adds an icon before the input field. I think it'd be nice to add this property (that could...
Accented letter A is not being rendered properly: Trying to render: ÁÉÍÓÚ áéíóú Should get: ÁÉÍÓÚ áéíóú Actual Result: ÁÉÍÓÚ áéíóú
Hi... First, a warning: I'm not a serverless or nuxt expert so my question may not make much sense (and I apologise if it doesn't)... But since it's an spa...
if you change both schema and data, fields are rendered properly but data is not shown (all fields show empty value). Check this codepen: https://codepen.io/fcordova/pen/GRgZmRz If you first click 'LOAD...
Tinkerpop Documentation says a property may have more than one value (http://tinkerpop.apache.org/docs/current/reference/#vertex-properties). Just as an example: this works on gremlin console: graph = TinkerGraph.open(); g = graph.traversal(); v = graph.addVertex("User");...
Hi... I'm trying to use OneSignal module but I can't figure out how to avoid hardcoding APP_ID... the documentation shows this example: ``` oneSignal: { init: { appId: 'APP_ID', allowLocalhostAsSecureOrigin:...