Any progress on the readme so that I can install and try out? Phil --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/d/optout. |
[hidden email] writes: > Any progress on the readme so that I can install and try out? Hi! Yes, I updated the readme yesterday :) Note though that the project is still young, so expect rough edges! Cheers, Nico -- Nicolas Petton http://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/d/optout. |
Sure. I'll try later today. I do have a real business case for the technology and would like to know if you can join me for some (paid) work. --- Philippe Back Visible Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027
Blog: http://philippeback.be | Twitter: @philippeback
High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Pharo Consortium Member - http://consortium.pharo.org/
Featured on the Software Process and Measurement Cast - http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller
On Thu, Apr 3, 2014 at 1:05 PM, Nicolas Petton <[hidden email]> 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/d/optout. |
On Apr 3, 2014, at 8:10 AM, [hidden email] wrote: Sure. I'll try later today. I was thinking in adding a websockets handler to make it really interesting I used them here: and are quite nice 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/d/optout. |
On Thu, Apr 3, 2014 at 2:27 PM, sebastian <[hidden email]> wrote:
Nice on the laptop. On my Galaxy SII, works in Chrome but touch interaction is not suitable to the device as touching an area puts it in edit mode and makes it hard to drag things around.
Phil -- 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/d/optout. |
On Apr 3, 2014, at 9:44 AM, [hidden email] wrote: Nice on the laptop. On my Galaxy SII, works in Chrome but touch interaction is not suitable to the device as touching an area puts it in edit mode and makes it hard to drag things around. Yeah I know, paying too much attention to make a websocket proof of concept. It was a weekend experiment. I should have used bootstrap to make it more mobile friendly. The drag issue is fixable by dragging from an icon only. What’s nice is using both devices at the same time and see them "doing things” right? In the other hand, yesterday I saw this and felt my ass being kicked: We really need to do think on how to catch up guys 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/d/optout. |
In reply to this post by Nicolas Petton
On Thu, Apr 3, 2014 at 1:05 PM, Nicolas Petton <[hidden email]> wrote:
There is no mention on how to load the packages from the git/filetree thing I am afraid. Help! Cheers, 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/d/optout. |
On Apr 3, 2014, at 9:53 AM, [hidden email] wrote:
unstuck? 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/d/optout. |
In reply to this post by sebastianconcept
sebastian writes: > On Apr 3, 2014, at 8:10 AM, [hidden email] wrote: > >> Sure. I'll try later today. >> >> I do have a real business case for the technology and would like to know if you can join me for some (paid) work. > > I was thinking in adding a websockets handler to make it really interesting > > I used them here: > http://tasks.flowingconcept.com/ Nice app :) It could serve as a nice demo. Is the source available? Cheers, Nico > > and are quite nice > > > sebastian > > o/ -- Nicolas Petton http://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/d/optout. |
Stupid me I didn't realized filetree:// was in the image.
Phil On Thursday, April 3, 2014, Nicolas Petton <[hidden email]> wrote:
-- --- Philippe Back Visible Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027
Blog: http://philippeback.be | Twitter: @philippeback
High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Pharo Consortium Member - http://consortium.pharo.org/
Featured on the Software Process and Measurement Cast - http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller
-- 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/d/optout. |
In reply to this post by Nicolas Petton
On Apr 3, 2014, at 11:19 AM, Nicolas Petton <[hidden email]> wrote: Nice app :) It could serve as a nice demo. Is the source available? Sure I’ll ping when once I publish on github
-- 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/d/optout. |
In reply to this post by philippeback
On Apr 3, 2014, at 1:05 PM, [hidden email] wrote: Stupid me I didn't realized filetree:// was in the image. Don’t say that Phil. You helped to point out one of those easy to fix bumps that shouldn’t be in a properly done how-to
-- 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/d/optout. |
Hello, I now have Tide running. I've got a question. In: function (smalltalk) { // FIXME: is it Amd or Amb ???? smalltalk.initialize({defaultAmdNamespace: 'tide'}); smalltalk.popupHelios(); } What does defaultAmdNamespace means? Amd? TIA Phil On Thu, Apr 3, 2014 at 6:40 PM, sebastian <[hidden email]> 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/d/optout. |
Hi!
I'm a bit late on this one. Did you figure it out? It defines the default AMD namespace for newly created packages. Each Amber package has an AMD namespace used to commit/load it from the right path. Cheers, Nico [hidden email] writes: > Hello, > > I now have Tide running. > > I've got a question. In: > > function (smalltalk) { // FIXME: is it Amd or Amb ???? > smalltalk.initialize({defaultAmdNamespace: 'tide'}); > smalltalk.popupHelios(); > > } > > What does defaultAmdNamespace means? Amd? > > TIA > Phil > > > > On Thu, Apr 3, 2014 at 6:40 PM, sebastian <[hidden email]>wrote: > >> >> On Apr 3, 2014, at 1:05 PM, [hidden email] wrote: >> >> Stupid me I didn't realized filetree:// was in the image. >> >> Phil >> >> >> Don't say that Phil. >> >> You helped to point out one of those easy to fix bumps that shouldn't be >> in a properly done how-to >> >> -- >> 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/d/optout. >> -- Nicolas Petton http://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/d/optout. |
AMD = Asynchronous Module Definition
The Asynchronous Module Definition (AMD) API specifies a mechanism for defining modules such that the module and its dependencies can be asynchronously loaded. This is particularly well suited for the browser environment where synchronous loading of modules incurs performance, usability, debugging, and cross-domain access problems. API Specification https://github.com/amdjs/amdjs-api/wiki/AMD Requirejs uses the AMD API http://requirejs.org/docs/whyamd.html http://stackoverflow.com/tags/amd/info Amber is as of version 0.12 based on using the JavaScript requirejs asynchronous loading mechanism. HTH --Hannes On 4/7/14, Nicolas Petton <[hidden email]> wrote: > Hi! > > I'm a bit late on this one. Did you figure it out? > > It defines the default AMD namespace for newly created packages. Each > Amber package has an AMD namespace used to commit/load it from the right > path. > > Cheers, > Nico > > [hidden email] writes: > >> Hello, >> >> I now have Tide running. >> >> I've got a question. In: >> >> function (smalltalk) { // FIXME: is it Amd or Amb ???? >> smalltalk.initialize({defaultAmdNamespace: 'tide'}); >> smalltalk.popupHelios(); >> >> } >> >> What does defaultAmdNamespace means? Amd? >> >> TIA >> Phil >> >> >> >> On Thu, Apr 3, 2014 at 6:40 PM, sebastian >> <[hidden email]>wrote: >> >>> >>> On Apr 3, 2014, at 1:05 PM, [hidden email] wrote: >>> >>> Stupid me I didn't realized filetree:// was in the image. >>> >>> Phil >>> >>> >>> Don't say that Phil. >>> >>> You helped to point out one of those easy to fix bumps that shouldn't be >>> in a properly done how-to >>> >>> -- >>> 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/d/optout. >>> > > > -- > Nicolas Petton > http://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/d/optout. > -- 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/d/optout. |
In reply to this post by Nicolas Petton
Yes it works and I get it. Phil On Mon, Apr 7, 2014 at 9:47 AM, Nicolas Petton <[hidden email]> wrote: Hi! 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/d/optout. |
Free forum by Nabble | Edit this page |