Skip to content
View Keno's full-sized avatar

Block or report Keno

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JuliaLang/julia Public

    The Julia Programming Language

    Julia 47.3k 5.6k

  2. JuliaInterop/Cxx.jl Public

    The Julia C++ Interface

    Julia 760 107

  3. JuliaDebug/Gallium.jl Public archive

    The Julia debugger

    Julia 174 23

  4. rr-debugger/rr Public

    Record and Replay Framework

    C++ 9.9k 618

  5. JuliaPackaging/BinaryBuilder.jl Public

    Binary Dependency Builder for Julia

    Julia 403 106

  6. JuliaGPU/XLA.jl Public archive

    Julia on TPUs

    Julia 221 20

1,073 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week July August September October November December January February March April May June
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

July 2025

Created 3 commits in 2 repositories

Created a pull request in JuliaLang/JuliaSyntax.jl that received 1 comment

Refactor node-specific flags to overlap with numeric flags

As discussed in #567, this change moves node-specific flags (TRIPLE_STRING_FLAG, PARENS_FLAG, etc.) from bits 5-6 to overlap with numeric flags in …

+67 −51 lines changed 1 comment
Reviewed 1 pull request in 1 repository
JuliaLang/JuliaSyntax.jl 1 pull request

Created an issue in JuliaLang/julia that received 1 comment

JuliaSyntax misparses @var"\""

1.9 and JULIA_USE_FLISP_PARSER=1: julia> macro var"\""(args...) 1 end @" (macro with 1 method) julia> @var"\"" 1 master: julia> macro var"\""(args…

1 comment
Loading