John Mastri

Results 8 issues of John Mastri

Apologies if this is not the place to post this, but I've been caught up on this for quite some time: https://stackoverflow.com/questions/46802364/invalid-use-of-non-static-member-function-arduino-automaton

Can't seem to find the simple bluetooth example for arduino. Am I missing something? Thanks

First off, great library - thank you. I have defined two schemas: ``` const RoutineSchema = new mongoose.Schema({ name: {type: String}, description: {type: String}, }); const UserSchema = new mongoose.Schema({...

question

Trying to find a solution to determine if two words rhyme - is it possible to do this with the current functionality of natural? Thanks

Help/Questions

From your jQuery example: ``` $myColorPicker = $('input.color').colorPicker({ customBG: '#222', readOnly: true, init: function(elm, colors) { // colors is a different instance (not connected to colorPicker) elm.style.backgroundColor = elm.value; elm.style.color...

Hey there - I've got your awesome glow shader implemented however I'm trying to get the "black/dark" areas to fade to white instead - so it looks more seamless with...

Tried installing tv.js from github and it is asking for a user/pass - I put my user/pass in and get no love. Am I missing something? Thanks!

Is there a way to pause the tween with the current version? If not, is that something we can see added soon? Thank you.