Going to start different thread:
I am really embarrassed about this, but, again, I really haven't developed anything. I just started figuring out git a week ago. If I find stuff in the examples that ought to be fixed, I just create a local branch and publish it (I assume this GitHub app means push) when I get to some reasonable point? Right? Then submit a pull request so you can review the work? Should I go ahead and reconfigure the loading parameters as Herby suggested, as in:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
If I submit issues on the example github repo, will anyone see them?
On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: Going to start different thread:-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
On 3/6/13, Chip Nowacek <[hidden email]> wrote:
> If I submit issues on the example github repo, will anyone see them? There are 82 forks of Amber, so unless you issue a pull request to Nicolas probably nobody will see it. > On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: >> >> Going to start different thread: >> >> I am really embarrassed about this, but, again, I really haven't developed >> >> anything. I just started figuring out git a week ago. >> >> If I find stuff in the examples that ought to be fixed, I just create a >> local branch and publish it (I assume this GitHub app means push) when I >> get to some reasonable point? Right? Then submit a pull request so you can >> >> review the work? Yes, you create a fork and fix what should be fixed in a local branch and do a pull request. >> Should I go ahead and reconfigure the loading parameters as Herby >> suggested, as in: >> >> - s/files/packages/ (removing the .js) and >> - s/prefix/packageHome/ (and adjust that pathing)? >> >> Would that help? >> >> > > -- > You received this message because you are subscribed to the Google Groups > "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
I am building out the README.md in the example repo. I know next to nothing about the examples themselves. I intend to go through each one and see if they work (or if I can get them to, anyway). If you know anything about them could you comment here or send me the info or whatever?
Amber Examples ============== Various amber examples Android -------- GoogleCharts -------- Node.js -------- Presentation -------- Try Smalltalk -------- Twitterwall -------- webOS -------- Processing -------- myProject -------- This loads the Banana package? $> find ./amber-examples -iname "*banana*" yields nothing On Tuesday, March 5, 2013 7:40:37 PM UTC-5, Chip Nowacek wrote: If I submit issues on the example github repo, will anyone see them? You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
On 3/6/13, Chip Nowacek <[hidden email]> wrote:
> I am building out the README.md in the example repo. I know next to nothing > > about the examples themselves. Excellent for being a tester :-) I intend to go through each one and see if > they work (or if I can get them to, anyway). A very good thing to do before a release. Thank you. > If you know anything about > them could you comment here or send me the info or whatever? > > Amber Examples > ============== > > Various amber examples > > Android > -------- > > GoogleCharts > -------- > > Node.js > -------- > > Presentation > -------- > > Try Smalltalk > -------- > > Twitterwall > -------- > > webOS > -------- > > Processing > -------- > > myProject > -------- > This loads the Banana package? > > $> find ./amber-examples -iname "*banana*" > > yields nothing > > On Tuesday, March 5, 2013 7:40:37 PM UTC-5, Chip Nowacek wrote: >> >> If I submit issues on the example github repo, will anyone see them? >> >> On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: >>> >>> Going to start different thread: >>> >>> I am really embarrassed about this, but, again, I really haven't >>> developed anything. I just started figuring out git a week ago. >>> >>> If I find stuff in the examples that ought to be fixed, I just create a >>> local branch and publish it (I assume this GitHub app means push) when I >>> >>> get to some reasonable point? Right? Then submit a pull request so you >>> can >>> review the work? >>> >>> Should I go ahead and reconfigure the loading parameters as Herby >>> suggested, as in: >>> >>> - s/files/packages/ (removing the .js) and >>> - s/prefix/packageHome/ (and adjust that pathing)? >>> >>> Would that help? >>> >>> > > -- > You received this message because you are subscribed to the Google Groups > "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Hannes Hirzel
Thanks. I'm talking about the new example repo. Is anyone subscribed to it? If not, I'll be talking to myself. I also started working on the new site repo.
On Tuesday, March 5, 2013 7:58:01 PM UTC-5, Hannes wrote: On 3/6/13, Chip Nowacek <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="R9CEIsdA1YsJ">two.st...@...> wrote:-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
On 3/6/13, Chip Nowacek <[hidden email]> wrote:
> Thanks. I'm talking about the new example > repo<https://github.com/amber-smalltalk/amber-examples>. > Is anyone subscribed to it? If not, I'll be talking to myself. I also > started working on the new site > repo<https://github.com/amber-smalltalk/amber-website> No, I didn't know about the new repo. It has no forks. And Herbert Vojčík is the only member. So I let him answer .... --Hannes -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Hannes Hirzel
I doubt there will be anyone more bumbling than me going through all this. If there's a mistake to be made, I'll make it.
Maybe everyone could <img src="webkit-fake-url://EFA4BFE6-E01D-4D30-92CE-554301770A7D/image.tiff"> both the repos so they will see the stuff going on there. Obviously, this is the new-user facing stuff. It'd be good for everyone to have an awareness of all that, never mind be able to fix mistakes before they go public.
-- On Tuesday, March 5, 2013 8:02:55 PM UTC-5, Hannes wrote: On 3/6/13, Chip Nowacek <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="M8ZAmBd5nvsJ">two.st...@...> wrote: You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
Stupid. I'm sorry. I found some README files down in the examples. I will start there. Again, sorry.
I can't find any docs for presentation, processing, trysmalltalk, and twitterwall. I'll see what I can come up with. Should I just kill off the Banana-based 'myproject' example? On Tuesday, March 5, 2013 7:59:40 PM UTC-5, Chip Nowacek wrote: I am building out the README.md in the example repo. I know next to nothing about the examples themselves. I intend to go through each one and see if they work (or if I can get them to, anyway). If you know anything about them could you comment here or send me the info or whatever? You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
So how does configuration management work? The examples in the amber-examples repo are certainly build/release dependent. How can we keep the examples working? Can they be included in whatever unit testing is done? Broken examples chase people off very quickly. What can I do to help here?
On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: Going to start different thread: You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
I can't seem to push a branch into the examples repo. Do I have to slip someone €20?
On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: Going to start different thread:-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
I know processing.
Let me know when to load what against whatever... I'll be happy to test it for the new release. Also have a look at https://github.com/HeSe/amber-processingJs here you will find more. Sebastian Am 05.03.2013 17:51, schrieb Chip Nowacek: Stupid. I'm sorry. I found some README files down in the examples. I will start there. Again, sorry. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
On 3/6/13, Chip Nowacek <[hidden email]> wrote:
> I can't seem to push a branch into the examples repo. Do I have to slip > someone €20? You cannot push a branch into a repo which does not belong to you in github. You need to do a fork and then you can create branches in your fork and work there. If you have fixes then issue pull requests. > On Tuesday, March 5, 2013 6:58:19 PM UTC-5, Chip Nowacek wrote: >> >> Going to start different thread: >> >> I am really embarrassed about this, but, again, I really haven't developed >> >> anything. I just started figuring out git a week ago. >> >> If I find stuff in the examples that ought to be fixed, I just create a >> local branch and publish it (I assume this GitHub app means push) when I >> get to some reasonable point? Right? Then submit a pull request so you can >> >> review the work? >> >> Should I go ahead and reconfigure the loading parameters as Herby >> suggested, as in: >> >> - s/files/packages/ (removing the .js) and >> - s/prefix/packageHome/ (and adjust that pathing)? >> >> Would that help? >> >> > > -- > You received this message because you are subscribed to the Google Groups > "amber-lang" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
Hello Chip, First of all, welcome to Amber from my side. It is great of you to test some stuff after the repositories have been moved. That being said, it would be best of you just fork the examples repository on GitHub and open a pull request. Happy hacking, Am 06.03.2013 04:37 schrieb "Chip Nowacek" <[hidden email]>:
-- I can't seem to push a branch into the examples repo. Do I have to slip someone €20? You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
On Mar 6, 2013, at 2:03 AM, Chip Nowacek <[hidden email]> wrote: I also started working on the new site repo. I'm, already on it :) Nico
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Hannes Hirzel
The new examples repo is not only Herbert's. See
https://github.com/amber-smalltalk?tab=members Nico On Mar 6, 2013, at 2:07 AM, "H. Hirzel" <[hidden email]> wrote: > No, I didn't know about the new repo. It has no forks. And Herbert > Vojčík is the only member. So I let him answer .... -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Chip Nowacek-2
I'd add amber as a submodule, and add a CI job for the examples too. Nico On Mar 6, 2013, at 4:15 AM, Chip Nowacek <[hidden email]> wrote: So how does configuration management work? The examples in the amber-examples repo are certainly build/release dependent. How can we keep the examples working? Can they be included in whatever unit testing is done? Broken examples chase people off very quickly. What can I do to help here? -- Nicolas Petton http://www.nicolas-petton.fr -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Does CI work on mac?
On Wednesday, March 6, 2013 6:40:38 AM UTC-5, nicolas petton wrote: -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
I meant Travis CI https://travis-ci.org/NicolasPetton/amber
On Mar 6, 2013, at 1:06 PM, Chip Nowacek <[hidden email]> wrote: Does CI work on mac? -- Nicolas Petton http://www.nicolas-petton.fr You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Nicolas Petton
So, with my being git and amber-structure ignorant, how would that affect the load parameters? Amber should be a submodule in each example and therefore each example is self-contained? Make amber sibling to the examples? Seems the discussion of non-local load of amber.js might be germane though I'm no sure.
On Wednesday, March 6, 2013 6:40:38 AM UTC-5, nicolas petton wrote: -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |