(RPackage named: 'ABC') register.
or
RPackageOrganizer default registerPackage: (RPackage named: 'ABC’).
or
RPackageOrganizer default registerPackageNamed: ‘ABC’.
the 3 ways work (just tested).
If you are not succeeding probably there is another, previous problem (like
de-sync caused by some
itli...@schrievkrom.de wrote:
How can I create a package correctly via code ?
I tried stuff like
PackageOrganizer default registerPackageNamed: 'Keks4'
SystemOrganization addCategory: 'Keks4'
but the package does not appear in the browser.
Marten
I don't have a direct answer for you, si
There is a discussion on developing client/server in Dolphin Smalltalk's
online documentation
http://www.object-arts.com/downloads/docs/index.html -> Appendix B ->
Application Patterns -> New Application #consequences.
I was wondering if this approach could be adopted in developing a
Client/Server
Sven,
Is it possible to skip blank/empty lines in NeoCSVReader?
So if a line is empty or contains "" it would be skipped from
the iteration.
Does it already provider such feature? (I couldn't find any setting
related with this).
Esteban A. Maringolo
as Stef says, we are close, but not there yet.
I’m working on it and I hope to have something really soon.
Esteban
> On 03 Oct 2014, at 22:13, stepharo wrote:
>
> Pharo has a new classbuilder with first class instance variables so the
> bootstrap took longer and
> doing so esteban and guille
Everything you done is correct.
all this information you see in your terminal is debugging of error
reporting. Python errors are send back to Pharo and trigger pharo debugger.
So yes everything you see is to be expected. I use it to check that
everything goes as planned with python execution.
if
Many of them are here, AFAIR they were Lorenzano, Polito, Peck.
Paid by ESUG because we already wre convinced that databse support is
important.
Even with its outdated condition, ORM hasn't changed much in the past
years, so current GLORP fits most of the needs, it's proven, it's
tested and
Unfortunately, we don't have the manpower to maintain such
a beast, are there many people using glorp in production? With PostgresV2?
I am making a living out of two projects using GLORP+PostgresV2 since
almost a year. So me, and my company, depends on it.
I'd join an community driven "ORM Tas
On 24/9/14 18:17, Pierce Ng wrote:
Hello,
I am pleased to report that I have gotten Glorp working with NBSQLite3
enough to run Sven's Reddit.st.
Cool what is NBSQLite3 (a nativeboost version)? Nice. Would be nice once
you API stabilize that
we get a chapter or on NBSQLite3 :)
As mentioned
2014-10-03 17:22 GMT-03:00 stepharo :
>
> On 30/9/14 21:02, Esteban A. Maringolo wrote:
>>
>> As a side note to this discussion:
>>
>> Postgres Outperforms MongoDB and Ushers in New Developer Reality
>>
>> http://blogs.enterprisedb.com/2014/09/24/postgres-outperforms-mongodb-and-ushers-in-new-devel
Thanks for the information.
May be Olivier could help us there.
On 3/10/14 12:59, Pierce Ng wrote:
On Thu, Oct 02, 2014 at 03:43:05PM -0300, Esteban A. Maringolo wrote:
Is the V2/V3 spec a PostgreSQL protocol spec or something made up in
the Squeak community?
V2/V3 are PostgreSQL wire protoco
Do you really mean that the board is a kind of jerks and idiots that are
lazy bastards?
Please slow down, I never, ever, suggested even remotely that.
I know but do not say that the board is not interested. We just issue
today a roadmap to inria and database is one of the items.
If people
On 3/10/14 14:32, Stephan Eggermont wrote:
PostgresV3-Core/Pool looks perfectly usable.
There is
PG3Connection>>md5HashMessage: aString
^Smalltalk globals
at: #MD5
ifPresent: [ :md5 | (md5 hashMessage: aString) hex asLowercase ]
ifAbsent:
On 30/9/14 21:02, Esteban A. Maringolo wrote:
As a side note to this discussion:
Postgres Outperforms MongoDB and Ushers in New Developer Reality
http://blogs.enterprisedb.com/2014/09/24/postgres-outperforms-mongodb-and-ushers-in-new-developer-reality/
Maybe there could be a VoyagePostgresql a
thanks so we will communicate and set up all the boring ticketing and
web page I guess
On 2/10/14 18:30, Stephan Eggermont wrote:
That combines well with FOSDEM, which is the next two days in Bruxelles.
Yesterday I got a mail that we'll be having a smalltalk room on Sunday.
Stephan
Pharo has a new classbuilder with first class instance variables so the
bootstrap took longer and
doing so esteban and guille found bugs in Spur. So regularly but hidden
from the fame, esteban goes over it.
and we hope soon to have some images to beta testers.
My apologies if this is already sp
My apologies if this is already spelled out somewhere and I simply can't
find it, but are there any Spur images for Pharo yet? I can only find
Squeak ones. It's not a big deal either way; I was just playing with an
algorithm that, after very heavy optimization, I was able to get down to
about 278
I would use only the Python bridge but not the Blender features (Cube,
etc). Will be the Python bridge and parser contained in its own package?
I have started from MinGW and evaluated
Ephestos sendMessage: 'print("hello world")'.
Ephestos sendMessage: 'x = 3'.
Ephestos getValue: 'x'.
$ python py
How can I create a package correctly via code ?
I tried stuff like
PackageOrganizer default registerPackageNamed: 'Keks4'
SystemOrganization addCategory: 'Keks4'
but the package does not appear in the browser.
Marten
--
Marten Feldtmann
Hi guys
we are really happy to welcome
University of Bern
Uqbar
Reveal from Lugano
as official academic member of the pharo consortium.
I know that some other entities are following the same path and this is
really great.
Stef
Hi Kilon,
Le 30 sept. 2014 à 15:53, kilon alios a écrit :
> Actually the best thing to do when you 2 choices is to pick the third one. In
> this case its what I call "double mode" , you see it quite frequently with
> software synthesizer, as you can imagine a synthesizer is a complex
> electro
PostgresV3-CodeMirror is very interesting.
7 classes and less than 1K lines of code.
In the base class PG3SchemaMirror, the
compilerClass, parserClass, sourceCodeTemplate
and shoutParserClass are overridden to return
PG3-specific classes. That allows simple
integration with other languages, in th
2014-10-02 17:26 GMT-03:00 Sven Van Caekenberghe :
> Esteban,
>
> On 02 Oct 2014, at 20:43, Esteban A. Maringolo wrote:
>
>> 2014-10-02 15:19 GMT-03:00 Stephan Eggermont :
>>> Esteban wrote:
Are you using/planning to use PostgresV3?
>>>
What are its advantages over current driver (Postgr
2014-10-03 2:47 GMT-03:00 stepharo :
> On 2/10/14 20:43, Esteban A. Maringolo wrote:
>> I don't want to sound harsh, but there is no VISIBLE interest from the
>> Pharo board/committee regarding ORM and/or RDBMS support other than a
>> CI task.
> Do you really mean that the board is a kind of jerks
PostgresV3-Core/Pool looks perfectly usable.
There is
PG3Connection>>md5HashMessage: aString
^Smalltalk globals
at: #MD5
ifPresent: [ :md5 | (md5 hashMessage: aString) hex asLowercase ]
ifAbsent: [ WebUtils md5Digest: aString ]
Which work
On Thu, Oct 02, 2014 at 03:43:05PM -0300, Esteban A. Maringolo wrote:
> Is the V2/V3 spec a PostgreSQL protocol spec or something made up in
> the Squeak community?
V2/V3 are PostgreSQL wire protocol versions. V3 supports parameter binding
and bulk copying, whereas V2 does not.
There is some add
26 matches
Mail list logo