Skip to content
View Sedeniono's full-sized avatar

Block or report Sedeniono

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. tiny-optional tiny-optional Public

    Replacement for std::optional that does not waste memory unnecessarily

    C++ 108 5

  2. ADO-History-Diff ADO-History-Diff Public

    Azure DevOps extension to show the history of work item fields and comments with proper diffs.

    JavaScript 1

  3. VSDoxyHighlighter VSDoxyHighlighter Public

    Extension for Visual Studio to provide syntax highlighting, IntelliSense and quick infos for doxygen/javadoc style comments in C/C++.

    C# 16 2

  4. livedump livedump Public

    Forked from lilhoser/livedump

    Improved version of https://github.com/lilhoser/livedump

    C++

  5. GitHub workflow for Windows runner t... GitHub workflow for Windows runner that creates a crash dump
    1
    # If you are running (e.g.) automated tests on the GitHub Windows runner and encounter
    2
    # crashes that you cannot reproduce locally, it is very useful to be able to generate
    3
    # a crash dump on the GitHub runner itself and being able to download it.
    4
    # Below is an example workflow showing how this can be done. It downloads "procdump"
    5
    # (https://learn.microsoft.com/en-us/sysinternals/downloads/procdump) which is a tool