Jonathan
Jonathan
Added the ability for monkey to handle #LIB in html5 target. Each #LIB will get added in the head as a html script tag. If the #LIB starts with http://...
Hey Mark, The "ANDROID_MAINFEST_ACTIVITY_PROPERTIES" needs to be replicated into the android_ndk target. added gitignore _.build_ added androidmanifest and transcc var ANDROID_MAINFEST_ACTIVITY_PROPERTIES
Added two methods to the monkey Image class so module developers can have more access to images. GetSurface() just returns the images surface object GetSurfaceRegion(frame:int=0) returns the x,y,width,height the image/frame...
## What you are doing? ```js 'use strict'; const Sequelize = require('sequelize'); //first connect to the database const database = new Sequelize('database', 'user', 'password', { dialect: 'postgres', host: '127.0.0.1', port:...
## What you are doing? Trying to concurrently use findOrCreate when an attribute set to unique, would contain a comma. ```javascript 'use strict'; const Sequelize = require('sequelize'); //first connect to...