[Pharo-users] Pharo Catalog tags

2017-06-16 Thread Johan Brichau
Hi, Does anyone know why Grease does not show ‘Pharo6’ tag in the Pharo catalog browser? Seaside3 does… I don’t know what needs to be done for that.. cheers Johan

Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-30 Thread Johan Brichau
The Seaside book REST chapter should be deprecated or changed. Take a look here for the updated info: https://github.com/SeasideSt/Seaside/wiki/Seaside-REST Johan > On 30 Jul 2017, at 01:46, Greg Hutchinson > wrote: > > That worked -

[Pharo-users] Grease for Pharo7: TBehavior extensions?

2017-11-19 Thread Johan Brichau
Hi Pharoers, We have one failing test for Grease in Pharo7. The reason is that Grease extends the TBehavior trait with a method #fullName. I notice this trait is no longer used? Are we supposed to extend Behavior directly? Overall: what are the plans? Some advice would be good so I can keep Gre

[Pharo-users] pharo 6.1 64bit segmentation fault on linux

2017-12-22 Thread Johan Brichau
Hi, I’m also hitting this issue: https://pharo.fogbugz.com/f/cases/20737/Segmentation-fault-trying-to-load-code-into-a-64-bits-Pharo-6-1-Linux Also reported here: http://forum.world.

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Johan Brichau
Hi, I’m still hitting this. Segfault *every time* when I try to build our project using Travis-CI in Linux. Even when I try to use the latest vm Nobody else hits this issue?? Johan > On 23 Dec 2017, at 01:14, Cyril Ferlicot D. wrote: > > On 12/22/2017 10:33 PM, Johan Brichau wro

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Johan Brichau
Hi, The Seaside-Gettext package is in the Seaside repository http://www.smalltalkhub.com/#!/~Seaside/Seaside30Addons The package in the PharoExtras repository is a relic. The ConfigurationOfSeaside3 correctly references the Seaside-Gettext package and it’s absolutely functional (using this in p

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-13 Thread Johan Brichau
On 13 Sep 2014, at 10:09, stepharo wrote: > Then what is the seaside-Getext? Is is a superset of > pharoExtras-gettext? https://code.google.com/p/seaside/wiki/Gettext In short: it’s a Seaside extension to internationalise your web app. > For application not doing web, does it mak

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-14 Thread Johan Brichau
On 13 Sep 2014, at 19:54, stepharo wrote: > > On 13/9/14 15:57, Hilaire wrote: >> Hello, >> >> I guess the gettext package on the seaside repo depends on the gettext >> package at PharoExtra and it adds some glue code for Seaside use. Is it >> correct? > > I did not check but I think so Ye

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-14 Thread Johan Brichau
Peter, Gettext works. See DrGeo, for example. Also, the Seaside-Gettext extension works just fine. If I understand correctly, the Pharo IDE (and rest of the system) has not been working with ant localization implementation. Johan On 14 Sep 2014, at 16:18, Peter Schorsch wrote: >> Localizatio

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-14 Thread Johan Brichau
On 14 Sep 2014, at 12:59, Marcus Denker wrote: > Just think about it: Pharo itself should have translated menus. So we need > *something* in the system anyway. > Why then not make it good and make it the one that everyone is using? Yes, and actually, Gettext is just about the support for the G

Re: [Pharo-users] [ANN] Easy I18N for Pharo

2014-09-15 Thread Johan Brichau
On 15 Sep 2014, at 12:27, p...@highoctane.be wrote: > With a .po bridge to/from I18N, wouldn't we have a pretty nice solution? That is exactly what Gettext does. Once the translation dictionary is loaded into Pharo, it’s just string mapping. How strings are translated (i.e. sending #translate

Re: [Pharo-users] [ANN] Easy I18N for Pharo

2014-09-15 Thread Johan Brichau
On 15 Sep 2014, at 19:31, Stephan Eggermont wrote: > The main problems I have with external tools is the lack of translation > context and the > slow feedback cycle. That is killing for translation speed and quality. I can understand that in-app tools work well for developers but when you sta

