Mirek Kratochvil

Results 18 issues of Mirek Kratochvil

Hi! First, thanks for vuh, it makes lots of stuff much easier. :] I noticed that in case of copying into host-inaccessible memory through the cached memory, `fromHost` does not...

bug

Mandelbrot set is usually rendered with `2` set as a divergence threshold, the example shader in the repo actually uses `sqrt(2)` -- what comes from the vector dot-product is a...

Hello! I'm opening this issue as a notification, because Seurat is listed [here](https://cran.r-project.org/package=scattermore) among the packages that use `scattermore` for plotting. @teri934 has been working on some new cool functions...

enhancement

Simple fix that makes it work with recent versions of bison which (after regenerating the shipped parser.cc file, ofcourse) somehow don't expose the old 'yyloc' anymore.

Hi, I'm getting what seems to be an overflowing buffer reads when trying to enumerate the available physical device memory types. Reduced to the simplest reproducer I know the problem...

Should close #2391. cc @mortenpi ( I don't expect this code to stay for very long, but it's a simple fix that may hold for at least as long as...

This is a kinda continuation of my previous comment here: https://github.com/JuliaDocs/Documenter.jl/issues/2159#issuecomment-1879633205 from #2159 . It would be great if the generated HTML didn't send referrer URLs in headers, thus preventing...

help wanted
Format: HTML

Hello, we spotted a several .mat files that use unicode in strings, such as the one here: https://github.com/SysBioChalmers/Fruitfly-GEM/blob/main/model/Fruitfly-GEM.mat Strings in these files contain non-ascii characters such as α and β,...

This implements `{{?something}}...{{/something}}` syntax, which works as an **exact** opposite of `{{^something}}...{{/something}}`, that is, fires precisely if the `something` does **not** evaluate to a falsey (empty, null) value. This allows...

**Describe the bug** If I use keyboard arrows to move slider, `onAfterChange` never gets triggered. Changing focus/pressing other keys does not help, the only way is to click the slider....