Re: [Pharo-users] [Deploy] Deploying application - New Best Practices?

2017-06-02 Thread sergio_101
Where can i find a current RFBServer? Right now, I don't want to blow away what's currently running as it is an image with data.. will figure out persistence later.. -- View this message in context: http://forum.world.st/Deploy-Deploying-application-New-Best-Practices-tp4948399p4949080.html Se

Re: [Pharo-users] RESTful API with Pharo with Gemstones

2015-06-23 Thread sergio_101
Am 23.06.2015 um 11:40 schrieb sergio_101: > > I have been a project coming up that I really onlyneed a restful API > on. > > The front end will be first built on a mobile device(iOS )then back on > possibly android, with a very stripped down web application. > > i would like to

[Pharo-users] RESTful API with Pharo with Gemstones

2015-06-23 Thread sergio_101
I have been a project coming up that I really onlyneed a restful API on. The front end will be first built on a mobile device(iOS )then back on possibly android, with a very stripped down web application. i would like to use pharo/gemstones as the database. is there a project out there that a

[Pharo-users] When to use a stream for concatenating text..

2015-03-12 Thread sergio_101
it seems that in more cases than not, i find that developers use a stream when concatenating some text strings. I am wondering if this is a smalltalk thing, or is there a real speed benefit when using streams in this way. Thanks!

Re: [Pharo-users] When to use a stream for concatenating text..

2015-03-10 Thread sergio_101
gotcha.. this makes sense. On Tue, Mar 10, 2015 at 2:18 PM Esteban A. Maringolo wrote: > 2015-03-10 15:09 GMT-03:00 sergio_101 : > > > > it seems that in more cases than not, i find that developers use a stream > > when concatenating some text strings. > > >

Re: [Pharo-users] Searching package for comment content

2015-03-10 Thread sergio_101
t; > Or you can add > > > and then search for methods using the pragma todo: > > > Andrei > > On Mon, Mar 9, 2015 at 3:51 PM, Marcus Denker > wrote: > >> >> > On 09 Mar 2015, at 15:44, sergio_101 wrote: >> > >> > Hi, all. >>

Re: [Pharo-users] Any framework to create a blog over seaside?

2015-03-10 Thread sergio_101
i have made several blogs using pier, and once you get the idea of what is going on, it's a really great system.. On Tue, Mar 10, 2015 at 10:32 AM Stephan Eggermont wrote: > On 10/03/15 13:54, Esteban Lorenzano wrote: > > there are also a couple of implementations > > > > http://smalltalkhub.com

[Pharo-users] Searching package for comment content

2015-03-09 Thread sergio_101
Hi, all. Does anyone have any ideas on this? I would like to be able to do a quick text search in all classes and methods in a package for text. for instance, when i see an opportunity for a refactor, i put a comment something like: "TODO: break this method apart here" and move on.. it would

[Pharo-users] Weird issues while editing

2015-03-05 Thread sergio_101
Hey, all.. I have been having a weird problem for awhile. It has been happening on both pharo 3 and pharo 4. I can't pin down when it is happening, but here's what i am seeing: at some random time, when i hit the backspace, the cursor moves to the beginning of the method name.. and if i type any

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread sergio_101
ut is my happiest hour :) > > On Fri, Feb 20, 2015 at 6:13 PM, sergio_101 wrote: > >> Hey, all. >> >> I had an hour last night to start playing with pharo 4. >> >> in the hour that played with it, there are already features i miss when >> going back t

[Pharo-users] Pharo 4 - current state?

2015-02-20 Thread sergio_101
Hey, all. I had an hour last night to start playing with pharo 4. in the hour that played with it, there are already features i miss when going back to pharo 3 for getting work done. my questions is, how close is pharo 4 to be useable in a day to day environment? can i use it as a part of my re

Re: [Pharo-users] Issues with code formatting

2015-02-18 Thread sergio_101
found it! thanks!.. i dunno why i couldn't find it before... thanks again! On Tue Feb 17 2015 at 4:05:48 PM Nicolai Hess wrote: > 2015-02-17 21:53 GMT+01:00 sergio_101 : > >> i am using pharo 3.. i don't see many options under pretty printing.. >> especially when de

Re: [Pharo-users] Issues with code formatting

2015-02-17 Thread sergio_101
ng. > > Peter > > On Tue, Feb 17, 2015 at 3:17 PM, sergio_101 wrote: > >> my pretty print is acting much differently than it used to. it seems to >> be breaking every statement into a separate line. at some point, i remember >> being able to adjust this via some syst

[Pharo-users] Issues with code formatting

2015-02-17 Thread sergio_101
my pretty print is acting much differently than it used to. it seems to be breaking every statement into a separate line. at some point, i remember being able to adjust this via some system settings, but i am not finding that anymore. is this called something different now, or am i just not underst

Re: [Pharo-users] SPEC and Athens

2015-01-27 Thread sergio_101
just out of curiousity.. what is that a screenshot of? my pharo looks nothing like that.. nice font! On Tue Jan 27 2015 at 11:02:50 AM Mark Rizun wrote: > Hi, > > Not sure if it helps but for morphs you have next "transformation to > model": > > | morph | > > morph := CalendarMorph on: Date

Re: [Pharo-users] moose poster

2015-01-27 Thread sergio_101
is there a place where we can systematically learn more about moose? thanks! On Tue Jan 27 2015 at 3:20:01 AM Sven Van Caekenberghe wrote: > Nice, thank you. > > > On 27 Jan 2015, at 08:32, Tudor Girba wrote: > > > > Hi, > > > > I put together an A4 Moose poster: > > http://moosetechnology.org

Re: [Pharo-users] Running Pharo headless

2015-01-21 Thread sergio_101
.eu/zn/build- > and-deploy-1st-webapp > > A bit old, but still. > > > On 21 Jan 2015, at 16:19, sergio_101 wrote: > > > > okay.. thanks your all your input! i have gotten this to work.. > > > > i tried pulling the files from the server, but was getting an i

Re: [Pharo-users] Running Pharo headless

2015-01-21 Thread sergio_101
works correctly, as does the RFB interface.. looks like we're good to go.. i do think that this should be documented in full somewhere. my offer still stands to write/update/host such info.. thanks! On Wed Jan 21 2015 at 8:43:16 AM sergio_101 wrote: > Hey, all.. > > Thanks fo

Re: [Pharo-users] Running Pharo headless

2015-01-21 Thread sergio_101
>> >> > On 21 Jan 2015, at 10:31, nacho <0800na...@gmail.com> wrote: >> > >> > philippeback wrote >> >> why running pharo with a squeakvm? >> >> >> >> I do it, in my Raspberry Pi :p and its slo >> >> &

Re: [Pharo-users] Running Pharo headless

2015-01-20 Thread sergio_101
ot;$VM" $VM_PARAMS "$IMAGE" On Tue Jan 20 2015 at 9:32:04 PM Esteban A. Maringolo wrote: > What is in the 'run' file? > > Esteban A. Maringolo > > > 2015-01-20 23:26 GMT-03:00 sergio_101 : > > i am ready to put my seaside app online, and am finding

[Pharo-users] Running Pharo headless

2015-01-20 Thread sergio_101
i am ready to put my seaside app online, and am finding that all the information i am finding is outdated. I am running the latest Pharo (as of last night), and ubuntu14.04. when i try to run using squeakvm, i get: $ sudo ./run 'Your VM is too old for this image. Please download the latest VM.'

Re: [Pharo-users] Seaside and JQuery/JQueryUI

2015-01-16 Thread sergio_101
thanks! will try that.. On Fri Jan 16 2015 at 2:34:20 PM Paul DeBruicker wrote: > I think you need to run this: > > ConfigurationOfSeaside3 project stableVersion load: 'JQueryUI Examples'. > > in a workspace to load the code you're looking for. > > > >

[Pharo-users] Seaside and JQuery/JQueryUI

2015-01-16 Thread sergio_101
at one point, there was a section of seaside that demonstrated using jquery and jqueryui with seaside.. along with code examples. that was SUPER helpful. I can't seem to find that anywhere. does anyone know if it's still part of seaside? thanks!

Re: [Pharo-users] passing json from seaside to javascript

2015-01-16 Thread sergio_101
t works fine without leakage one the client or the > server. > > Regards, > > > Esteban A. Maringolo > > > 2015-01-16 13:08 GMT-03:00 sergio_101 : > > hi, esteban.. > > > > the json object is a representation of the pharo object. i just need to > get > &g

Re: [Pharo-users] passing json from seaside to javascript

2015-01-16 Thread sergio_101
avascript function? > 2. Is the JSON object dynamically generated as a response to an AJAX call? > > Regards! > > > > > > > Esteban A. Maringolo > > > 2015-01-16 12:11 GMT-03:00 sergio_101 : > > i am currently working on an app that uses a javascript libr

[Pharo-users] passing json from seaside to javascript

2015-01-16 Thread sergio_101
i am currently working on an app that uses a javascript library to render the state of an object inside seaside. i am trying to figure out the best way to transfer the state of object to javascript. the state of the machine changes via form inputs and ajax. i already have the code to convert the

Re: [Pharo-users] Making objects persistent

2015-01-15 Thread sergio_101
; STON, Json, Voyage/Mongo or Glorp with some Database - the choices are >> endless. >> >> Joachim >> >> >> Am 15.01.15 um 08:32 schrieb p...@highoctane.be: >> >> On Thu, Jan 15, 2015 at 6:06 AM, sergio_101 >> wrote: >> >>> I am build

[Pharo-users] Making objects persistent

2015-01-14 Thread sergio_101
I am building a seaside application, and am in the process of building my models and unit tests. I have a few objects that build up my data by creating objects. when i run the data creation methods, everything is fine. immediately afterward, since these objects to belong to anything, they are cle

[Pharo-users] SmalltalkHub.com <- Flakey?

