Jos Dirksen

Results 7 comments of Jos Dirksen

I'm writing a book for Packt, which also uses a crappy docx template. I'm now using pandoc to convert my markdown file to docx, and afer that use a couple...

I've run into this same issue as well, and this doesn't seem to be an issue with this plugin. For my version of collectd 5.5.1 on Ubuntu 16.04.3 LTS it...

I'm having this same issue, with the latest code from GitHub. Uncaught TypeError: Object # has no method 'getFrameOffsetA' Do you perhaps have a working example for this constraint. The...

@chandlerprall I've tried various different ways: ``` javascript var baseMesh = new THREE.SphereGeometry(1); var armMesh = new THREE.CubeGeometry(2,12,3); var objectOne = new Physijs.BoxMesh(baseMesh,Physijs.createMaterial( new THREE.MeshPhongMaterial({color: 0x4444ff, transparent: true, opacity:0.7}),0,0),0); objectOne.position.z=0;...

I've looked at a bit at the Ammo.js code and I at least understand why the error is thrown. The Point2Point constraint is defined by Module.btPoint2PointConstraint = F$; in Ammo.js....

I've done some experimenting and I can get the pointconstraint to work by changing the code (starting from line 1338) to this (ugly test code). So if there isn't a...

We're seeing the same thing again as well. In the 2.7.5 version where the `onLost` triggered a failure, everything was working. After this change: https://github.com/zio/zio-kafka/pull/1252, we experienced the same issue...