Skip to content
View BlackAsLight's full-sized avatar
🤖
Breathing?
🤖
Breathing?
  • Earth
Block or Report

Block or report BlackAsLight

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. DocScripts DocScripts Public

    Quality of Life Scripts created and maintained, by Doctor, for a web browser game called Politics and War. Available on all Major platforms.

    JavaScript 23 6

  2. IterStar IterStar Public

    For when working with generators, ReadableStreams and any other iterable imaginable.

    TypeScript 2

  3. Deconstruction Deconstruction Public

    Factorio Mod: Marks Miners/Chests/Belts for Deconstruction.

    Lua 1

  4. encoding-stream encoding-stream Public

    An extension of the @std/encoding module offering streaming methods of the base64, 58, and 32 methods.

    TypeScript 1

  5. wasm-bundler wasm-bundler Public

    Easily, via the cli, convert wasm binary files into js files to be bundled up together as one single file.

    TypeScript 2

  6. Creating the static .html files of a... Creating the static .html files of a leptos project
    1
    [dependencies]
    2
    leptos = { git = "https://github.com/leptos-rs/leptos", branch = "main", default-features = false, features = [
    3
    	"serde",
    4
    	"nightly",
    5
    ] }