Mathnerd314

Results 26 issues of Mathnerd314

When using SVG icons, and a new tab is opened, there is often a flicker lasting a few frames where the old icon blinks out but the new icon is...

enhancement

Similar to #6, if you install the addon with a bunch of tabs open then switching between them results in the badge showing 'wait' for ~0.5 second before the number...

The formulas in the answer don't render with line breaks in Firefox: https://math.stackexchange.com/questions/661511/is-it-possible-to-express-sigma-type-in-martin-l%C3%B6f-type-theory-with-other-constr In particular ```` isn't implemented (https://bugzilla.mozilla.org/show_bug.cgi?id=534962) I'm not sure what to do about this besides disabling the...

From what I can tell you are doing the basic "naive" cutout compositing ([here](https://github.com/AppcentMobile/removebg/blob/master/removebg/src/main/java/dev/eren/removebg/RemoveBg.kt#L47-L53)). There is some code in rembg called "alpha matting" which is a little more involved (same...

### Zig Version 0.9.0 ### Steps to Reproduce For this to work you must have a Linux kernel with `CONFIG_BPF_KPROBE_OVERRIDE=y`. Apparently this is the default on Arch Linux, but for...

breaking
standard library
proposal
os-linux

## Feature Details ### **Current state** The [current collision system](https://github.com/SuperTux/supertux/blob/3bbc838c71cdf59a6dea09258fe26f6c9314b236/src/collision/collision_system.cpp#L680) performs a naive all-pairs check: ```cpp for each object A: for each object B after A: check_collision(A, B) ``` This...

priority:low
type:idea
involves:performance
category:code
involves:physics