GithubHelp home page GithubHelp logo

Comments (10)

jeromelebel avatar jeromelebel commented on June 4, 2024

If you have Xcode and you know how to compile mongohub, you can remove comments that I added in this commit : jeromelebel/MongoObjCDriver@ea50a65

The best solution would be to create an UI to edit a mongo document, value per value (like the plist editor in Xcode). I started to work on that, but I don't have enough time.

I think my commit was not very good. I will revert it this week-end, (again, if I find the time).

Sorry for the problem.

from mongohub-mac.

jeromelebel avatar jeromelebel commented on June 4, 2024

Well, I just reverted myself the commit, so you just need to compile mongohub or wait for the software update.
ca7e717
jeromelebel/MongoObjCDriver@86c40c7

from mongohub-mac.

heygambo avatar heygambo commented on June 4, 2024

Thx for the hard work!

from mongohub-mac.

jeromelebel avatar jeromelebel commented on June 4, 2024

You can try with : https://github.com/downloads/fotonauts/MongoHub-Mac/MongoHub%20Fix%20for%2024&35.zip

Now, when a document is opened to be edited, a integer will be displayed as an integer (like 1), and a float or a double will be displayed as float (like 1.00000). So when the document will be saved while parsing, "1" will be saved as a long, and "1.00000" will be saved as a double.

Unfortunately, since we edit documents as json, I need to parse text, and it's not easy to keep the exact same type (like integer/long, and float/double). I would need to do the document editor like the plist editor.

Let me know if this new version of MongoHub is enough for you.

from mongohub-mac.

jeromelebel avatar jeromelebel commented on June 4, 2024

fixed in 2.4.19(93)

from mongohub-mac.

heygambo avatar heygambo commented on June 4, 2024

I'll test it :)

from mongohub-mac.

heygambo avatar heygambo commented on June 4, 2024

you are the coolest dude ever!

from mongohub-mac.

jeromelebel avatar jeromelebel commented on June 4, 2024

Thanks :-) Were you able to update your app??? It doesn't work for me... (I think it's a problem on the github side to serve the update feed).

from mongohub-mac.

jeromelebel avatar jeromelebel commented on June 4, 2024

I guess I can close that one?

from mongohub-mac.

heygambo avatar heygambo commented on June 4, 2024

yep

from mongohub-mac.

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.