Skip to content
View Graveflo's full-sized avatar

Highlights

  • Pro

Block or report Graveflo

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

Popular repositories Loading

  1. BDO_Enhancement_Tool BDO_Enhancement_Tool Public

    Open source tool for planning fail stacks and enhancement priority in Black Desert Online

    Python 27 8

  2. nim-littlefs nim-littlefs Public

    A Nim API for littlefs

    Nim 5

  3. ObserverHooks ObserverHooks Public

    Easy, minimalist tools for function side-effects and observer pattern with weak references

    Python 2 1

  4. qt6-hdf5view qt6-hdf5view Public

    Forked from tgwoodcock/hdf5view

    Simple Qt/Python based viewer for HDF5 files

    Python 1

  5. GraveSettings GraveSettings Public

    A library for automatic serialization of python object hierarchies to storage

    Python

  6. Nim Nim Public

    Forked from nim-lang/Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness,…

    Nim

75 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 nim-lang/Nim, Graveflo/nfind, Graveflo/nim-libcrypto and 4 other repositories
Loading A graph representing Graveflo's contributions from April 14, 2024 to April 17, 2025. The contributions are 46% commits, 33% pull requests, 20% issues, 1% code review. 1% Code review 20% Issues 33% Pull requests 46% Commits

Contribution activity

April 2025

Created 2 commits in 1 repository

Created a pull request in nim-lang/Nim that received 2 comments

new-style concept bugfix

Combining two small PRs in one here. The test case explains what was wrong with the concepts and for naitivesockets, it's typical to adjust ai_flags

+28 −1 lines changed 2 comments
Opened 3 other pull requests in 1 repository
nim-lang/Nim 1 open 1 merged 1 closed

Created an issue in nim-lang/Nim that received 3 comments

Generic type alias doesn't lift properly

Nim Version devel Description These don't work: type A[T] = T proc p[T, H](a: A[T], b: A[H]) = discard p(1, "two") type A[T] = auto proc p(a: A, b:…

3 comments
Opened 1 other issue in 1 repository
nim-lang/Nim 1 open
Loading