Skip to content
View dkorpel's full-sized avatar

Block or report dkorpel

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. glfw-d Public

    D translation of GLFW, a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

    D 15 7

  2. libsoundio-d Public

    D translation of libsoundio, a library for real-time audio input and output

    D 13

  3. tictac Public

    D port of meta tic-tac-toe game written for the GNU assembler

    D 22 4

  4. ctod Public

    Automatically translate C code to D

    C 57 7

1,341 contributions in the last year

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

Contribution activity

April 2025

Created 1 repository

Created a pull request in dlang/dmd that received 3 comments

backend: Remove void initialization from code vars

It's not @safe since it contains pointers, and it's not like code is such a large struct that leaving a few fields uninitialized is a big win.

+27 −27 lines changed 3 comments
Opened 6 other pull requests in 3 repositories
Reviewed 13 pull requests in 2 repositories

Created an issue in dlang/dmd that received 1 comment

Failure to convert const(T) to T after type is used in cast()

This doesn't compile anymore with 2.111: import std.bitmanip; void main() { ubyte[] bytes; peek!ushort(bytes); auto b = cast(const ubyte[2][]) byte…

1 comment
Opened 2 other issues in 2 repositories
Loading