Rafael Cardoso

Results 27 issues of Rafael Cardoso

I'm trying to load a pre-compiled handlebars template using reqwest and i'm having no luck. With jQuery i can use $.getScript, or type: 'script' with ajax. I'm trying to do...

Does this package supports material design for google Charts? if it does, can you help us to implement it? The visual is much nicer therefore it would be nice to...

Does anyone has archived to change the direction the tiles to start from the center instead of the top left corner?

I wonder how hard would be to tweak the script to have a max width when "centered" is set. I'm trying to write a piece of code that would allow...

I'm getting the following error when i try to do ``` Posts = new Mongo.Collection("posts"); Posts.timestampable(); ``` ``` W20150121-10:04:05.296(11)? (STDERR) W20150121-10:04:05.297(11)? (STDERR) /Users/rcardoso/.meteor/packages/meteor-tool/.1.0.38.z83ibe++os.osx.x86_64+web.browser+web.cordova/meteor-tool-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:173 W20150121-10:04:05.297(11)? (STDERR) throw(ex); W20150121-10:04:05.297(11)? (STDERR) ^ W20150121-10:04:05.298(11)?...

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

installation
pending-response
pending-triage

### Is this feature request related to a new or existing Amplify category? _No response_ ### Is this related to another service? cli ### Describe the feature you'd like to...

functions
feature-request
pending-review
duplicate

At the moment the only way I know how to operate a bot is through webhook. Telebot sounds awesome. I wonder if there is any example on how to make...

I have manually created a session through the auth below locally so I could save the SessionToken and then apply that to my telegram calls. ``` // fill this later...

I built a bot on my group and I want to use it to remove the messages about members joining and removing messages. How do i go about that? I...