Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: godwebwordpress/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: atom/github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 25, 2021

  1. Don't use deprecated Buffer

    According to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/, `Buffer(number)` should be replaced by `Buffer.alloc(number)`
    steven nguyen authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1d6057d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Merge pull request atom#2724 from icecream17/patch-1

    Don't use deprecated `Buffer`
    smashwilson authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    be2baf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. CI: Use 'windows-2019' image for Windows tests

    'windows-latest' is currently 'windows-2022'
    with Visual Studio 2022.
    
    Old versions of node-gyp don't know how to find Visual Studio 2022,
    so the package build fails.
    
    Switch back to 'windows-2019' with Visual Studio 2019,
    which is supported by node-gyp 5.x, which apm still uses.
    DeeDeeG committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f867d24 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Merge pull request atom#2758 from DeeDeeG/CI-windows-2019

    CI: Use 'windows-2019' image for Windows tests (makes CI passing)
    smashwilson authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    929f908 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. add sunset message

    darangi committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5e72f80 View commit details
    Browse the repository at this point in the history
Loading