Skip to content
View Avaq's full-sized avatar

Sponsors

@davidchambers

Organizations

@NixOS @sanctuary-js @fluture-js

Block or report Avaq

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 Loading

  1. fluture-js/Fluture Public

    🦋 Fantasy Land compliant (monadic) alternative to Promises

    JavaScript 2.5k 84

  2. sanctuary-js/sanctuary Public

    🙈 Refuge from unsafe JavaScript

    JavaScript 3.1k 95

  3. fantasyland/fantasy-land Public

    Specification for interoperability of common algebraic structures in JavaScript

    JavaScript 10.2k 379

  4. NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 19.9k 15.4k

  5. Common combinators in JavaScript
    1
    const I  = x => x
    2
    const K  = x => y => x
    3
    const A  = f => x => f (x)
    4
    const T  = x => f => f (x)
    5
    const W  = f => x => f (x) (x)
  6. fp-ts-bootstrap Public

    🏗 Service orchestration made functional

    TypeScript 5

23 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to tenzir/tenzir, Effect-TS/effect, Avaq/fp-ts-fetch and 3 other repositories
Loading A graph representing Avaq's contributions from April 07, 2024 to April 07, 2025. The contributions are 45% code review, 23% issues, 23% commits, 9% pull requests.

Contribution activity

April 2025

Created an issue in Effect-TS/effect that received 1 comment

Failure to generate JSONSchema from partial Struct with index signature

What version of Effect is running? 3.14.5 What steps can reproduce the bug? import { JSONSchema, Schema } from 'effect'; JSONSchema.make( Schema.pa…

1 comment
Loading