Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report ygoe

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.

Report abuse

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

Report abuse

Pinned

  1. msgpack.js Public

    A minimal yet complete MessagePack implementation for JavaScript. msgpack.org[JavaScript]

    JavaScript 117 26

  2. Injects the current VCS revision of a working directory in a custom format into a .NET assembly build. Based on the .NET Revision Tool, integrated as an MSBuild task, for .NET Framework and .NET Core.

    C# 23 9

  3. DeepConvert Public

    Converts a data type to another data type, smarter than the standard Convert class, including collections and their items as well as object properties (duck typing). With special support for DateTi…

    C# 1 1

  4. An asynchronous variant of TcpClient and TcpListener for .NET Standard.

    C# 114 28

  5. Frontfire Public

    The Frontfire Web Frontend Framework offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities.

    JavaScript 2 1

  6. 1
    <# : 
    2
    @echo off & setlocal & set __args=%* & %SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -Command Invoke-Expression ('. { ' + (Get-Content -LiteralPath ""%~f0"" -Raw) + ' }' + $env:__args) & exit /b %ERRORLEVEL%
    3
    #> Add-Type @'
    4
    // ========== BEGIN C# CODE ==========
    5
    using System;

100 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Created 1 repository

Created an issue in css/csso that received 3 comments

Merging is broken for :where selectors

:where() selectors have zero specificity so their order is the only thing that matters. csso will merge multiple selectors into a single comma-sepa…

3 comments
Opened 2 other issues in 2 repositories
dotnet/AspNetCore.Docs 1 closed
css/csso 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.