andreastt

Results 69 comments of andreastt

@KennyClark7 It appears the Open SSL headers in Debian recently moved to a multi-arch directory structure. Symlinking the current architecture’s config header into the directory where the compiler is told...

@BanzaiMan Any update on this? The ability to get statically compiled binaries out of Travis for Rust programs would be quite useful.

I guess this is a problem with lack of unicode strings and string slicing in `src/reviewing/comment/__init__.py:159`, or potentially how strings are decoded when they come out of the database.

This issue is now tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1494661 and is in itself easy to fix, but it depends on https://bugzilla.mozilla.org/show_bug.cgi?id=1418995 which is a much bigger task. This is at the time...

A counter-argument for `Vertical` sorting is that it makes rebases significantly easier. I recently had to do a rebase of a fairly complicated refactoring that moved lots of types around,...

[CSS pixels](https://drafts.csswg.org/css-values-3/#absolute-lengths) can be fractional but are not necessarily equal to the “real” device pixels drawn on the screen. CSS pixels values are given in _pixel units_, not in as...

WebDriver [paints the framebuffer into a `` element](https://w3c.github.io/webdriver/#dfn-draw-a-bounding-box-from-the-framebuffer), and the device pixel ratio is taken into consideration when its [internal bitmap representation is serialised as a file](https://w3c.github.io/webdriver/#dfn-a-serialization-of-the-canvas-element-s-bitmap-as-a-file). This is what...

Is the spec actually wrong here? It seems to me these are implementation bugs and that we need a WPT test and bugs filed upstream. As an aside, in the...

“Pausing” the execution of a Selenium test can be done by the client by holding off the next HTTP request. Does that not fulfil your requirement?

That sounds like something one would use CDP or the Firefox Devtools protocol for.