Re: [Pharo-users] Why do we separate class/instance methods in the browser?

2017-07-22 Thread Esteban A. Maringolo
arate tabs instead of radio buttons, but there is some screen state that you could lose if implemented improperly. Regards! Esteban A. Maringolo

Re: [Pharo-users] How to calculate someone's age elegantly? Does Duration work?

2017-07-21 Thread Esteban A. Maringolo
for those calculations is the java.util.Calendar class which is "field" based. See http://forum.world.st/Interesting-Date-Time-Thread-on-Squeak-Dev-tp4778652p4778970.html Esteban A. Maringolo 2017-07-21 12:16 GMT-03:00 Tim Mackinnon <tim@testit.works>: > I hadn’t heard of

Re: [Pharo-users] In Praise of the Very Best Programming Language

2017-07-21 Thread Esteban A. Maringolo
Great! Although it might happen silently, many smalltalkers like me value the "public relations" job you decided to lead on your own. So keep promoting Smalltalk! When something has value in itself, it doesn't need to be sold, only needs awareness in the public. Regards! Esteban A.

Re: [Pharo-users] How to calculate someone's age elegantly? Does Duration work?

2017-07-21 Thread Esteban A. Maringolo
! Esteban A. Maringolo 2017-07-21 6:09 GMT-03:00 K K Subbu <kksubbu...@gmail.com>: > I suppose no one needed it that badly ;-). Age is the difference in years > except when the given date's julian is less than self's julian when it is > less by 1, so the code can be simplified to: > &g

Re: [Pharo-users] Why does debugger browse open on Object?

2017-07-19 Thread Esteban A. Maringolo
t is because of a common behavior of browsing the receiver object in the stack frame without considering particular cases like Object>>doesNotUnderstand: I'll be happy if you find a way to implement it, as a System Option or via a shortcut modifier. Regards! Esteban A. Maringolo

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-19 Thread Esteban A. Maringolo
big scale. Esteban A. Maringolo 2017-07-17 8:32 GMT-03:00 Tim Mackinnon <tim@testit.works>: > Well I’ve been shooting in the dark a bit - but I also left out the sound > and display so’s (e.g. -x execlude the following and add back the null so's > > zip -r --symlinks ../deploy

Re: [Pharo-users] Pharo6 playground saving semantics and .changes?

2017-06-29 Thread Esteban A. Maringolo
ry" of previous contents in the Playground, the history it can be removed but it can't be disabled. I can condense the changes file, but the Playground history remains. Regards! Esteban A. Maringolo 2017-06-29 17:12 GMT-03:00 Tim Mackinnon <tim@testit.works>: > Cool - I was missing t

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-06-28 Thread Esteban A. Maringolo
\'' + JSON.stringify(event).replace(/"/g,'\\"') + > '\'"', (error) => { > > } > > It looks like a simple lambda execution takes about 2700 to 2900ms I guess it is more affordable to pay for 3 secs than for a whole minute with 95% idle time. However it seems to be a lot of time for the case of lambda use cases. Esteban A. Maringolo

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-06-27 Thread Esteban A. Maringolo
2017-06-27 16:15 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu>: >> On 27 Jun 2017, at 21:00, Esteban A. Maringolo <emaring...@gmail.com> wrote: >> It would be good to know how fast does the image boot and start >> execution in the context of a service billed at the

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-06-27 Thread Esteban A. Maringolo
Interesting experiment. It would be good to know how fast does the image boot and start execution in the context of a service billed at the sub second scale. Esteban A. Maringolo 2017-06-27 13:05 GMT-03:00 Tim Mackinnon <tim@testit.works>: > Hi - I am trying to run a pharo image

Re: [Pharo-users] A question of style - pass a context or embed one?

2017-06-13 Thread Esteban A. Maringolo
"know" the session they belong to, because the ORM is orthogonal to the domain model. Esteban A. Maringolo

Re: [Pharo-users] A question of style - pass a context or embed one?

2017-06-12 Thread Esteban A. Maringolo
containing everything, a connection to JIRA API, or just the JSON object/Dictionary branch containing the attributes specific of the "wraping" object (the board, in this case). Regards! Esteban A. Maringolo

Re: [Pharo-users] Porting Transducers to Pharo

2017-05-31 Thread Esteban A. Maringolo
forth between Pharo and VW, currently I'm moving code from Pharo to VW, but using a modified version of the exporter available in Roassal, and the process is cumbersome. Regards! Esteban A. Maringolo 2017-05-31 11:32 GMT-03:00 Steffen Märcker <merk...@web.de>: > Thanks for the encouraging

Re: [Pharo-users] Discord server ownership

2017-05-30 Thread Esteban A. Maringolo
So you put us all into this gaming chatroom and now you leave. Good move. ;-) I hope to see you back in the mailing list and chat server (whatever it is we use at that moment). Regards! Esteban A. Maringolo 2017-05-26 3:44 GMT-03:00 Yuriy Tymchuk <yuriy.tymc...@me.com>: > Esteban

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Esteban A. Maringolo
2017-05-18 17:18 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu>: >> On 18 May 2017, at 21:08, Esteban A. Maringolo <emaring...@gmail.com> wrote: >> Great! How long has it been there? :) > Apparently since 2012 - can't really remember My gosh, I remember searching for

