Anders Kaseorg

Results 162 issues of Anders Kaseorg

size: XL
has conflicts

:warning: Known breakage, do not merge :warning: Django 3.2’s new `durable=True` flag for [`transaction.atomic`](https://docs.djangoproject.com/en/3.2/topics/db/transactions/#django.db.transaction.atomic) asserts that we’re not already inside an outer atomic block that could still roll back the...

size: S
has conflicts

There’s no objective reason to override this emoji. Organizations that really want to enforce a specific octopus can configure it as a custom emoji. (This has no visible effect for...

area: emoji
size: S
has conflicts

**Testing plan:** `tools/build-docs --watch`, then view http://localhost:9995.

size: M
has conflicts

Fixes `cargo test` with `CARGO_TARGET_DIR` set. [Documentation](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#integration-tests).

In order to mark an `if` or `else` branch as ignored, the `/* v8 ignore start */`…`/* v8 ignore stop */` comments currently need to be positioned outside the `{`…`}`,...

Inside a double-quoted string, Pyth translates CR (`\r`) to LF (`\n`). NUL bytes (`\000`) seem to work unless followed by a digit 0–7, because Pyth translates them to `\0` instead...

When enabling `boot.tmpOnTmpfs`, one may also want to reconfigure `systemd.services.nix-daemon.environment.TMPDIR` to `"/nix/tmp"` or `"/var/tmp"` to avoid running out of RAM during large builds (NixOS/nix#2098). This breaks nix-top, which assumes builds...

In some environments like Node and Browserify, `require("simplebar")` returns `SimpleBar`, but in others like Rollup and Webpack, `require("simplebar")` returns `{ default: SimpleBar }`. This means a SimpleBar dependent can’t be...

**Describe the bug** Putting a SimpleBar on a tiny div under certain circumstances results in an infinite recalculation loop in Firefox. **To Reproduce** Run [this jsfiddle](https://jsfiddle.net/anderskaseorg/4be5o91j/) in Firefox. It consists...

bug