Skip to content
View TheodorRene's full-sized avatar

Block or report TheodorRene

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
TheodorRene/README.md

Pinned Loading

  1. dotfiles dotfiles Public

    Dotfiles for setup

    Lua 1

  2. list_methods list_methods Public

    L([1,2,3]).map(finally).map(chaining).filter(in).reduce(python)

    Python 2

  3. Change the type of the given keys Change the type of the given keys
    1
    export type ChangeTypeOfKey<T, K extends keyof T, H> = {
    2
      [Key in keyof T]: Key extends K ? H : T[Key];
    3
    };
    4
      
    5
    type K = {id:string, name:string, date:string}
  4. html2pdf html2pdf Public

    Example styling for a html2pdf converter via headless chromium

    TypeScript

  5. eivindkopperud/tempura eivindkopperud/tempura Public

    A open-source repository for understanding how your data changes through time

    Scala

  6. blankoslo/Waybackwhen blankoslo/Waybackwhen Public

    waybackwhen

    Rust