Giter Club home page Giter Club logo

Comments (5)

jansmolders86 avatar jansmolders86 commented on May 24, 2024

Hej Adam, thanks for updating and pointing out the issue. Weirdly enough I commited a fix for this recently.

501af6f

Very strange that it did not get picked up. I can see it in the file as well:

https://github.com/jansmolders86/mediacenterjs/blob/master/views/setup.jade#L18

from mediacenterjs.

sparkyfen avatar sparkyfen commented on May 24, 2024

So

userLang.replace(/-.*/,'');

doesn't actually store the replaced value as the variable. See here. So to fix it, I used

userLang = userLang.replace(/-.*/,'');

from mediacenterjs.

jansmolders86 avatar jansmolders86 commented on May 24, 2024

Doh! I totally missed that! Thanks for spotting my mistake. I'll fix it asap. Little sidenote: I was thinking it might be better overall to use a pre-release branch and test things more thoroughly before pushing to master. Do you agree?

from mediacenterjs.

sparkyfen avatar sparkyfen commented on May 24, 2024

Well, I think on your repo, that would be good, and then merge it into master when you've got something stable working. As far as my fork, I just sync from your repo, fix merge conflicts, then keep working. I'm trying to move all the youtube stuff into the youtube folder so there are not any merge conflicts. If you decide to use a pre-release branch, I can start working on that branch as well with my changes. Or I can make a youtube branch on my fork.

from mediacenterjs.

jansmolders86 avatar jansmolders86 commented on May 24, 2024

Thanks for thinking with me on this.I think I want to start working with sprints as soon as the npm manager, the merge conflict from hoffi's merge are fixed and there is better oxs support. that way there will be a more stable master repo for you to work with and sprints will be tested better before merging.

I'll close this issue for now as I just commited the fix. cee3c3a

Thanks again!

from mediacenterjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.