https://supertokens.com/ logo
Docs
Join the conversationJoin Discord
Channels
community
contributing
general
github-activity
info
introductions
new-releases
random
security
support-questions
welcome-0xdelusion
welcome-aj-ya
welcome-aleksandrc
welcome-alpinjs
welcome-amberlamps1
welcome-andrew-rodriguez
welcome-ankit-choudhary
welcome-anthony-stod-custodio
welcome-call-in
welcome-chwalbox
welcome-claybiokiller
welcome-co7e
welcome-cosmoecwsa
welcome-devdag
welcome-dinso
welcome-drebotelho
welcome-elio
welcome-ernest
welcome-foxbarrington
welcome-fromscratch
welcome-galto4ir
welcome-goetzum
welcome-hay-kot
welcome-himanshu-kukreja
welcome-hossambarakat
welcome-ichikawakazuto
welcome-jahir9991
welcome-jamesl
welcome-jerry123424
welcome-john-oliver
welcome-jonas-alexanderson
welcome-jxyz
welcome-kelvinwop
welcome-kraz
welcome-lancekey
welcome-leoo
welcome-lukeacollins
welcome-m-j-mon
welcome-malik-khoja
welcome-marco
welcome-mardadi
welcome-meshguy
welcome-metamorph
welcome-mike-tectu
welcome-mirzok
welcome-mozomig
welcome-naberyou66_
welcome-nacer
welcome-namratha
welcome-naveenkumar
welcome-nightlight
welcome-nischith
welcome-notankit
welcome-olawumi
welcome-pavan-kumar-reddy-n
welcome-pineappaul
welcome-poothebear
welcome-rick
welcome-samuel-qosenergy
welcome-samuelstroschein
welcome-shubhamgoel23
welcome-shubhamkaushal
welcome-sidebar
welcome-surajsli
welcome-suyash_
welcome-syntaxerror
welcome-tauno
welcome-tauno
welcome-tawnoz
welcome-teclali
welcome-tls
welcome-turbosepp
welcome-vikram_shadow
welcome-yann
Powered by Linen
contributing
  • m

    mmaha

    09/30/2020, 6:39 PM
    Ok... So I have not gamed in the last 10 years; I used to back in the days of Doom, etc. Anyway, I had pre-ordered both the PS5 and XBox... Best Buy here screwed up bigtime (even though I have email confirmations) and the PS5 was cancelled due to some issue...
  • m

    mmaha

    09/30/2020, 6:39 PM
    So I'm left with the XBox... So whether I like it or not, I'm in the XBox camp now...
  • r

    rp

    09/30/2020, 6:40 PM
    oh damnnnn.. sorry to hear that
  • m

    mmaha

    09/30/2020, 6:41 PM
    Sorry to hear that I ended up with an XBox... Haahaa 🙂
  • r

    rp

    09/30/2020, 6:41 PM
    hahaha
  • r

    rp

    09/30/2020, 6:41 PM
    I am clearly a playstation only person
  • m

    mmaha

    09/30/2020, 6:41 PM
    Still incredible specs on these consoles...
  • r

    rp

    09/30/2020, 6:42 PM
    yea. However, I prefer PS games
  • m

    mmaha

    09/30/2020, 6:43 PM
    Yup, my cousin is the same. I may have to pick up a PS4 when the prices on it go down...
  • m

    MonarchOfChadi

    10/02/2020, 11:06 AM
    Hello Just got started with extremely simple fix for a issue for the hacktoberfest. The issue is that I could not get the testing environment setup to test the changes I have followed all the steps given in supertoken-android and the one in supertoken-core (except 1 and 4). The testing environment script shows the output 'Running test env' which I believe means the testing environment is setup correctly. However, running the tests still gives me failure for each test. Here are my OS Linux 5.8.12-arch1-1 #1 SMP PREEMPT Sat, 26 Sep 2020 21:42:58 +0000 x86_64 GNU/Linux I hope to get some help regarding this issue
  • r

    rp

    10/02/2020, 11:13 AM
    Hey @User , what's the error?
  • r

    rp

    10/02/2020, 11:15 AM
    And did you do the following steps:
    cd ./testHelpers/server/
    npm i -d
    npm i git+https://github.com:supertokens/supertokens-node.git
    cd ../../
    ./gradlew clean build -x test
  • m

    MonarchOfChadi

    10/02/2020, 12:05 PM
    @User Thanks for simply asking that question. So I did all the steps provided by the guide and the one you mentioned. I was running them to create a gist to show you but this time I copied
    (cd Example && ./gradlew test)
    with the brackets. Me being stupid, thought that it was cosmatic or something, removed them and then ran the command in my previous tries. Using it with the brackets make it run like a charm.
  • m

    MonarchOfChadi

    10/02/2020, 12:06 PM
    Adding that bit to the
    Contributing.md
    that this is also important would be a great thing for someone like me
  • m

    MonarchOfChadi

    10/02/2020, 12:06 PM
    But anyway thanks
  • r

    rp

    10/02/2020, 12:09 PM
    👍
  • r

    rp

    10/02/2020, 12:09 PM
    thanks!
  • u

    user

    10/12/2020, 12:05 PM
    Hello, I just cloned the repo for contribution. I have made no changes to the code. I tried runnng the tests. And I see one of the test cases failing. I am using Kubuntu 20.04
  • r

    rp

    10/12/2020, 12:05 PM
    Which is the test case?
  • u

    user

    10/12/2020, 12:05 PM
    message has been deleted
  • r

    rp

    10/12/2020, 12:06 PM
    Did you setup
    supertokens-root
    ?
  • u

    user

    10/12/2020, 12:06 PM
    yes
  • u

    user

    10/12/2020, 12:06 PM
    other test cases are ruinning fine.
  • r

    rp

    10/12/2020, 12:06 PM
    i see
  • r

    rp

    10/12/2020, 12:08 PM
    So you may wanna switch to branch
    1.4
    of supertokens-go and run: -
    go get ./...
    - Run tests again.
  • r

    rp

    10/12/2020, 12:08 PM
    there are a few changes that have not been released yet
  • u

    user

    10/12/2020, 12:13 PM
    Okay sure
  • u

    user

    10/12/2020, 5:15 PM
    hi team, I am writing a PR. The changes I have made requires me to update the test cases. Should I include the test case changes in the PR?
  • r

    rp

    10/12/2020, 5:15 PM
    Yes please! That would be very helpful 🙂
  • u

    user

    10/12/2020, 5:15 PM
    got it 😀
Powered by Linen
Title
u

user

10/12/2020, 5:15 PM
got it 😀
View count: 2