Pinned Loading
-
TypeScript Strictly-Typed Middleware
TypeScript Strictly-Typed Middleware 1/**
2* @file This file demonstrates a POC for defining strictly typed middleware in TypeScript
3* in a form of decorator-like generic wrapper functions that infer inner type from the outer.
4* TypeScript has certain limitations surrounding high-order generics that prevent such inference
5* when implemented naively.
-
TypeScript Polymorphic React Components
TypeScript Polymorphic React Components 1import { ComponentProps } from 'react';
2import { DomAnchor, DomButton } from './dom';
3import { concretizeGeneric } from './generic';
4import { ButtonGeneric } from './ButtonGeneric';
5 -
eslint-plugin-force-barrel-imports
eslint-plugin-force-barrel-imports PublicESLint rule to prevent importing modules hidden behind an index.js barrel file
TypeScript
-
postgres-queue-fifo
postgres-queue-fifo PublicProof of concept for group concurrency controlled job queue in PostgreSQL
TypeScript
23 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created an issue in dotenvx/dotenvx that received 2 comments
[Feature Request] dotenv-flow convention
First of all, thank you for this project, the idea of creating a separate CLI for dotenv solves the environment management problem very neatly. I c…
2
comments