Giter Site home page Giter Site logo

Looking fantastic about macgap2 HOT 9 CLOSED

macgapproject avatar macgapproject commented on September 13, 2024
Looking fantastic

from macgap2.

Comments (9)

jeff-h avatar jeff-h commented on September 13, 2024

Just found this, in case it's helpful... https://help.github.com/articles/how-to-transfer-a-repository

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

Oh man, I am so sorry — I just deleted the MacGapProject/MacGap2 repo because as per the details in the link above you can't transfer a repo if there is one in the destination with the same name. Only after that did I realise you'd spent time yesterday putting the wiki together. How much have I lost? :(

from macgap2.

rawcreative avatar rawcreative commented on September 13, 2024

Doesn't really matter to me when it's transferred, I was just waiting until I had the majority of it completed, or at least to the point when it's ready to start being tested (which could arguably be now). Not a big deal about the wiki, it just had a checklist for the api..

The only things left to port to MG2 are the user defaults and sound api (haven't done growl yet but I really don't see the point in doing it since the notification center does everything growl does). I think there's some random commands that were left out as I was porting things since I did it pretty sporadically so we'll want to go through and doublecheck things.. Might be best just to open issues for everything left to do.

I'd also like to get a wish-list of features going either on the new repo or on the current one for people to chime in on stuff they want to see. I have a few ideas of things I was thinking about integrating but they're pretty complex and I don't want to take on implementing them if it's not something people want in the project e.g. things like persistent data storage

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

Whenever you're ready, moving this over to MacGapProject will certainly get some extra eyes on it.

In the meantime, let me know if you'd like me to go through and start documenting the new API. I haven't yet as I wasn't sure if it had stabilised. I'll put that stuff in the wiki right here if that's ok with you, since when you transfer the project, the wiki will go with it.

The wish list is great — I have a few ideas myself :)

from macgap2.

rawcreative avatar rawcreative commented on September 13, 2024

For the most part the API has stabilized, I don't plan on modifying anything at this point. I may however add some convenience type stuff to various commands, i.e. ability to pass objects or individual params as arguments etc.

If you want to start going through the API and documenting it, that would be great. Wherever it was feasible to do so, I consolidated command arguments (and in a couple cases whole commands) so that they were easier to use on the JS side. For instance the Path command was consolidated to the App class, which on the js side is the base macgap object i.e. macgap.app.hide() is now just macgap.hide() Everything from the Path command is now just a property of the macgap object.. so instead of having to call macgap.path.application() to get the app path, now it's just macgap.applicationPath

I've tried to keep this consistent throughout, so any getters that do not require parameters are just properties of their respective objects, i.e. macgap.acommand.aproperty vs the old macgap.acommand.aproperty()

If I get a chance today I'll go through and just make a quick list of the commands and their arguments so you have a jumping off point.

from macgap2.

rawcreative avatar rawcreative commented on September 13, 2024

I've written up some notes on the added and changed commands in the main readme..

I think we're pretty much good to go to transfer this to the organization, however since I'm not an owner, only a member of the org and transferred repos automatically have no teams assigned, as soon as I transfer ownership, I'll immediately lose admin/write access to the repo.

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

any getters that do not require parameters are just properties of their respective objects

This is a really nice improvement. Thanks again for your incredible work throughout.

since I'm not an owner

Fixed :)

from macgap2.

gobijan avatar gobijan commented on September 13, 2024

Yes nice work! I vote for removing growl since apple doesn't allow apps that bundle growl or better said that use notification services other than the native osx one :)

from macgap2.

desduvauchelle avatar desduvauchelle commented on September 13, 2024

+1 for @tschundeee

from macgap2.

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.