Re: [Pharo-users] UFFI const, unsigned, opaque-ish types

2016-08-31 Thread Esteban Lorenzano
Hi, (Short because I'm by phone) Const should be ignored so you can keep it (if not is a bug) Unsigned does not exist :) You can always put an alias, but the type you are looking for is "uint" Cheers, Esteban > On 31 Aug 2016, at 18:59, Ben Coman wrote: > > For this definition pulled from

[Pharo-users] BitArray and BooleanArray ?

2016-08-31 Thread Bernardo Ezequiel Contreras
Hi, why there isn't a BitArray or BooleanArray in the collection library? is there a sustitute for that? thanks -- Bernardo E.C. Sent from a cheap desktop computer in South America.

[Pharo-users] UFFI const, unsigned, opaque-ish types

2016-08-31 Thread Ben Coman
For this definition pulled from a library header file... typedef struct { const void *data; unsigned private_flags; } CXString; which is used with a helper function to get a usable string like... void show_clang_version(void) {CXString version = clang_getClangVersio

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

2016-08-31 Thread Blondeau Vincent
Hello, I used some method of RAEscapingSqlPrinter to escape the quotes. And it is working nicely now. I added the escaping method in Garage: String >> asPostgresEscapedSql You have to call it on the "unsafe strings" before executing the query (prepared statement or not). Thanks Pierce! Cheers,

Re: [Pharo-users] The myth of a small deployment image using metacello

2016-08-31 Thread Dale Henrichs
On 8/31/16 4:34 AM, Denis Kudriashov wrote: Hi Dale. 2016-06-24 21:53 GMT+02:00 Dale Henrichs >: Does the following meet your needs? project: 'Magritte3' with: [ spec

Re: [Pharo-users] The myth of a small deployment image using metacello

2016-08-31 Thread Denis Kudriashov
Hi Dale. 2016-06-24 21:53 GMT+02:00 Dale Henrichs : > Does the following meet your needs? > > project: 'Magritte3' with: [ > spec > className: > #ConfigurationOfMagritte3; >

Re: [Pharo-users] Network System Settings

2016-08-31 Thread Blondeau Vincent
Hello, If you have an orange corner at the top right of the field, the content is not saved. To do it, you have to Accept the changes: CTRL+S or CMD +S. The store setting allows you to use the same settings for other images. Best, Vincent > -Message d'origine- > De : Pharo-users [mailt

Re: [Pharo-users] Network System Settings

2016-08-31 Thread Nicolai Hess
Accept the change when editing the values. Am 31.08.2016 12:05 nachm. schrieb "bharath" : > Using Pharo 5.0 with default image. > > I tried configuring proxy settings(to access monticello repositories). As > part of this (via both Welcome window -> settings browser and Systems -> > Settings) >

[Pharo-users] Network System Settings

2016-08-31 Thread bharath
Using Pharo 5.0 with default image. I tried configuring proxy settings(to access monticello repositories). As part of this (via both Welcome window -> settings browser and Systems -> Settings) . selected Use HTTP Proxy . Changed port no. . Set the proxy server name . Added exception patte

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-08-31 Thread Offray Vladimir Luna Cárdenas
Hi, On 31/08/16 08:52, stepharo wrote: I do not get how you can write a PhD in a system that does not support - footnote - citation - figure reference. Pillar supports all that. Pandoc's markdown support all that. I need zotero bibliography integration by using @keys. I star

[Pharo-users] MNU PPContext>>identifier in GT Inspector extension

2016-08-31 Thread Alistair Grant
Is anyone else seeing this error with Doru's Pillar GT Inspector extension? Given I can't get even a basic example to work I'm guessing that it is an environmental issue, but wanted to check first... I've tried loading it in both Pharo 5 and 6 with the same results when selecting the Pillar tab i