Giter VIP home page Giter VIP logo

Comments (11)

enenkel avatar enenkel commented on September 25, 2024 1

Hey, sry been quite busy with some other stuff. I hope to give you feedback within this week. However, commit looks good 👍

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

Hi Andy!

There seems no reason why not to update it. However, just wondering, shouldn't the "iconv-lite": "^0.5.2" in package.json mean that it should install the most recent 0.x.x version always? So 0.6.2 would be installed? Or am I understanding something wrong?

Ps. Been wanting to try Electron and this library too, but haven't got time yet. Let me know how it goes.

from ads-client.

enenkel avatar enenkel commented on September 25, 2024

Hey, thanks for the quick reply.

That holds true for all Versions greater than 1.0.0. However, npm treats the 0.x.y version as pre-release and does not apply the same logic (as it is expected to have breaking changes between 0.5.y and 0.6.y for example).

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

Oh I see. Thanks for the info!

I'll update the package.json in few days.

from ads-client.

enenkel avatar enenkel commented on September 25, 2024

Thanks alot!

I also had issues with following statements (ads-client-ads.js)
return ((ret = Object.keys(this).find(key => this[key] == "asd")) != null ? ret : 'UNKNOWN')
due to the fact that ret is not declared as let/const/var. While this works in plain JS, in my environment it did not.
I replaced it with following code to get it running:
return (Object.keys(this).find(key => this[key] == value)) || 'UNKNOWN';

Should I open another issue for this?

Best regards
Andy

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

No need to, I'll check them out too! Thanks for reporting, The original code makes no sense :D

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

Sorry for delay, been a little busy. I'll do this today or tomorrow!

from ads-client.

enenkel avatar enenkel commented on September 25, 2024

No worries, just text when you're done and I'll verify the new version. Thanks for your effort!

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

Just released new version, let me know how it goes!

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

Hey @enenkel! Any news? :)

from ads-client.

jisotalo avatar jisotalo commented on September 25, 2024

I'm closing this now. If there are problems you can create a new issue.

from ads-client.

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.