Seo Sanghyeon

Results 30 issues of Seo Sanghyeon

On README I read: > Traps: The spec says "Signed and unsigned operators trap whenever the result cannot be represented in the result type." Really? That's cool, but how can...

An idea. Many regressions are caused by `deny(warnings)`. Detect them, and separate them in the regression report.

Fix #255.

C-feature
A-ui
A-keymap

This is a draft PR for #7799 posted for discussion. Minimally tested with `cargo dev round-trip`. Extending `ruff_python_literal` to know more about Python string literals (raw, triple, etc.) should be...

## Explanation Inspired by `if_same_then_else` rule in Rust Clippy. See https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else. SIM114(#10) is similar, but it only checks if/elif, not if/else. ## Example ```python # Bad if a: b else:...

enhancement

## What do these changes do? This PR documents `DockerSystem` class, currently missing in the documentation. ## Are there changes in behavior for the user? No. ## Checklist - [...

Samsung [submitted](https://lore.kernel.org/lkml/[email protected]/) a device driver for Trinity NPU to the Linux kernel.

If you click the repository link at https://crates.io/crates/canonical-path, it leads to 404.

I believe Windows support is very important for development tools, because majority of developers are on Windows. altbox.dev says it is "A collection of power tools for the Linux/Unix/macOS command...

Compilation is broken with nightly. ``` $ cargo +nightly-2024-05-01 build error[E0635]: unknown feature `proc_macro_span_shrink` --> /home/sanxiyn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.58/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ ```