Asherah Connor

Results 28 issues of Asherah Connor

We get pretty far: ``` [ 99%] Built target zig0 [40/8420] [ 99%] Building self-hosted component /usr/home/kameliya/Code/zig-bootstrap/out/build-zig-host/zig1.o Scanning dependencies of target zig [100%] Building CXX object CMakeFiles/zig.dir/src/stage1/empty.cpp.o [100%] Linking CXX...

Here's some simple test cases demonstrating this: ```zig try testMatch("a*a", .ascii, "aa"); try testMatch("a+a", .ascii, "aa"); try testMatch("a?a", .ascii, "a"); ``` These should all pass, but currently all fail. I'm...

bug

Need to actually populate and propagate the source positions everywhere upstream does, now.

help wanted

I keep breaking semver compatibility by adding options. Change public-facing options to builders so adding an option is backwards-compatible. I'm not super sold on this variety of builder, namely the...

[comrak 0.10.1](https://github.com/kivikakk/comrak/releases/tag/0.10.1) has been released with a security fix. Please ensure you update soon, or are otherwise unaffected (e.g. by doing your own sanitisation). See draft RustSec advisory here: https://github.com/RustSec/advisory-db/blob/ccebfadda0fcabeb1528b2cb991d5cf8d9792c96/crates/comrak/RUSTSEC-0000-0000.md

See https://github.com/DanielKeep/cargo-script/blob/614e60e5932e218ebff1e471303eb0d59870d03b/src/platform.rs#L309-L363 for an example of getting the roaming app data folder.

good first issue
feature request

Hiya! This is kind of an aside to #1606 and #2280. Presently, the `esbuild` server process leaks memory associated with the `activeBuild` and everything about it if a `build({ incremental:...

Fixes #3025 — see that issue for all the details.

### What’s the bug you are facing? I've hit a weird issue that requires a combination of three things: 1. A custom node that nests another custom node, which in...

bug
needs-triage

See https://github.com/kivikakk/comrak/issues/111 -- the string `A***B*C*` doesn't roundtrip correctly. It's not exactly well-formed, but ideally we should be consistent.