Anders Kaseorg

Results 162 issues of Anders Kaseorg

The `std::collections::hash_map` implementation was replaced with a copy of `hashbrown` in Rust 1.36. There’s still a difference in the default hasher, but we disabled that default in #205. So I...

**Describe the bug** Marked takes quadratic time to parse `~~~~~~`…. **To Reproduce** Steps to reproduce the behavior: ```console $ time node -e 'require("./lib/marked")("~".repeat(25000))' 0.94user 0.01system 0:00.96elapsed 99%CPU (0avgtext+0avgdata 32336maxresident)k 0inputs+0outputs...

category: code blocks
L0 - security

# Version: bento/debian-10 (virtualbox, 202112.19.0) # Environment: Windows 10 19044.1466, VirtualBox 6.1.30 r148432, Vagrant 2.2.19, vagrant-vbguest 0.30.0 # Scenario: One of our developers ran into a problem where VirtualBox shared...

Status: Untriaged

* **Version**: 22.9.1 * **Electron Version**: 11.0.3 * **Electron Type (current, beta, nightly)**: current * **Target**: Windows MSI When I tried building [zulip-desktop](https://github.com/zulip/zulip-desktop) for Windows on the [provided Docker image](https://www.electron.build/multi-platform-build#docker),...

msi
docker

In Node, `require("turndown")` returns `TurndownService`, but in Rollup or Webpack, `require("turndown")` returns `{ default: TurndownService }`. This means a Turndown dependent can’t be compatible with both environments without contortions. ```console...

### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...

🏁 area/perf
🤞 phase/open

mobiledoc-kit currently renders multiple consecutive spaces by replacing each space-space pair with space-nbsp (#209). Depending on the text width, this results in the left margin being misaligned when a line...

When using an `` html`…` `` template inside a ternary condition, `unicorn/template-indent` wants different indentation than `prettier/prettier`, so the user needs to disable one of these. (XO 0.48.0, Prettier 2.5.1.)...

bug

`literal_column('foo', sqlalchemy.Integer)` should be `ColumnClause[int]`, not `ColumnClause[TypeEngine[int]]`.