Skip to content
View dbl0null's full-sized avatar
👁️‍🗨️
👁️‍🗨️

Block or report dbl0null

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. micro example micro example
    1
    /* legacy code here */
    2
    async function handlerA(data) { /* ... */ }
    3
    async function handlerB(data) { /* ... */ }
    4
    
                  
    5
    
                  
  2. agent.rs agent.rs
    1
    extern crate http;
    2
    #[macro_use]
    3
    extern crate json;
    4
    extern crate lili_agent;
    5
    #[macro_use]
  3. transcoder.go transcoder.go
    1
    package transcoder
    2
    
                  
    3
    import (
    4
    	"errors"
    5
    	"fmt"
  4. Remove all forks from your GitHub ac... Remove all forks from your GitHub acount
    1
    import {Octokit, App} from "octokit";
    2
    import {restEndpointMethods} from "@octokit/plugin-rest-endpoint-methods";
    3
    
                  
    4
    const RestOctokit = Octokit.plugin(restEndpointMethods);
    5