Re: [Pharo-users] How to fix the Pharo launcher Windows installation! (WAS: Windows installation broken?)

2018-06-18 Thread Sean Glazier
Do you need more smalltalkers on your team who have real-time control experience? I would love to contribute. I agree more windows support is needed My linked in profile is at https://www.linkedin.com/in/seanglazier Sean Glazier On Mon, Jun 18, 2018 at 3:29 PM wrote: > Hi all, > > &

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-20 Thread Sean Glazier
OK now my cell is finally working again! I can now be reached at 603 957 2705 Kind Regards, Sean Glazier On Wed, Dec 20, 2017 at 2:57 PM, Stephane Ducasse wrote: > great news. > And this is super great that you plan to work on different platforms! > THANKS > > On Wed, Dec 2

Re: [Pharo-users] Image freezes on Linux if it was previously saved on Windows

2016-11-01 Thread Sean Glazier
did you get a fix for this? I am seeing this in pharo 5 image and I have not seen a fix yet -- View this message in context: http://forum.world.st/Image-freezes-on-Linux-if-it-was-previously-saved-on-Windows-tp4903258p4921007.html Sent from the Pharo Smalltalk Users mailing list archive at Nabb

Re: [Pharo-users] using glorp and active record

2016-09-27 Thread Sean Glazier
visitors_id_seq -- DROP SEQUENCE visitors_id_seq; CREATE SEQUENCE visitors_id_seq INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 START 52 CACHE 1; ALTER TABLE visitors_id_seq OWNER TO sean; Kind Regards, Sean Glazier On Mon, Aug 8, 2016 at 11:01 AM, Esteban A. Maringo

[Pharo-users] using glorp and active record

2016-08-08 Thread Sean Glazier
Hi, I have been trying to get glorp using active record working in pharo 5. I have a descriptor class for it and the classes inherit from active Record. I describe the table as: tableForAnswer: aTable | vistorId questionId | (aTable createFieldNamed: 'id' type: platform serial) bePrimaryKey. que

[Pharo-users] magritteXML fixes

2016-07-30 Thread Sean Glazier
Hi, I tried to publish fixes to the Magritte XML package and the Smalltalk hub is not working. I published off to our own repository. I there an ETA on its getting fixed or an alternative repository to publish to? Kind Regards, Sean Glazier

Re: [Pharo-users] Pharo and GIT

2016-07-25 Thread Sean Glazier
we can do more powerful things with the repository. We can browse the class without loading it but that gets us only so far. Just my 0.02 ;-) Kind Regards, Sean Glazier On Mon, Jul 25, 2016 at 1:28 PM, Peter Uhnak wrote: > Hi Juraj, > > I've finally forced myself to finish a

Re: [Pharo-users] Pharo and GIT

2016-07-25 Thread Sean Glazier
I look forward to using Iceberg ! Kind Regards, Sean Glazier On Mon, Jul 25, 2016 at 1:28 PM, Peter Uhnak wrote: > Hi Juraj, > > I've finally forced myself to finish a guide on using gitfiletree: > https://www.peteruhnak.com/blog/2016/07/25/how-to-use-git-and-github

Re: [Pharo-users] UPnP/IGD implementation

2016-07-25 Thread Sean Glazier
, Sean Glazier On Mon, Jul 25, 2016 at 7:13 AM, Norbert Hartl wrote: > Does anyone know some code or person that did something with UPnP/IGD in > pharo? > > thanks, > > Norbert > > > >

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-25 Thread Sean Glazier
s that is my ignorance showing. I have not used Pharo against a Git repo before. Kind Regards, Sean Glazier

[Pharo-users] pharo 5 crashing

2016-07-25 Thread Sean Glazier
Morph(MenuItemMorph)>>handleMouseUp: MouseButtonEvent>>sentTo: ToggleMenuItemMorph(Morph)>>handleEvent: MorphicEventDispatcher>>dispatchDefault:with: MorphicEventDispatcher>>handleMouseUp: MouseButtonEvent>>sentTo: [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in Block: [ ^ anEvent sentTo: self ] [0m Kind Regards, Sean Glazier

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-25 Thread Sean Glazier
t;' , (MCFileTreeFileUtils current directoryPathString: aDirectory) , '" ' , aCommandString; yourself. command waitForExit. self assert: command isRunning not. r := command upToEnd. command exitCode > 0 ifTrue: [ | errorString | errorString := command errorUpToEnd. errorString notEmpt

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Sean Glazier
the repository window is below. [image: Inline image 1] Thank you for your help and if you can point me to where I need to added a break point I can provide more information :-) Kind Regards, Sean Glazier On Mon, Jul 25, 2016 at 12:37 AM, Dale Henrichs < dale.henri...@gemtalksystems.

[Pharo-users] Stack trying to use Pier 3 with Pharo 5

2016-07-23 Thread Sean Glazier
uide>>visitPresenter: WAVisiblePresenterGuide(WAPainterVisitor)>>visitComponent: PRAdminSetupChooseDistribution(WAComponent)>>accept: WAVisiblePresenterGuide>>visitDecoration: WAAnswerHandler(WADecoration)>>accept: WAVisiblePresenterGuide(WAPainterVisitor)>>visitDecorationsOfCompo

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-23 Thread Sean Glazier
still trying to figure out how to get a commit to a git repository hosted of bit buck to commit etc. The customer set it there not me. I just have to get it to work ;-) Sean Kind Regards, Sean Glazier On Fri, Jul 22, 2016 at 5:45 PM, Norbert Hartl wrote: > Hey Johan, > > didn'

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-21 Thread Sean Glazier
Yes bit bucket is the JIRA tools repo manager and you can create git repositories there. I am wondering if I can publish directly to it or have to first publish to GitHub and then import or pull my changes into bitbucket that does have an import feature for GitHub Kind Regards, Sean Glazier

[Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-21 Thread Sean Glazier
subject at ESUG. I am wondering what my workflow needs to be. Kind Regards, Sean Glazier

Re: [Pharo-users] An Implementation of JSON Web Tokens

2016-07-21 Thread Sean Glazier
you! Kind Regards, Sean Glazier On Thu, Jul 21, 2016 at 6:04 AM, Norbert Hartl wrote: > I uploaded an old implementation of mine. It is not fully implemented but > usable for the easy case. > > http://smalltalkhub.com/#!/~NorbertHartl/JSONWebToken > > Hope it helps,