Skip to content
View Le0Developer's full-sized avatar

Organizations

@vlang @leodev-xyz

Block or report Le0Developer

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. react-turnstile Public

    A very simple React library for Cloudflare Turnstile.

    TypeScript 129 16

  2. mcfunction.py Public

    Minecraft command parser

    Python 10 2

  3. luapack Public archive

    Pack a lua file with many `require`d dependencies into a standalone lua!

    Lua 8

417 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

Activity overview

Contributed to sag-enhanced/native-app, sag-enhanced/sage-issues, vlang/v and 48 other repositories
Loading A graph representing Le0Developer's contributions from April 14, 2024 to April 18, 2025. The contributions are 58% commits, 29% issues, 9% pull requests, 4% code review.

Contribution activity

April 2025

Created 1 repository

Created a pull request in cloudflare/cloudflare-docs that received 1 comment

Update llms.txt to comply with V1.1 of the standard

V1.1 of the llms.txt specification requires inclusivity of non-human user-agents. Currently only cat support is required for compliance with V1.1; …

+28 −3 lines changed 1 comment
Opened 1 other pull request in 1 repository
hikari-py/hikari 1 closed

Created an issue in swc-project/swc that received 5 comments

es/minifier: Unnecessary variable when inlining

Describe the feature function square(x) { return x * x; } function cube(x) { return square(x) * x; } console.log(cube(a)); Produces: var x, x1; con…

5 comments
Loading