Skip to content
View Senpai013045's full-sized avatar

Block or report Senpai013045

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. My tmux conf My tmux conf
    1
    unbind r
    2
    bind r source-file ~/.tmux.conf
    3
    
                  
    4
    set -g mouse on
    5
    set-option -g status-position top
  2. my-nvim-config my-nvim-config Public

    My custom nvim config

    Lua

  3. nested-data-editor nested-data-editor Public

    TypeScript

  4. Caching in react, HOC way for older ... Caching in react, HOC way for older versions of React.js
    1
    import React from "react";
    2
    import { connect } from "react-redux";
    3
    import { UPDATE_API_CACHE } from "../utils/Constants";
    4
    import { fetchWrapper } from "./fetch";
    5
    
                  
  5. clearing dependent fields in react-a... clearing dependent fields in react-admin
    1
    //@ts-check
    2
    import {useEffect} from "react";
    3
    import {useFormContext, useWatch} from "react-hook-form";
    4
    import get from "lodash/get";
    5
    import {useRecordContext} from "react-admin";
  6. big-sheet big-sheet Public

    TypeScript