Re: [Pharo-users] [ANN] Easy I18N for Pharo

2014-09-16 Thread Johan Brichau
On 15 Sep 2014, at 23:18, Torsten Bergmann wrote: > I just refer to my original announcement: "Need an EASY translation > framework for your Pharo application with NO EXTERNAL dependency?” Hi Torsten, Agree with you 100% and that’s also how I understood your announcement of i18n. > so let t

Re: [Pharo-users] Seaside - How do I install Scriptaculous on a clean Seaside install (via Configuration Browser) on Pharo?

2015-01-31 Thread Johan Brichau
Hi Mircea, Pharo’s Configuration browser loads the default group of the Metacello configuration, which unfortunately was set to ‘Core’ for Seaside 3.1. So, you will need to load additional groups programmatically: (ConfigurationOfSeaside3 project version: #stable) load: #(‘Scriptaculous’ ‘JSON’

Re: [Pharo-users] Seaside - How do I install Scriptaculous on a clean Seaside install (via Configuration Browser) on Pharo?

2015-02-01 Thread Johan Brichau
27; > <http://www.smalltalkhub.com/mc/Seaside/Seaside31/main'>; package: > 'JQuery-UI'; load. > "notice that there is no -Core on this last one, I don't know why" > > > > Pe 31 ian. 2015, la 16:23, Johan Brichau <mailto:jo...@inceptive

Re: [Pharo-users] Seaside jQuery - Sorting a list with drag and drop and sending it back via Ajax causes OrderedCollection to turn into an Array?

2015-02-27 Thread Johan Brichau
> On 27 Feb 2015, at 09:45, Serge Stinckwich wrote: > > You can contribute here: > https://github.com/SquareBracketAssociates/DynamicWebDevelopmentWithSeaside > Not really. The transfer of the book from Pier to Pillar

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-02-28 Thread Johan Brichau
This sounds familiar to what we reported a while back: http://forum.world.st/Mac-sqDecryptSSL-returning-SQSSL-GENERIC-ERROR-on-errSSLClosedGraceful-from-SSLRead-td4785735.html

Re: [Pharo-users] Zinc SSL Exception: decrypt failed code:5

2015-02-28 Thread Johan Brichau
:44, Sabine Manaa wrote: > > Hi Johan, > > I tried this: I put an exception handler around and on error, I tried again, > but the error still occurs. > > Regards > Sabine > > 2015-02-28 8:54 GMT+01:00 Johan Brichau-2 [via Smalltalk] <[hidden email] > >: &g

Re: [Pharo-users] ZnClient and percent characters

2015-06-11 Thread Johan Brichau
Hi, first off, I found this article a good read on the topic: http://blog.lunatech.com/2009/02/03/what-every-web-developer-must-know-about-url-encoding > One thing which has not been looked at in this di

Re: [Pharo-users] ZnClient and percent characters

2015-06-11 Thread Johan Brichau
Hi all, Sven, I think what many people need is to have a ZnClient subclass that follows the ‘better safe than sorry’ approach. In this way, there is an easy escape when someone bumps into a server that is not strictly implementing the standard. We bumped into this too with the + character when

[Pharo-users] Pharo on retina macbook

2014-09-03 Thread Johan Brichau
Hi, I just started using a Macbook pro with retina display. I notice the fonts are quite blurry. Is there something one can do to improve that? Johan

Re: [Pharo-users] Pharo on retina macbook

2014-09-04 Thread Johan Brichau
Hi again, > This should be a known issue as it was raised before. The problem occurs with > any font. It has to do with the VM as far as I understood. I am not sure what > is needed to be done, though. I know this was raised when the retina display came out but I did not follow any development

Re: [Pharo-users] Pillar 1.1.0 released

2015-09-13 Thread Johan Brichau
Hi, I just noticed that in the most recent version of Pillar, the instvar #embedded was removed from PRReference This breaks Pier… though right before this change I could make Pier3 work with Pillar just fine. The embedded var is used to specify that component references are to be embedded in

Re: [Pharo-users] Pillar 1.1.0 released

2015-09-14 Thread Johan Brichau
9/2015 10:28, Johan Brichau a écrit : >> Hi, >> >> I just noticed that in the most recent version of Pillar, the instvar >> #embedded was removed from PRReference >> This breaks Pier… though right before this change I could make Pier3 work >> with Pillar just fine.

Re: [Pharo-users] How to set the server debugger in seaside?

2016-02-04 Thread Johan Brichau
Stef, You know you can contribute and improve it? You should remember a bit more the talk of Kim Mackinnon in Cambridge… This negative way of talking about work of others is not the way to get things done. I don’t think you would appreciate someone mailing this way about the Pharo interface.

Re: [Pharo-users] Is Seaside's Canvas/Brush metaphor for creating HTML available outside of Seaside?

2016-02-25 Thread Johan Brichau
Depends on what you mean with ‘outside of Seaside’ but maybe this is what you would be looking for: WAHtmlCanvas builder render: [ :html | html anchor url: 'htttp://www.seaside.st'; with: 'Seaside Homepage' ] See WABuilderCanvasTest for some examples. Hop

Re: [Pharo-users] Is Seaside's Canvas/Brush metaphor for creating HTML available outside of Seaside?

2016-02-26 Thread Johan Brichau
d be good is to have it in a separate package because I wanted to > output HTML and loading seaside > for that was heavy. > > Stef > > > Le 25/2/16 19:33, Johan Brichau a écrit : >> Depends on what you mean with ‘outside of Seaside’ but maybe this is what >> you w

[Pharo-users] Seaside 3.1 and 3.2 in Pharo 5

2016-03-20 Thread Johan Brichau
Hi Pharoers, If you are looking to use Seaside in Pharo 5, please go ahead and let us know if you run into any issues. Seaside 3.1.5 and 3.2.0 (unreleased) load into Pharo 5 and all tests are green [1]. Also: I know the finalization of 3.2.0 is long overdue, so news about that is coming soon.

Re: [Pharo-users] Seaside 3.1 and 3.2 in Pharo 5

2016-03-20 Thread Johan Brichau
Hi Cyril, > I use Seaside 3.1 in Pharo 5 and I have an application running with this > setup currently. Great! There were indeed very few failing tests that were fixed quickly. I think most of Seaside was just working and you confirm that. > This is the main issues I got the past few weeks: > -

Re: [Pharo-users] Seaside 3.1 and 3.2 in Pharo 5

2016-03-23 Thread Johan Brichau
khub.com/mc/Seaside/MetacelloConfigurations/main' <http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'>; version: #'release3.2'; load thx for trying and the feedback! Johan > On 20 Mar 2016, at 19:49, Johan Brichau wrote: > > Hi Pharoers, > >

Re: [Pharo-users] Issue on Seaside beginning

2016-06-05 Thread Johan Brichau
I think this happens when you load Seaside 3.2 in an image where Seaside 3.0 or 3.1 is present already. You need to reinitialize the already loaded applications as follows: WAEnvironment reloadApplications and re-register your own applications. cheers Johan > On 04 Jun 2016, at 20:58, Cheikhou

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-22 Thread Johan Brichau
Hey Norbert, Also see here: http://smalltalkhub.com/#!/~JohanBrichau/Json-WebToken ;) Are you using cryptography package? Cheers, Johan > On 22 Jul 2016, at 10:17, Norbert Hartl wrote: > > Hi, > > thanks to the inquiry of Sven I published an implementation of JSONWebToken > to smalltalkhub

Re: [Pharo-users] Sharing Seaside URLs between users (security) + what is actual way for session expiration page

2016-09-21 Thread Johan Brichau
> On 21 Sep 2016, at 12:31, Petr Fischer wrote: > > Hello, two questions about Seaside sessions: > > 1) URL sharing between different users - what if "boss" shares URL from his > browser and send it to another regular user - of course, easy way, whole URL > with session (_s=) - when anoth

