-
Komprenu GmbH
- Erlangen, Germany
- https://ygoe.de
- @iamygoe
Block or Report
Block or report ygoe
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
msgpack.js Public
A minimal yet complete MessagePack implementation for JavaScript. msgpack.org[JavaScript]
-
NetRevisionTask Public
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.
-
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…
-
AsyncTcpClient Public
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
-
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 ==========
5using System;
100 contributions in the last year
Contribution activity
May 2022
Created 3 commits in 2 repositories
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…