Re: [Pharo-users] Has anyone got some binary search code they like for the Collection class they want to share?

2017-05-18 Thread Esteban A. Maringolo
Great! How long has it been there? :) And why is it in SequenceableCollection and not SortedCollection? Regards! Esteban A. Maringolo 2017-05-18 16:01 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu>: > It is already in the image: SequenceableCollection>>#findBinary:do:ifNon

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-17 Thread Esteban A. Maringolo
ource and wiring up >> #newGlorpSession. >> It's a nice demo of Glorp's pluggability. > > That is cool. We should definitively keep a reference to that. Thanks. And it's better to get a non devops savvy user to get started, because it avoids installing a PgSQL server. Regards! Esteban A. Maringolo

Re: [Pharo-users] Loading Glorp+PostgreSQL

2017-05-16 Thread Esteban A. Maringolo
to the one of Glorp I wrote, there is a snippet of the "recommended" way to load Glorp using the Garage configurations. Which one you choose is up to you. Regards! Esteban A. Maringolo 2017-05-16 6:58 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu>: > I am bringing my R

Re: [Pharo-users] Smalltalkers will, eventually, win. So says this old C++ programmer.

2017-05-09 Thread Esteban A. Maringolo
article, thanks for sharing. Regards! Esteban A. Maringolo

Re: [Pharo-users] A Logo Proposal for Smalltalk

2017-05-03 Thread Esteban A. Maringolo
Hi Phil, I don't like the diamond in the back, nor the colors (looks old). Also the square brackets and vertical bar are not horizontally centered. I still like the concept though. I couldn't see the golden ratio. Can you overlay it? Regards! Esteban A. Maringolo 2017-05-03 9:38 GMT-03:00 p

Re: [Pharo-users] A Logo Proposal for Smalltalk

2017-05-02 Thread Esteban A. Maringolo
2017-05-02 11:33 GMT-03:00 horrido <horrido.hobb...@gmail.com>: > the lighthouse has come to be closely associated with Pharo. Then it succeeded as an logo. I'd only change its typography. But the logo stays. I'd keep the O the same size as the rest of the letters. Regards!

Re: [Pharo-users] A Logo Proposal for Smalltalk

2017-05-02 Thread Esteban A. Maringolo
, an you could see what later would be the Smalltalk island, isolated in an "ivory tower" way of looking at the world, and escaping from the sea problem by avoiding it completely, hence the balloon. http://70sscifiart.tumblr.com/post/157035900745/pascals-triangle-a-1978-byte-cover-by-rober

Re: [Pharo-users] Hot to retrieve values from Nested Dictionaries

2017-04-25 Thread Esteban A. Maringolo
by any class in the image. The key in the Playground is not such, only a trick of NeoJSONObject using Smalltalk's #doesNotUnderstand: mechanism to map selectors to keys. Regards! Esteban A. Maringolo

Re: [Pharo-users] Hot to retrieve values from Nested Dictionaries

2017-04-24 Thread Esteban A. Maringolo
2017-04-24 16:10 GMT-03:00 Ramon Leon <ramon.l...@allresnet.com>: > On 04/24/2017 11:16 AM, Esteban A. Maringolo wrote:> >> For these use cases it >> would be nice to have some sort of syntax sugar >> as with the cascade operator, but with a chaining operator instead

Re: [Pharo-users] Hot to retrieve values from Nested Dictionaries

