Skip to content
View nielsbrakel's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Stylelise
Block or Report

Block or report nielsbrakel

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. React global provider system using c... React global provider system using context and hooks to easily manage small application state
    1
    /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
    2
    import { createContext, useContext } from 'react'
    3
    import { useAuth } from 'GenericOAuthProvidert'
    4
    
                  
    5
    type AuthenticationContextType = {
  2. Configure SSH credentials to use wit... Configure SSH credentials to use with multiple hosts on Windows
    1
    # Work
    2
    Host bitbucket.org
    3
      HostName bitbucket.org
    4
      User git
    5
      IdentityFile C:/path/to/your/keyfile/bitbucket-key