Anders Kaseorg

Results 162 issues of Anders Kaseorg

## Current Behavior If I add a SimpleBar to a element that’s inside an container with `transform: scale(0.5)`, the scrollbars have a quarter of the length and half the range...

An automated change #54346 that was intended to fix errors with `exactOptionalPropertyTypes` actually introduced an error with `exactOptionalPropertyTypes` here. Fix it. ```console $ echo 'import "plotly.js"' > test.ts $ tsc...

Popular package
Untested Change
Unreviewed

In this test case, I’ve used whitespace control on just one side of just one `{{else if}}` branch: ```js const Handlebars = require("handlebars"); const source = `\ {{#if a}} a...

topic for discussion
needs investigation

### Describe the bug, including details regarding any error messages, version, and platform. The [PGP signature](https://apache.jfrog.io/artifactory/arrow/debian/apache-arrow-apt-source-latest-bullseye.deb.asc) on the newly uploaded version of [apache-arrow-apt-source-latest-bullseye.deb](https://apache.jfrog.io/artifactory/arrow/debian/apache-arrow-apt-source-latest-bullseye.deb) (and possibly others) fails verification, because it’s...

Type: bug
Component: Packaging

## Description This lets us run various Cargo commands across all packages automatically, manage all Rust dependencies in a shared `Cargo.lock` file, and significantly simplify the Nix package. ## Reference...

### Initial checklist - [X] I understand this is a bug report and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Bug

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

```python import logging logger = logging.getLogger("test") a, b = "a", "b" logger.error(f"{a} {b}") # raises G004 Logging statement uses f-string logger.log(logging.ERROR, f"{a} {b}") # should raise G004, but doesn’t ```

The TLS 1.2 specification [required](https://datatracker.ietf.org/doc/html/rfc5246#section-7.4.2) the certificate chain to be in order: > The sender's certificate MUST come first in the list. Each following certificate MUST directly certify the one...

**Describe the bug** Semgrep parses the TypeScript [non-null assertion operator `!`](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#non-null-assertion-operator-postfix-) with incorrect precedence. The TypeScript compiler parses `!` with precedence higher than `new`, but Semgrep incorrectly parses it with...

bug
priority:low
tree-sitter