Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

Thank you for the feedback, this solution works. Shouldn't it be the default so that actAsync can be used directly with Jest.testPromise ?

GL_DOUBLE doesn't seem to be part of GL ES 2.0. It seems to be only available when using this extension: https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_fp64.txt . Thus I'm not sure how the type could...

I added an example that uses a dvec2 uniform... Couldn't find an easier way to demonstrate double usage :-) I don't understand why gloo has to be patched on the...

The example animates Julia sets of the burning ship fractal. The animation increments the Julia coordinate with a value below the float precision limit, hence the need for double. It...

According to https://www.khronos.org/opengl/wiki/History_of_OpenGL , Version 4.0 appeared in 2010. Though the extension https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_fp64.txt is compatible with OpenGL 3.2 and GLSL 1.50.

> One blocking problem is the fact that logjuicer is not packaged in Fedora. I can try rust2rpm and propose a package-review for the command line interface, then I'm not...

The CLI doesn't include the web interface yet, but I was thinking about adding a `--open` argument to serve the report directly through xdg-open. Alternatively, we can also use the...

@Cajunvoodoo does it work when using `pkgs.fetchFromGitHub` ?

I guess we would need two kinds of TOC sidebar, one for a single document and one that spans across multiple document?

I thought that was the case for unisonweb, but it looks like their sidebar no longer have a TOC for the current page. So in term of implementation, do you...