Skip to content
Avatar
🐞
.
🐞
.

Highlights

  • Arctic Code Vault Contributor

Organizations

@ClangBuiltLinux
yshui/README.md

...

Nothing is perfect, everything is broken in some ways.

And that's what's so fascinating about this world.

Pinned

  1. DEsktop Automation Infrastructure

    C 81

  2. A lightweight compositor for X11

    C 1.4k 116

  3. OpenZFS on Linux and FreeBSD

    C 5.8k 1.2k

  4. Forked from notaz/pcsx_rearmed

    ARM optimized PCSX fork

    C 108 76

  5. SadOS Archived

    It makes me sad because I wasn't able to finish it

    C 2

  6. dmd D Programming Language compiler

    D 2.3k 524

562 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2020

Created a pull request in djc/askama that received 5 comments

fix into_f64 and into_isize

askama passes references to the filters (e.g. &f64), and &f64 doesn't implement NumCast, only f64 does. So, the filters should take &T instead of T. …

+27 −13 5 comments

Created an issue in djc/askama that received 3 comments

into_f64, into_isize unusable

{{ number | into_f64 }} expands to into_f64(&number), which doesn't compile, because borrowed number doesn't impl NumCast.

3 comments
15 contributions in private repositories Sep 2 – Sep 8

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.