Anders Kaseorg

Results 179 issues of Anders Kaseorg

## Description The slight incompatibility of the old definition was necessitating unsafe casts between `StackTrace.StackFrame` and `StackFrame`. See also stacktracejs/error-stack-parser#54. ## Types of changes - [x] Bug fix (non-breaking change...

## Description The task was removed in 4d60cccd5ec10ac9f68c87025d17f89a4efbbfd8, causing this error: ``` $ npx gulp [17:21:24] Using gulpfile ~/js/stacktrace.js/gulpfile.js [17:21:24] Starting 'clean'... [17:21:24] Finished 'clean' after 4.59 ms [17:21:24] Starting...

As of Poetry ≥ 1.2.0a1, specifically python-poetry/poetry@9a68da31b088b71f3f84868892b4940ba7e0481e (python-poetry/poetry#2826), `setuptools` is no longer excluded from `poetry.lock`. This apparently leads to infinite recursion on various packages that transitively depend `setuptools`. Reproduction: ```console...

# Description This is a followup to #1988. Handlebars supports [whitespace control](https://handlebarsjs.com/guide/expressions.html#whitespace-control) by putting `~` on one or both sides of any double-brace-enclosed statement. #2034 lets js-beautify recognize some cases...

type: enhancement
language: templating

# Description Zulip defines a custom Handlebars helper `{{#tr}}` for translation, but when it happens to be [used inside a table cell](https://github.com/zulip/zulip/blob/0df4d8eb172bee9988d0a33c251368d2c2aa08ae/static/templates/search_operators.hbs#L15), js-beautify seemingly confuses it with a `` (table...

language: html
type: bug
good first issue

In Node, `require("quickselect")` returns the function `quickselect`, but in Webpack, `require("quickselect")` returns a module `{ default: quickselect }`. This means a `quickselect` dependent can’t be compatible with both environments without...

question

Rust code isn’t always compiled via Cargo, and it’s surprisingly hard to figure out that Rust 2018 is not the default for `rustc` and that you can run `rustc --edition=2018`....

When joining URLs, furl correctly treats a path `/a/b/c/d/../` as equivalent to `/a/b/c/`, but it incorrectly treats `/a/b/c/d/..` as equivalent to `/a/b/c` rather than `/a/b/c/` (with a trailing slash). This...

## Description Fixes #11372. ## Checklist - [x] I’ve added tests to confirm my change works. - [ ] (If changing the API or CLI) I’ve documented the changes I’ve...

**Prettier 2.3.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAZCAnOBbABASwAcBnAVzwBMIAbTXY-GXAQ2zhgBpdIpi4x4MUhhYUi+YmHxQA5rjjVGXPhVxV5+UsWwRVAA3jZCmADpRpUsRVKw9uUk2rMARpjjymVWllzZmMqGYWRQBHUmYAOlwAVSYEfDxmVWxpBNwAN3jWLj0wiTMoCGIYDFIKOzgADzgMKRhmGHxoe2onbEhcJ1cMCVxzBnsmZlDSInlK+SDIbB11PR4+MIaIswARUeI7Zgd3fFKfLzppXCxCLAALBAoaxgIoDJpSQnr4DIVbuGI+bnxW8jUaG5cHo4KQzAAzUgyfANOxQUitIKEZg9BrCKIAUUqYDgz1BIgYsFwEDAYGY-Aa3Ce+AoDUphXuZwgNIQnHoNiY0jMYARyNweWJ4PB+CkQWufFKRJ0rVuzHMeBp8mKnRcmHIERAHBAEGeTV4yFAKIwEAA7gAFFEIYjIEDDE3MACe1q1zgwzDAAGt2ABlZFSWTIEqkOBanDOOAUa4UVBymThGRwABimD8MEaAZQ2xgEE1IHOMGw1AA6udGJ8-XBvVbGPh0owHTawF9c9IJTAzW6ZH5kODhnwtQArYiVABCbs9PtYcFQ0jgPb7IZAQ8q3ukMmocAAiqQIPB59R+yBkRgJTa-BgPVQTVBc2dpDAizSYOdkAAOAAMWqZfCLbsINrOT4akyXMwl3OAOx1a1M2IABaKA4AjCNcywPIsA7fxuyQXsD0XPgUkDUo8LXDdt3A-dD3qZxHwoZ9kAAJi1EpmF+NcAGEIBmZgbU+ABWXMtDgAAVFxoJww90mDABJKBrlgb0wB6Z4AEFZO9GAHQ3Ci4AAXx0oA) ```sh --parser markdown ``` **Input:** ```markdown Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor incididunt` ut labore et dolore magna aliqua. Ut...

type:bug
lang:markdown