Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@SagnikPradhan
SagnikPradhan
Follow
View SagnikPradhan's full-sized avatar
🚄
Gotta push more work! Not commits.

Sagnik Pradhan SagnikPradhan

🚄
Gotta push more work! Not commits.

Organizations

@d-zone-org

Block or report SagnikPradhan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

PinnedLoading

  1. really-asyncreally-asyncPublic

    React views and async generators

    TypeScript 2

  2. GraphQL ClientGraphQL Client
    1
    import{TypedDocumentString}from"~/graphql/graphql";
    2
    3
    importextractFiles,{ExtractableFile}from"extract-files/extractFiles.mjs";
    4
    importisExtractableFilefrom"extract-files/isExtractableFile.mjs";
    5
    import{ExecutionResult}from"graphql";
  3. 🎣 useForm hook. Simple as it can get🎣 useForm hook. Simple as it can get
    1
    import{Dispatch,useReducer}from"react"
    2
    import*aszfrom"zod"
    3
    4
    /**
    5
     * useForm hook
  4. 💀 Custom error and error handler💀 Custom error and error handler
    1
    exportclassAppErrorextendsError{
    2
    publicreadonlyname:string;
    3
    publicreadonlyisOperational:boolean;
    4
    publicreadonlycause?:Error;
    5
    publicreadonlyadditionalProps:{[additionalProps:string]:unknown};
  5. 🗄️ Back up a postgres database runni...🗄️ Back up a postgres database running inside a docker container to S3
    1
    #!/bin/bash
    2
    3
    set -e
    4
    set -o pipefail
    5
  6. ⛓️ Chain functions as arrays⛓️ Chain functions as arrays
    1
    exporttypeFn<Input=any,Output=any>=(input:Input)=>Output;
    2
    3
    exporttypeChain<FnsextendsFn[]>=
    4
    // We chain two functions at one time
    5
    Fnsextends[inferFn1, inferFn2, ...inferRestFns]

[8]ページ先頭

©2009-2025 Movatter.jp