Guillaume Sabran

Results 16 issues of Guillaume Sabran

It seems that nvm modifies `~/.bashrc` to load npm and node. This means that non interactive shells that don't run `bashrc` won't have it. For instance I was running a...

installing nvm: profile detection

I'm trying to run `mp4dash` with two inputs representing the same video in different size: ``` mp4dash video-small.mp4 video-large-2.mp4 --no-split --no-media --verbose --use-segment-list ``` It fails with `ERROR: video tracks...

Should not https://github.com/hawksley/eleVR-Web-Player/blob/master/js/player-webgl.js#L103 be `webGL.gl.enableVertexAttribArray(this.uniforms[uniformName]);` ? If so why is it working?

Using the build in Internet browser in a Samsung S6, I get `WebGL: INVALID_VALUE: texImage2D: bad image data` when viewing large images (I simply replaced the default `mosaic-math-art.JPG` by `phone-stereo-test.jpg`)...

I don't understand the reason well, but setting a delegate can lead to the result being black. I've noticed that having a delegate leads to extra things being run: https://github.com/rs/SDAVAssetExportSession/blob/master/SDAVAssetExportSession.m#L243-L254...

I'm getting this after changing one file It's coming from `hot.js:31` that the source map maps to `let newId = id.replace(re, '');` within ``` js for (let ext of extensions)...