Aatif Syed

Results 53 issues of Aatif Syed

Hi Lark maintainers! This is my first PR to an open source project. It offers a grammar that covers some of ISO 8601. I'd like to add some tests with...

#### Current Behavior when prompt contains a `╰`, unicode box-drawing character U+2570, line wrapping is unexpectedly broken for long commands. E.g typing `echo hello world` in a narrow terminal has...

🐛 bug

I find myself frequently extending `bindgen::Builder` with the following functions: ```rust /// Add multiple input C/C++ headers. pub fn headers( mut self, headers: impl IntoIterator, ) -> Builder { ......

S-awaiting-review

Can't reproduce in a vanilla python interpreter, with the very same arguments ("/dev/stdout" and "a", and I've confirmed that both are strings at the point of execution) **Command Name** `az...

customer-reported
Service Attention
VM SSH

I'm hitting a `Flush after shutdown` panic, ultimately here: https://github.com/Nullus157/async-compression/blob/ece5584ce59a683c38e94f9957969e1bdb08b665/src/tokio/write/generic/encoder.rs#L97 # Repro Here's an minimal example, which reliably panics on my machine. ```rust use async_compression::tokio::write::ZstdEncoder; // 0.4.3 use bytes::Bytes; //...

bug

## Summary of changes Changes introduced in this pull request: - ## Reference issue to close (if applicable) Closes ## Other information and links ## Change checklist - [ ]...

_Originally posted by @aatifsyed in https://github.com/ChainSafe/forest/pull/3851#discussion_r1444038232_

# WIP: Archive index design ## Background For the purposes of this discussion, an **IPLD Store** is a *Mapping* of `CID` to (binary) data[^1]. The industry standard for *Mapping*s of...