2017-04-24 Thread Esteban A. Maringolo
object tree/dictionary. ps: use the extra parenthesis, they're not that many. :) Regards! Esteban A. Maringolo 2017-04-24 14:48 GMT-03:00 Juraj Kubelka <juraj.kube...@icloud.com>: > >> On Apr 24, 2017, at 14:42, Markus Böhm <markus.bo...@gmail.com> wrote: >> >> M

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
the SSL/TLS to the current Smalltalk implementation :) Regards, Esteban A. Maringolo 2017-04-18 11:19 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > Looks like I will have to make my own PostgreSQL API . Nice excuse to test > my UFFI skills once more :) > > On Tue, 18

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-18 Thread Esteban A. Maringolo
Not that I'm aware of. You can create a ssh tunnel that ciphers the data between your host and the remote server, but you'd need a ssh daemon running in the server host. Regards, Esteban A. Maringolo 2017-04-18 5:09 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > A

Re: [Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-17 Thread Esteban A. Maringolo
Thank you Peter. Alexandre Bergel pointed me to Roassal export classes, which does something similar to the code you pointed me to (yours seems more tidy). Thanks again, Esteban A. Maringolo 2017-04-17 12:57 GMT-03:00 Peter Uhnak <i.uh...@gmail.com>: > Some time ago I hacked togeth

[Pharo-users] Exporting Packages to Cincom Smalltalk (VisualWorks)

2017-04-17 Thread Esteban A. Maringolo
Is there any exporter than can convert an RPackage into a VW Parcel (.pst), in XML or Chunk format? I need to migrate a few libraries of my own and couldn't find anything, so I'm asking before start writing something :) Regards! Esteban A. Maringolo

Re: [Pharo-users] Pharo with Google Realtime database

2017-03-31 Thread Esteban A. Maringolo
There isn't any Firebase database driver for it. I used Firebase database and auth briefly for a JS/HTML only app, and I pulled the data using plain ZnClient to access the REST API. Regards, Esteban A. Maringolo 2017-03-31 8:13 GMT-03:00 Asbath Sama biyalou via Pharo-users <pharo-us

Re: [Pharo-users] Magritte extension

2017-03-21 Thread Esteban A. Maringolo
the class. Also, I like the pragmas, but only for "tagging" the description methods, I prefer lookup and builds based on simple message sends. Regards, Esteban A. Maringolo

Re: [Pharo-users] Magritte extension

2017-03-20 Thread Esteban A. Maringolo
2017-03-20 7:18 GMT-03:00 Otto Behrens : > Hi, > > We also made several sub-classes of Magritte classes and / or > components. This causes a lot of problems because when we upgraded > Magritte it was difficult. It also shows that Magritte (the core > classes) cannot change much

Re: [Pharo-users] Magritte extension

2017-03-17 Thread Esteban A. Maringolo
2017-03-17 8:23 GMT-03:00 Mariano Martinez Peck <marianop...@gmail.com>: > Hi, > > Before a longer answer, what is TBSMagritteReport ? Is it yours or is it > some magritte extension for Bootstrap? It is a Twitter Boostrap styled (with TBS classes) Magritte Report. Regards, Esteban A. Maringolo

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-17 Thread Esteban A. Maringolo
2017-03-17 6:46 GMT-03:00 Denis Kudriashov <dionisi...@gmail.com>: > > 2017-03-16 18:07 GMT+01:00 Esteban A. Maringolo <emaring...@gmail.com>: >> >> I got used to save the image before debugging a single test and/or recover >> lost changes. But this is

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Esteban A. Maringolo
; <dionisi...@gmail.com> escribió: > That is sad. It works from workspace but not during debugging tests. > > 2017-03-16 15:11 GMT+01:00 Esteban A. Maringolo <emaring...@gmail.com>: > >> Was this fixed? >> >> I'm debugging unit tests and I'm getting an infinte loop everytime a >> MNU is triggered. >> >

Re: [Pharo-users] doesNotUnderstand: infinit loop

2017-03-16 Thread Esteban A. Maringolo
/pharo-project/pharo-vm.git Commit: b8ec25a570d7539653e1d793e97609adb509aaed Date: 2016-05-04 11:14:22 +0200 Jenkins build #589 Image: 6521 Best regards, Esteban A. Maringolo 2016-09-21 15:01 GMT-03:00 Hilaire <hila...@drgeo.eu>: > Hi Guille, > > I was wondering if I could have kill manu

Re: [Pharo-users] customizing veryDeepCopy

2017-03-02 Thread Esteban A. Maringolo
I implemented our own copier based on how Morph does it, with our own copy/deep selectors. The copier has the option of which classes to copy and which to use the same (it is, no copy). There is no other available option that I'm aware of. Esteban A. Maringolo 2017-03-02 12:25 GMT-03:00 Denis

