Skip to content
View alegalviz's full-sized avatar
Block or Report

Block or report alegalviz

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. Debug VS Code script Debug VS Code script
    1
    {
    2
      // Use IntelliSense to learn about possible attributes.
    3
      // Hover to view descriptions of existing attributes.
    4
      // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    5
      "version": "0.2.0",
  2. Migration from moment.js to date-fns... Migration from moment.js to date-fns comparison
    1
    ```
    2
    moment.utc('2020-11-10T20:53:25.669Z').startOf('day').diff(moment().utc().startOf('day'), 'days')
    3
     ```
    4
    to
    5
    ```