Skip to content
View sbatial's full-sized avatar
❄️
❄️

Sponsoring

@firasdib
@wez
@Julow
Block or Report

Block or report sbatial

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. typst/typst typst/typst Public

    A new markup-based typesetting system that is powerful and easy to learn.

    Rust 28.8k 785

  2. syphar/zetta syphar/zetta Public archive

    Forked from ogham/exa

    A modern replacement for ‘ls’.

    Rust 7 1

  3. Utility types based off of Partial Utility types based off of Partial
    1
    type PartialNull<T> = { [P in keyof T]: T[P] | null }
    2
    type PartialBoolean<T> = { [P in keyof T]: T[P] | boolean }