Re: [Pharo-users] [Seaside] Seaside can not be used with Pharo 60261

2016-10-18 Thread Johan Brichau
rease but not Seaside. Mistake? > > Norbert > >> Am 18.10.2016 um 10:11 schrieb Johan Brichau : >> >> I uploaded the changes by Christophe. If it does not work, let me know. I >> did not try. >> >> cheers >> Johan >> >> ps

Re: [Pharo-users] [Seaside] Seaside can not be used with Pharo 60261

2016-10-20 Thread Johan Brichau
ert > >> Am 18.10.2016 um 17:20 schrieb Johan Brichau > <mailto:jo...@inceptive.be>>: >> >> >>> On 18 Oct 2016, at 16:36, Norbert Hartl >> <mailto:norb...@hartl.name>> wrote: >>> >>> (ConfigurationOfAster projec

Re: [Pharo-users] Loading Seaside via Bootstrap in Pharo 6

2017-02-20 Thread Johan Brichau
Hi Sven, I have (not yet) tried Pharo6, but I saw some people did update the configuration for that. How are you loading the project? Are you using the Metacello load API ? Johan > On 20 Feb 2017, at 19:52, Sven Van Caekenberghe wrote: > > Hi, > > In my main project I depend on Torsten's Boo

Re: [Pharo-users] [Seaside] Strange behaviours?

2017-05-30 Thread Johan Brichau
Hi Alidra, See here: https://stackoverflow.com/questions/42653378/message-order-cascading-on-html-anchor-callback-1-1-with-click-me/42656341#42656341 Also, posting

Re: [Pharo-users] Pharo 7.0.3 Seaside 3

2019-05-26 Thread Johan Brichau
Before loading, try first disabling the Iceberg Metacello integration in the system settings. I believe this can also be done by evaluating: Iceberg enableMetacelloIntegration: false. Also, if you are on windows, do not load the master branch but load the tonel branch of Seaside. So: Ic

Re: [Pharo-users] Loading Gettext on already installed Seaside

2019-06-15 Thread Johan Brichau
I’m afraid the Gettext-Seaside integration is broken in current Seaside versions. Johan > On 15 Jun 2019, at 00:18, BrunoBB wrote: > > Well, > > This method exist on GetText GemStone version. > > So i'm not quite sure what is going on. Maybe GS and Pharo version are not > synchronized. > >

[Pharo-users] Save the date: October 22nd in Ghent for a Smalltalk WebCamp

2019-07-24 Thread Johan Brichau
Hi Seaside users, We are organising a Smalltalk WebCamp day in the Yesplan offices in Ghent on October 22nd. The idea originated in the Seaside channel of the Pharo discord group. However, it’s not supposed to be Seaside only. All Smalltalkers doing web development, possibly involving other te

[Pharo-users] Reminder: Smalltalk Webcamp, 22nd of October

2019-09-23 Thread Johan Brichau
9 participants, excluding the Yesplan team. Questions? Please send me an email. Best regards Johan Brichau jo...@yesplan.be <mailto:jo...@yesplan.be>

Re: [Pharo-users] Loading Seaside and Magritte in Pharo8 - baseline load conflicts

2020-04-14 Thread Johan Brichau
> On 14 Apr 2020, at 11:35, Sven Van Caekenberghe wrote: > > Hi, > >> On 14 Apr 2020, at 11:23, Sebastijan Kaplar wrote: >> >> MetacelloConflictingProjectError: Load Conflict between existing >> BaselineOfGrease [baseline] from github://SeasideSt/Grease:v1.4.x/repository >> and BaselineOf

[Pharo-users] Grease stream tests failing on Pharo7

2018-07-22 Thread Johan Brichau
Hi, I am taking a look at making Grease and Seaside work correctly on Pharo7. There have been a number of changes to the ReadWriteStream implementation in Pharo that break Grease tests: https://travis-ci.org/SeasideSt/Grease/jobs/406766720

Re: [Pharo-users] Grease stream tests failing on Pharo7

2018-07-23 Thread Johan Brichau
commit/9e442addff3790af0c78dbc73f1f349de8a4ad03#diff-ba7cc7962a4a22468a18b31fe75ada04 <https://github.com/pharo-project/pharo/commit/9e442addff3790af0c78dbc73f1f349de8a4ad03#diff-ba7cc7962a4a22468a18b31fe75ada04> ) cheers Johan > On 22 Jul 2018, at 10:52, Johan Brichau wrote: > > Hi, > > I am taking

Re: [Pharo-users] Grease stream tests failing on Pharo7

2018-07-23 Thread Johan Brichau
lltalks, and that > (WriteStream on: (String new: 20)) > or whatever is normally used with the argument of #on: > expected to provide *workspace*, not *content*, > > why on earth would you expect > (ReadWriteStream on: 'abc') contents > to be different fro

Re: [Pharo-users] Grease stream tests failing on Pharo7

2018-07-24 Thread Johan Brichau
Hi, I reported the issue here: https://pharo.fogbugz.com/f/cases/22281/ReadWriteStream-broken <https://pharo.fogbugz.com/f/cases/22281/ReadWriteStream-broken> Johan > On 23 Jul 2018, at 20:12, Johan Brichau wrote: > > Hi Richard, > > Thanks for pointing out the differ

[Pharo-users] Pharo7, consistent image freeze/deadlock on snapshotAndQuit

2018-07-25 Thread Johan Brichau
Hi, I ran into a freeze issue when trying to save and/or quit an image after loading Seaside3 and Zinc (not an infrequent combination :) The cause seems to be that terminating processes in a `shutDown` handler (called on image shutdown / snapshot) leads to a deadlock (somewhere). Both Comet and

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-23 Thread Johan Brichau
Sanjay, Which version of Seaside are you using and from which repository? Johan > On 24 Nov 2018, at 07:22, Sanjay Minni wrote: > > > I am migrating my 6.1 application (under develoment) to 7.0 - > I have loaded the required packages first thru Catalog Browser (in 7.0) - > Mandrill, Mustache

Re: [Pharo-users] Pharo 7- looking for seaside-REST and RFB

2018-11-24 Thread Johan Brichau
Minni wrote >> Johan, >> >> I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on >> seaside3 and selecting install stable version. From the messages I presume >> its installing 3.2.4 >> >> if you can tell me how to figure out t

Re: [Pharo-users] Pharo 7- looking for seaside-REST

2018-11-24 Thread Johan Brichau
> On 24 Nov 2018, at 12:30, Sanjay Minni wrote: > > Also has Seaside REST been ported for Pharo 7 ? > as I see there is a line in Catalog Browser 'SeasideREST' but there is an > error while trying to install Yeah, Somebody put old configurations in that catalog then, because ‘SeasideREST’

Re: [Pharo-users] Problem loading seaside with Zinc

2018-12-12 Thread Johan Brichau
Busy changing this in the BaselineOfSeaside3 as we speak… Johan > On 12 Dec 2018, at 20:20, Gabriel Cotelli wrote: > > You can use the lock API in Metacello to use the dependency you want, > ignoring the ones defined in the baselines. > > On Wed, Dec 12, 2018 at 4:16 PM Vitor Medina Cruz

[Pharo-users] Looking for a freelance developer

2022-10-20 Thread Johan Brichau
Hi Pharoers, At Inceptive, we are looking for a freelance software developer to help us improve our cloud ERP software “Orderflow” (www.orderflow.be ). Orderflow is developed in Pharo and deployed in GemStone, using Seaside and jQuery/Javascript. Launched already more