Re: [Pharo-users] Team programming with Smalltalk

2017-02-17 Thread Esteban A. Maringolo
od balance, with integrated tools that enables you to merge and understand the changes. I haven't used Iceberg yet. Esteban A. Maringolo 2017-02-15 20:53 GMT-03:00 Brad Selfridge <bsselfri...@gmail.com>: > I have worked with VASmalltalk for 20 years and this included projects > util

Re: [Pharo-users] Webassembly and Pharo

2016-12-27 Thread Esteban A. Maringolo
. But it would be a matter of having a minimal Pharo image that can run there. So you would have the power of Smalltalk development, with the ubiquity of JS runtimes. Regards, [1] https://squeak.js.org/ [2] https://squeak.js.org/demo/simple.html#document=JSBridge.st Esteban A. Maringolo

Re: [Pharo-users] real world pharo web application set ups

2016-12-14 Thread Esteban A. Maringolo
2016-12-14 16:31 GMT-03:00 Ramon Leon <ramon.l...@allresnet.com>: > On 12/14/2016 10:27 AM, Esteban A. Maringolo wrote: >> >> Memory is cheap, and the only limit now is CPU, the current Pharo >> image has an idle CPU consumption ~5%, so you can't have many >> conc

Re: [Pharo-users] real world pharo web application set ups

2016-12-14 Thread Esteban A. Maringolo
ght a single threaded vm can support. However any CPU intensive request will block the process, and that will happen with looping server like Pharo or an evented VM like NodeJS. Unless you're targeting to an initial really high concurrent users count, then you can scale up gradually. Esteban A. Maringolo

Re: [Pharo-users] real world pharo web application set ups

2016-12-14 Thread Esteban A. Maringolo
so you can't have many concurrent images running in the same machine. Regards, Esteban A. Maringolo

Re: [Pharo-users] UDBCSQLite and the location of the sqlite3 binary

2016-11-29 Thread Esteban A. Maringolo
In Unix you can create a symlink at the vm directory pointing at the location of the shared object. That's what I do. Regards! Esteban A. Maringolo 2016-11-29 13:48 GMT-03:00 Offray Vladimir Luna Cárdenas <offray.l...@mutabit.com>: > Hi, > > From time to time, we use UDB

Re: [Pharo-users] connection string etc

2016-11-18 Thread Esteban A. Maringolo
field. Or leave it in plain text where only the OS user can read it. Regards! [1] https://github.com/svenvc/ston [2] https://github.com/svenvc/NeoJSON Esteban A. Maringolo

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo Association has a new Website!

2016-11-10 Thread Esteban A. Maringolo
Great! What do we do with the current BountySource salt? (https://salt.bountysource.com/teams/pharo) Should we move directly to the new Wild Apricot backend? Accepting Bitcoin payments would be a plus ;-) (https://bitpay.com/tour) Best regards! Esteban A. Maringolo 2016-11-10 6:22 GMT-03:00

Re: [Pharo-users] About STONS efficiency at storing nested objects { was : (Re: Keeping data with an application)}

2016-11-02 Thread Esteban A. Maringolo
ng). However according to what Sven said, the integer used for the ref is the "order" of the element, so it would be a whole different referencing strategy. Esteban A. Maringolo

Re: [Pharo-users] About STONS efficiency at storing nested objects { was : (Re: Keeping data with an application)}

2016-11-02 Thread Esteban A. Maringolo
2016-11-02 15:22 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu>: > > On 2 Nov 2016, at 19:19, Esteban A. Maringolo <emaring...@gmail.com> wrote: > > As far as I know it doesn't "normalize" references, as Fuel does. > > What does that mean ? > See my pre

Re: [Pharo-users] About STONS efficiency at storing nested objects { was : (Re: Keeping data with an application)}

2016-11-02 Thread Esteban A. Maringolo
As far as I know it doesn't "normalize" references, as Fuel does. The alternative is to have a Fuel serializer that serializes Fuel objects in STON format instead of binary :D Esteban A. Maringolo 2016-11-02 15:14 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > A que

Re: [Pharo-users] How does Boolean ifTrue work?

2016-11-01 Thread Esteban A. Maringolo
ject instead of the default nil. Regards, Esteban A. Maringolo

Re: [Pharo-users] How does Boolean ifTrue work?

2016-10-31 Thread Esteban A. Maringolo
on, but behaves like one. Of course you could also implement #isEmpty, but in my experience the less you test (#isEmpty) and the more you delegate (ifEmpty:) the better. :) Regards, Esteban A. Maringolo

