Wenzel Jakob

Results 17 issues of Wenzel Jakob

Hi, I'm using sorl-thumbnail to generate responsive thumbails in templates, e.g. ``` {% thumbnail item.thumbnail "160x160" as im %} {% endthumbnail %} ``` where ``THUMBNAIL_ALTERNATIVE_RESOLUTIONS = [2, 4]``. After upgrading...

Dear GLFW developers, since OSX v10.11.2, applications now have the ability to request a wider color gamut than the default sRGB color space. Intensities can also be specified with a...

enhancement
macOS
HDR

Hi, I often run into issues where the Jupyter Lab visualization of a plot is cut off. An example: What could be the cause of this? I'm using the version...

This PR adapts nanobind to run on free-threaded Python builds. The implementation is still incomplete, so please don't use this for anything for now. The changes so far include the...

Check to see if the Mitsuba test suite passes following some Dr.Jit internals changes related to horizontal reductions.

Dr.Jit control flow operations (``dr.if_stmt(), drjit.while_loop()``) currently disable gradient tracking of all variable state when the operation takes place within an AD-disabled scope. This can be surprising when a ``@dr.syntax``...