2015-01-13 Thread sergio_101
Is the smalltalk hub site really flakey lately, or is it just me? i am having problems loading pages, loading projects, etc.. code seems to be uploading okay, though.

Re: [Pharo-users] Object select or create methods

2015-01-13 Thread sergio_101
ewThing := Thing findByKey: 'green_thing'. the above looks like i would have a nebulous 'key'.. and from there, i can use it to grab my instance of Thing. is that correct? oh! and asMutator is what i was looking for.. thanks so much! On Tue Jan 13 2015 at 1:07:42 PM Paul DeBru

Re: [Pharo-users] Becoming proficient in Pharo

2015-01-13 Thread sergio_101
i really like that idea, but it seems like with someone as huge as a programming language, it might be best to reign it in a little. when people come to me asking for advice on learning a new language/ecosystem, i always have them come up with a small (but non trivial) problem to solve using that l

[Pharo-users] Object select or create methods

2015-01-13 Thread sergio_101
During my daily work in another framework, we are able to do something very handy like so: myThing := Thing findOrCreateByKey: 'red_thing'. where the key is some underscored all lower case unique name for an object we will be calling all the time. this will return either a new thing with a key o

Re: [Pharo-users] Casting a string as an instance variable.

2015-01-09 Thread sergio_101
perfect! speed is not a huge issue, in that this will just be a set of methods that build data one time (sort of like a rails migration) and it will not be run again.. thanks! On Fri Jan 09 2015 at 4:29:04 PM Marcus Denker wrote: > > > On 09 Jan 2015, at 18:21, sergio_101 wrote: >

[Pharo-users] Casting a string as an instance variable.

2015-01-09 Thread sergio_101
I would like to do something like: MyObject updateWIth: aDictionary. then, inside the object, treat the keys as instance variables, and the values as values.. and do something like: (key1 asInstanceVariable(??)): value1. this seems like it should be possible, but i am just not getting it. any

Re: [Pharo-users] Initializing a class with a Dictionary

2014-05-22 Thread sergio_101
ledMethod from a dictionary. Not easy, huh ? > > That's why I strongly recommend to use something like STON, because it is > very easy to use, handle already all the specific cases, well documented > (Sven always does fancy documentation) and it will be maintained in Pharo 4 >

[Pharo-users] Calling an arbitrary method

2014-05-22 Thread sergio_101
k.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

[Pharo-users] Initializing a class with a Dictionary

2014-05-22 Thread sergio_101
, journalist, visionary #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.Village-Buzz.com http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

Re: [Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread sergio_101
perfect! thanks! On Tue, May 20, 2014 at 8:50 AM, Sven Van Caekenberghe wrote: > It is command-j command-m like in Emacs. You keep de command (apple) key > pressed. > > On 20 May 2014, at 14:31, sergio_101 wrote: > > > > > i noticed last night that the keyboard sh

[Pharo-users] Pharo 3 / osx / Keyboard shortcuts ?

2014-05-20 Thread sergio_101
hoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

Re: [Pharo-users] Using/editing external packages..

2014-02-11 Thread sergio_101
20 AM, Sean P. DeNigris wrote: > sergio_101 wrote > > i am currenty develop an app in seaside, and am wondering about best > > practices when using external packages. > > I've found the easiest and most flexible approach is two-fold: > - Refactor the underlying library w

[Pharo-users] branching with monticello

2014-02-11 Thread sergio_101
preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

[Pharo-users] Using/editing external packages..

2014-02-11 Thread sergio_101
-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

Re: [Pharo-users] Converting TF-Login to use Fuel (rather than ReferenceStream)

2014-01-08 Thread sergio_101
ue, Jan 7, 2014 at 8:11 AM, sergio_101 wrote: > sorry.. the TF-Login is an authentication package located here: > http://www.squeaksource.com/@jTrN1y3NPwL4Sngs/3CBaWLky > > for some reason, i am missing the path when it saves.. it might be > something to do with the the step whe

Re: [Pharo-users] Converting TF-Login to use Fuel (rather than ReferenceStream)

2014-01-07 Thread sergio_101
! On Tue, Jan 7, 2014 at 7:53 AM, Mariano Martinez Peck wrote: > > > > On Tue, Jan 7, 2014 at 2:28 AM, sergio_101 wrote: > >> >> I am currently converting TF-Login to use Fuel, so i can use it in Pharo >> 2. >> >> > What is TF? > > >>

[Pharo-users] Converting TF-Login to use Fuel (rather than ReferenceStream)

2014-01-06 Thread sergio_101
://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101

Re: [Pharo-users] code formatting... adjust the formatting?

2014-01-02 Thread sergio_101
awesome! thanks! On Thu, Jan 2, 2014 at 2:56 PM, Marcus Denker wrote: > > On 02 Jan 2014, at 19:49, sergio_101 wrote: > > i accidentally posted this to the seaside group, so now i am posting it > back here to pharo.. > > i am currently using the code formatting in the

[Pharo-users] code formatting... adjust the formatting?

2014-01-02 Thread sergio_101
rgio photographer, journalist, visionary #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101