Re: [Pharo-users] How does Boolean ifTrue work?

2016-10-31 Thread Esteban A. Maringolo
on't know what you mean by "dynamic". The whole object system of Smalltalk is dynamic by design. Esteban A. Maringolo

Re: [Pharo-users] How does Boolean ifTrue work?

2016-10-31 Thread Esteban A. Maringolo
faces. If it's a Boolean, you know it has those methods so Boolean is > not actually useful for anything; True and False may as well just be > subclasses of Object. Not exactly, look at the methods in Boolean and you'll see many methods are common to all. So Boolean has a reason to be the superclass of both True and False. Esteban A. Maringolo

Re: [Pharo-users] Final Project: AR.Drone communication API in Pharo

2016-10-24 Thread Esteban A. Maringolo
This is really cool! It made me wish to buy an AR.Drone :) Esteban A. Maringolo 2016-10-24 12:22 GMT-03:00 Carolina Hernández <carola...@gmail.com>: > Hi! > Earlier this year I told you about the communication API for controlling the > AR.Drone 2.0 from Pharo I was developin

Re: [Pharo-users] [Seaside] [ANN] Zürich Smalltalk Meetup Nov 8th, 2016

2016-10-19 Thread Esteban A. Maringolo
Foster's Jade client for Dolphin that is, AFAIU, a text based protocol? Regards! Esteban A. Maringolo

Re: [Pharo-users] Garage sqlite on pharo > 5

2016-10-17 Thread Esteban A. Maringolo
UDBC. Gofer it smalltalkhubUser: 'TorstenBergmann' project: 'UDBC'; configuration; load. (Smalltalk at: #ConfigurationOfUDBC) loadBleedingEdge. Regards, Esteban A. Maringolo

Re: [Pharo-users] Do we have anything like Jooq in our ecosystem?

2016-10-07 Thread Esteban A. Maringolo
Glorp is not ready to do that, but it is not far from being able to do it. At least in the reverse order. I already asked foor a jOOQ like tool for Pharo before. Now we're two the persons interested on it. By the time we're five somebody will have to build it. :) Regards, Esteban A. Maringolo

Re: [Pharo-users] Glorp

2016-10-02 Thread Esteban A. Maringolo
2016-10-02 2:37 GMT-03:00 stepharo <steph...@free.fr>: > should not we removed DBXGlorp if it is not up to date? > > Is BDXGlorp based on latest Glorp port? GlorpDBX is nothing but a name to a Metacello config that used to load both Glorp and the OpenDBX (now garageDB) dri

Re: [Pharo-users] Intro to Microsoft COM for Smalltalkers

2016-10-02 Thread Esteban A. Maringolo
in a Windows environment would be a big enabler to a lot of current users of Smalltalk that don't use Pharo. Esteban A. Maringolo [1] https://medium.com/@emaringolo/pharo-rdbms-support-survey-results-9c8f640878db#.ym049enul

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

2016-09-27 Thread Esteban A. Maringolo
There is the Glorp Mailing List / Google Group at glorp-gr...@googlegroups.com Activity there is rare, but people still read it. Regards! Esteban A. Maringolo 2016-09-27 10:21 GMT-03:00 Brad Selfridge <bsselfri...@gmail.com>: > Could I be added to any invite list. I have been workin

[Pharo-users] Mustache templates listed the in Mustache site

2016-09-26 Thread Esteban A. Maringolo
Some months ago I sent a pull request [1] to add Smalltalk/Pharo to the list of supported languages in Mustache home page < http://mustache.github.io/>. Took some time but now it is in the front page. Thank you Norbert Hartl for this useful library. Regards! Esteban A. Maringolo [1]

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

2016-09-21 Thread Esteban A. Maringolo
h you must "login" or "logout" based on your own criteria. You can modify the expiration time as well as completely remove it explicitly by sending #unregister to the session object, usually as part of a "logout" or "signout" method of your own. I hope this helps

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
2016-09-20 17:49 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: >>> Could you please open an issue with your request? >> Sure, Where? > https://pharo.fogbugz.com Done. <https://pharo.fogbugz.com/f/cases/19118/Spotter-implementors-should-offer-opening-Messages-Browser> Esteban A. Maringolo

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Esteban A. Maringolo 2016-09-20 17:41 GMT-03:00 Tudor Girba <tu...@tudorgirba.com>: >> It doesn't work, everything works with Ctrl as command modifier. > > What version do you use? What operating system? 'Pharo5.0 of 16 April 2015 update 50761' Ubuntu Linux 16.04 64 bit.

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
e browser. But as long as the function is there, I don't mind using the mouse to access it rather than adding a shortcut if it doesn't follow a common shortcut pattern, I have to use the mouse for many features, so I'm already dependent of it. Regards, Esteban A. Maringolo

[Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Hi, How can I open the implementors list from Spotter? I want to browse through the code of the different implementors as I do by selecting a selector and searching an implementor (or Ctr+M). Regards, Esteban A. Maringolo

Re: [Pharo-users] JSON-RPC implementation

2016-09-17 Thread Esteban A. Maringolo
> > Le 17/9/16 à 04:19, Esteban A. Maringolo a écrit : > >> Does anybody implemented a JSON-RPC library for pharo? >> >> I don't see any listed here >> <http://json-rpc.org/wiki/implementations>, but maybe somebody is >> keeping it secret :) >> >> Regards! >> >> Esteban A. Maringolo >> >> >> > >

[Pharo-users] JSON-RPC implementation

2016-09-16 Thread Esteban A. Maringolo
Does anybody implemented a JSON-RPC library for pharo? I don't see any listed here <http://json-rpc.org/wiki/implementations>, but maybe somebody is keeping it secret :) Regards! Esteban A. Maringolo

Re: [Pharo-users] Class shown in _UnpackagedPackage but belongs to package

2016-09-15 Thread Esteban A. Maringolo
atch. Didn't happen again. > Even my bad power that break anything I touch did not succeed recently to > get this bug back :) Oh... that's a challenge for me, I unintentionally hit all the sharp corners in every software I use. Regards! Esteban A. Maringolo

Re: [Pharo-users] letsencrypt smalltalkhub ?

2016-09-15 Thread Esteban A. Maringolo
Buying a certificate isn't an option either? Esteban A. Maringolo 2016-09-15 20:06 GMT-03:00 Peter Uhnak <i.uh...@gmail.com>: > Not enough manpower, I asked about this before, but it's not a priority. > It was "good" enough until now, and with move to git it probably wo

Re: [Pharo-users] Cryptography packages

2016-09-15 Thread Esteban A. Maringolo
: Cryptography-rww.49 It's weird (to say it softly) to upload a Cryptography package using plain text user credentials over an insecure HTTP connection. #TheIrony Regards, Esteban A. Maringolo 2016-09-12 19:45 GMT-03:00 Ben Coman <b...@openinworld.com>: > > > On Tue, Sep 13, 2016 at 2

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
package manager. Regards, Esteban A. Maringolo 2016-09-14 17:19 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > On GitHub a search for Pharo returns 497 repos > > https://github.com/search?utf8=%E2%9C%93=pharo=Repositories=searchresults > > and around 850 for Smallt

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
There are "smart" enough log analyzers to separate unique visitors, by IP, UA, etc. Because otherwise INRIA's CI would count as 300 hits ;-) Esteban A. Maringolo 2016-09-14 16:26 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > I count as 12 , just saying > > O

Re: [Pharo-users] Pharo users count / estimate ?

2016-09-14 Thread Esteban A. Maringolo
Getting HTTP logs from SmalltalkHub should give us some hints on the most requested projects. The same goes for the get.pharo.org files. Esteban A. Maringolo 2016-09-14 12:15 GMT-03:00 Johan Fabry <jfa...@dcc.uchile.cl>: > Hi all, > > for some silly report that I need to write

[Pharo-users] Class shown in _UnpackagedPackage but belongs to package

2016-09-13 Thread Esteban A. Maringolo
: this happens with the latest 5.0 image and vm version. Esteban A. Maringolo

Re: [Pharo-users] Seaside not installing

2016-09-12 Thread Esteban A. Maringolo
:04:36.108636 am UUID: 57a8dff5-a6da-4e91-be29-7628e93171ae Ancestors: ConfigurationOfSeaside3-pmm.311 Fixes #baseline320security: that had a specific spec and package reference for Pharo that wasn't working. Now it uses the same #squeakCommon spec. Regards, Esteban A. Maringolo 2016-09-12 23

Re: [Pharo-users] Cryptography packages

2016-09-12 Thread Esteban A. Maringolo
Who is the author of the to-be announced library? Regards! Esteban A. Maringolo 2016-09-12 15:17 GMT-03:00 stepharo <steph...@free.fr>: > Hi esteban > > I know that there will be an announce about bitcoin library in Pharo so I > can put you in contact with the author. > &g

Re: [Pharo-users] Cryptography packages

2016-09-12 Thread Esteban A. Maringolo
t commit is from three years go. I'm reading a book about Bitcoin/Blockchains and I want to follow the examples using my favorite language instead of Python. Probably not all the algorithms will be there, particularly ECC, but at least the ones for hashing should. Regards! Esteban A. Maringolo

Re: [Pharo-users] Cryptography packages

2016-09-10 Thread Esteban A. Maringolo
: VintageFrame) add: #header type: #VintagePayloadHeader; add: #payload type: #ASN1AnyType; yourself. Any pointers? Esteban A. Maringolo 2016-09-10 3:14 GMT-03:00 Esteban Lorenzano <esteba...@gmail.com>: > http://www.squeaksource.com/Cryptography.html > > some of the algorithms present th

