smolleyes

Results 23 issues of smolleyes

everything is in the title :p thx

hi i use koa2 and rethinkdb / thinky in all my projects now, and try to lean graphql, naturally your library is very interesting form me :) thanks for this...

hi first thanks for this lib :) i try yo use it with braintree hosted fileds (wich load input in iframes) so not from the same domain and so i...

question

hi first, thanks for this project :) i just builded it on ubuntu 15.10 but when i try a simple ./bibnumber /my/path/* i have ``` Processing 2 samples/0009-IMG_0027.JPG Processing 3...

question

hi RSATOM some progress with the linux/ubuntu ppa? if i have time i ll do it maybe if not thanks ##

enhancement

hi do not close this project please! could be very very good ! :)

hi i have this models: affaires: ``` const Affaires = thinky.createModel('affaires', { id: type.string(), name: type.string().required(), conformiteId: type.string(), affaireTypeId: type.string().required(), batId: type.string().required(), refAffaireClient: type.string(), plans: type.object(), createdAt: type.date().default(r.now()), modifiedAt: type.date().default(r.now())...

hello olivier trying the new es6 branch downloaded the zip and running npm install i have kerberos building fail... ``` > [email protected] install /home/sylvain/Documents/projets/git/StreamStudio/node_modules/upnpserver/node_modules/mongodb/node_modules/kerberos > (node-gyp rebuild) || (exit 0)...

hi olivier the upnpserver do not work anymore with nwjs 12, itried to update with the lastest version but first many problems with the logger (nw do not like console.error...

hi how can i get the full xml string of a device ? (want to insert it in a json object key) thanks