Skip to content
View f0-x's full-sized avatar
:bowtie:
:bowtie:
Block or Report

Block or report f0-x

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

  1. ContextAPITalk ContextAPITalk Public

    Slides available at : https://docs.google.com/presentation/d/1Zls-p7hL9OgFvigOr_DS-iwTD1xCIfu67A9JGFo8NqU/edit?usp=sharing

    TypeScript

  2. go-utils go-utils Public

    Go

  3. Async TS classes using PVT methods Async TS classes using PVT methods
    1
    // Erroneous Async Class Declaration ❌
    2
    class ConfigurationLoader {
    3
      public config: any;
    4
    
                  
    5
      constructor() {
  4. Flexbox 1-liner with `calc` & Custom... Flexbox 1-liner with `calc` & Custom Props
    1
    /*🎉 The formula:
    2
    calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    3
    */
    4
    
                  
    5
    .parent {
  5. ide-configs ide-configs Public

    personal configs for vi & emacs 🤓

    Vim Script

  6. threeJSTicTacToe threeJSTicTacToe Public

    TypeScript