Skip to content
View ilyazub's full-sized avatar
πŸ‡ΊπŸ‡¦
πŸ‡ΊπŸ‡¦
Block or Report

Block or report ilyazub

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
ilyazub/README.md

Stand With Ukraine

Pinned

  1. serpapi/turbo_tests serpapi/turbo_tests Public

    Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.

    Ruby 157 21

  2. Excel 2003 XML Spreadsheet example Excel 2003 XML Spreadsheet example
    1
    # Excel 2003 XML Spreadsheet example
    2
    
                  
    3
    ## Example
    4
    
                  
    5
    ![image](https://user-images.githubusercontent.com/282605/82759163-4006f400-9df4-11ea-8026-37f0c02f37ad.png)
  3. Add missing require() calls and modu... Add missing require() calls and module.exports statements
    1
    # Add missing require() calls and module.exports statements
    2
    
                  
    3
    ## `npm run codemode:addMissingRequires`
    4
    Find javascript files that are changed after creation of the new branch and run script placed in `requireUndefined.js`.
    5
    It uses ESLint programmatic API.
  4. Reuse `puppeteer` cookies in `tough-... Reuse `puppeteer` cookies in `tough-cookie` and `got`
    1
    const { promisify } = require('util')
    2
    const puppeteer = require('puppeteer')
    3
    
                  
    4
    const got = require('got')
    5
    const { CookieJar } = require('tough-cookie')