[Pharo-users] Cryptography packages

2016-09-09 Thread Esteban A. Maringolo
Hi there, What are the most maintaned/popular cryptography package for Pharo? Regards! Esteban A. Maringolo

Re: [Pharo-users] Moving from Slack to Discord

2016-09-08 Thread Esteban A. Maringolo
K'mon Kilon, we need more agreement and cohesion and you bring Discord to this community! ;-) Esteban A. Maringolo 2016-09-08 18:35 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > Yeap that's definetly a plus however it won't be free if you decide to use > rocket server

Re: [Pharo-users] Moving from Slack to Discord

2016-09-08 Thread Esteban A. Maringolo
... no big deal. Regards! Esteban A. Maringolo 2016-09-08 16:25 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > The main reason why Unreal has abandoned Slack is the reason I made the > Discord server and that is 10.000 messages limit. Not only Slack asks > payment for more but

Re: [Pharo-users] Moving from Slack to Discord

2016-09-08 Thread Esteban A. Maringolo
/. Balkanization is never a good thing. However you're free to create as many channels as you like, users will tell their preference with activity in either. Regards! Esteban A. Maringolo 2016-09-08 16:01 GMT-03:00 Dimitris Chloupis <kilon.al...@gmail.com>: > Thanks all of the people who joi

Re: [Pharo-users] Comparing floats

2016-09-02 Thread Esteban A. Maringolo
Why not use "equalsTo:"? Floats are tricky, you either round your result before comparing or change the comparison method. 0.33 equalsTo: (1/3) "true" Regards! Esteban A. Maringolo 2016-09-02 15:41 GMT-03:00 stepharo <steph...@free.fr>: > Hi >

[Pharo-users] ProcessAlreadyTerminating on image startup

2016-08-16 Thread Esteban A. Maringolo
the walkback and the GTD. Regards! Esteban A. Maringolo

Re: [Pharo-users] [Garage] How to espace sql special chars in a query?

2016-08-12 Thread Esteban A. Maringolo
. Transcript show: statement; cr. I don't know how Garage prepared statements work, because it doesn't follow the "?" placeholder convention. Regards, Esteban A. Maringolo 2016-08-12 5:34 GMT-03:00 Blondeau Vincent <vincent.blond...@worldline.com>: > Hello, > > >

Re: [Pharo-users] manipulating strings

2016-08-10 Thread Esteban A. Maringolo
Would this work? 'Uquillas G\''{o}mez' onlyLetters asLowercase Esteban A. Maringolo 2016-08-10 15:00 GMT-03:00 stepharo <steph...@free.fr>: > I did > > > String > streamContents: [ :str | > aString > do: [ :aChar | >

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

2016-08-08 Thread Esteban A. Maringolo
How did you create the tables? There is a sequence for the ID in the database? Also, I don't understand why you call it "ActiveRecord". If you can share some code, DDL of the table, I'll be able to help you better. Regards, Esteban A. Maringolo ps: I'm cross replying to the Glorp ma

Re: [Pharo-users] SQLite + Pharo

2016-07-12 Thread Esteban A. Maringolo
[2] https://www.sqlite.org/howtocorrupt.html Esteban A. Maringolo 2016-07-12 6:20 GMT-03:00 Alistair Grant <akgrant0...@gmail.com>: > > On 12/07/2016 10:19 AM, "Hilaire" <hila...@drgeo.eu> wrote: >> >> Hi, >> >> So what is it exactly regarding busy state of Sql

Re: [Pharo-users] SQLite + Pharo

2016-07-10 Thread Esteban A. Maringolo
The SQLite shared library is thread safe by default, so you shouldn't worry about that. El jul. 9, 2016 7:50 AM, "Hilaire" escribió: > Le 09/07/2016 11:42, Pierce Ng a écrit : > > > After making UDBCSQLite3 work with Glorp on Pharo 5, I've > decided/realized that > > I don't

