Stephane Demotte

Results 18 issues of Stephane Demotte

- thujohn/analytics dev-master requires google/apiclient 1.0.*@beta -> no matching package found. Have to update composer.json to : "google/apiclient": "dev-master" ? Thanks :)

craft 3 support ?

Hello there a way to "auto height" instagram embed url ? Thank !

Hello, thanks for this lib ! I'm trying to use different component for my app, but got this error `(Missing Parent (Scene, Group...)` App.vue ``` ``` Test.vue ``` import {...

bug

Neo for craft 3 will be release soon, a support could be great [Neo - Craft 3 -> branch dev-3-port](https://github.com/benjamminf/craft-neo/tree/dev-3-port)

feature request

Hello, There a way to remove a marker ? Once added, maker is always tracked. Even if i "dispose" the controller. I need to track different marker, but one at...

enhancement
help wanted

Hello. We need to put video into the canvas to take a screenshot via `canvas.toDataUrl('png')` For anyone we simply `scene.background = new THREE.VideoTexture(source.domElement)` But when we shoot the canvas, the...

enhancement

`create_function` in `Database.php on line 82` deprecated in php 7.2 I try to use anomymous function, but i suck 🗡 :: edit ``` $this->document_criterias[$id] = function($document) use ($criteria) { $str...