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: codedamn/teach.codedamn.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d54fd19
Choose a base ref
...
head repository: codedamn/teach.codedamn.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40347ef
Choose a head ref
  • 17 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 24, 2023

  1. Merge pull request #13 from codedamn/python-update

    fix: update python bash script
    mehulmpt authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    778c1f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    b92649f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f9101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aab47a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    e802208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b262fe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5818855 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5953e81 View commit details
    Browse the repository at this point in the history
  5. ready

    Pranavtechie committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3eeb3b2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from codedamn/fix-playwright

    chore: fix playwright js test script
    mehulmpt authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a7d90de View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    feb37ab View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    df13513 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    dfe630a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    bfce322 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update io-testing.md (#18)

    fixed ouro->our in io-testing.md
    brainaxe303 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b43fbe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Updated go.md bash example file (#19)

    Test output in go is in this format.
    <img width="292" alt="Screenshot 2024-01-24 at 9 51 42 PM"
    src="https://github.com/codedamn/teach.codedamn.com/assets/109629956/c9c1a6a7-49b6-4580-bc6a-49efa0de509f">
    therefore we should be checking for `--- PASS` instead of `PASS`
    if we do `PASS` then all the strings that have pass string will return
    `true` which is wrong
    
    `if (output === undefined) return` when its not actual testCase
    structure then output is `undefined`
    Idk how that works, but adding this solves the error.
    
    `rm go.mod` removing go.mod before `node testoutput.js` because if
    testoutput.js fails all the test files won't get deleted and we need to
    manually remove go.mod.
    Exar04 authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d0ea5c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat: vue lab docs added (#22)

    - added docs for vue labs as well
    - docs links updated in `/docs/technologies` page
    
    ---------
    
    Co-authored-by: Pranav <pranav.techiegeek@gmail.com>
    IamAfnanSk and Pranavtechie authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    40347ef View commit details
    Browse the repository at this point in the history
Loading