Re: [Pharo-users] SQLite + Pharo

2016-07-07 Thread Esteban A. Maringolo
re people is using the UDBC version rather the previous one. But nothing significant, because AFAIU the UDBC has more methods, but didn't change the semantics. Regards! Esteban A. Maringolo

Re: [Pharo-users] SQLite + Pharo

2016-06-30 Thread Esteban A. Maringolo
Hilaire, If you want to generate the SQL statements by hand you can use the UDBC SQLite3 driver, or if you want o use an ORM you can use Glorp. See: http://forum.world.st/ANN-Glorp-SQLite3-for-Pharo-5-td4899277.html#a4899303 Regards! Esteban A. Maringolo 2016-06-30 14:53 GMT-03:00 Hilaire

Re: [Pharo-users] DBXTalk/Garage: GAMySQLDriver#execute: raises exception when int field is NULL

2016-06-14 Thread Esteban A. Maringolo
: 'DBXTalk' project: 'Garage'; configurationOf: 'Garage'; load. #ConfigurationOfGarage asClass project stableVersion load: 'mysql'. Regards! Esteban A. Maringolo 2016-06-13 18:36 GMT-03:00 Mark Bratcher <mdbra...@gmail.com>: > Esteban > > I think this is a v

Re: [Pharo-users] Pharo Mooc after the 19th of june

2016-06-13 Thread Esteban A. Maringolo
server > - Unisciel + unit servers. Wouldn't it be possible to publish the MOOC in other platforms like Cursera, Udemy, or similar? Those platforms let you access the MOOC materials and videos even when the "live" course ended. Regards! Esteban A. Maringolo

Re: [Pharo-users] DBXTalk/Garage: GAMySQLDriver#execute: raises exception when int field is NULL

2016-06-13 Thread Esteban A. Maringolo
Hi Mark, I tested it on a Linux host connecting to a server in Linux also, and it doesn't fail. I'll test it later in a Windows host. Regards! Esteban A. Maringolo 2016-06-11 18:20 GMT-03:00 Mark Bratcher <mdbra...@gmail.com>: > Hello > > > > Not sure where else to pos

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread Esteban A. Maringolo
The Glorp port Pierce is refering to, as well as its UDBC-SQLite3 library are meant to be used in Pharo 5. The NB (for NativeBoost) are Pharo 4 things. Regards! Esteban A. Maringolo 2016-06-05 19:38 GMT-03:00 francescoagati <francescoagati1...@gmail.com>: > yes with 32 bits is ok. i t

Re: [Pharo-users] [ANN] Glorp-SQLite3 for Pharo 5

2016-06-05 Thread Esteban A. Maringolo
it. Regards! Esteban A. Maringolo

Re: [Pharo-users] SandstoneDB for Pharo maintainer?

2016-06-02 Thread Esteban A. Maringolo
I've seen Ramon Leon active on Twitter (@ramon_leon), I don't know if it was him who did the Pharo port, but asking him wont hurt. Regards! Esteban A. Maringolo 2016-06-02 13:26 GMT-03:00 Udo Schneider <udo.schnei...@homeaddress.de>: > All, > > I noticed that the most recent Sa

Re: [Pharo-users] How to load Glorp / SQLite3?

2016-05-31 Thread Esteban A. Maringolo
t; is helping us with getting the SQLite3 driver back to Pharo 5. This issue can be followed "live" in the https://pharoproject.slack.com/messages/databases/ channel. Regards! Esteban A. Maringolo 2016-05-31 15:08 GMT-03:00 Alistair Grant <akgrant0...@gmail.com>: > Hi All, > >

Re: [Pharo-users] Call for feedbacks: Enterprise Pharo ePub version

2016-05-30 Thread Esteban A. Maringolo
t time that i open this > class of file. i hope this helps. > > should i try a different epub reader? I think you should, try with the Calibre eBook manager/reader, or the Kindle app in your phone/tablet. Esteban A. Maringolo

Re: [Pharo-users] Call for feedbacks: Enterprise Pharo ePub version

2016-05-30 Thread Esteban A. Maringolo
of contents, with over 200 pages (and > 4000 "positions") the TOC seems to be missing most of the sections of the whole book. And without a proper TOC using a book like this on an e-ink reader like Kindle it is very difficult to "jump" between sections. Regards! Esteban A. Ma

<    1   2   3   4   5   >