On 17 June 2018 at 02:47, Sven Van Caekenberghe wrote:
> Hmm, Ben,
>
> Did you see NeoJSONCustomMapping's mapping method category ?
> There you can already find #listOfElementSchema: #listOfType:
#listOfType:andElementSchema: as well as #mapWithValueSchema:
>
Yes. Indeed thats where I copie
Hi Tudor.
This is super impressive.
What's next? Do you plan to implement IDE for writing documents,
navigation, refactorings? (senders, renames should find all places in
documents)
2018-06-13 21:57 GMT+01:00 Tudor Girba :
> Hi,
>
> We are happy to announce a new leap of GToolkit Documenter, the
I tried downloading the standalone version of Pharo 6.1 in a fresh folder, and
everything seems fine.
I then tried the Pharo Launcher, which I have never used before. I installed
the template for Pharo 6.1 (stable) and tried to launch it. The launcher window
closed, and nothing happened. The Ta
Try running the launcher as administrator.
It may not help, but I recall this was a problem not long ago.
On June 17, 2018 9:08:50 AM PDT, PBKResearch wrote:
>I tried downloading the standalone version of Pharo 6.1 in a fresh
>folder, and everything seems fine.
>
>I then tried the Pharo Launcher,
Tried ‘Run as administrator’ – same result. Also tried to uninstall launcher,
both by double-clicking ‘uninstall.exe’ and via Windows settings menu. Nothing
happens. It really is broken.
Peter Kenny
From: Richard Sargent
Sent: 17 June 2018 17:42
To: Any question about pharo is welcome ;
I have a challenge for you: try to uninstall it :)
Look at this thread for Win10 workarounds:
https://twitter.com/smalltalkdev/status/978973863332798464
If you do not like workarounds, stay with standalone downloads (or zeroconf for
Linux).
pf
> Someone told me that they had difficulties insta
The current website shows the wrong link, the installer for the bleeding
edge is the wrong one in files.
The situation on the Windows front is very very bad and not really
improving.
That being said, the installer on the CI is the right one and works.
so, steal the installer from here:
https://ci
I wonder how many people tried Pharo, thought "Oh this is totally broken"
and are never going to give it a second (or third) chance.
On Sun, Jun 17, 2018 at 11:26 AM, p...@highoctane.be
wrote:
> The current website shows the wrong link, the installer for the bleeding
> edge is the wrong one in f
Install for the msi on the CI.
https://ci.inria.fr/pharo-ci-jenkins2/job/PharoLauncher/
On Sun, Jun 17, 2018 at 7:02 PM PBKResearch wrote:
> Tried ‘Run as administrator’ – same result. Also tried to uninstall
> launcher, both by double-clicking ‘uninstall.exe’ and via Windows settings
> menu. N
This is what concerns me. I don't care that there are workarounds
(undocumented or hard to find).
I care that Windows is a most popular development platform. I care that
newcomers to Pharo easily find what they need to get started. I care about
Pharo's reputation.
The last thing Pharo needs is a
Print-evaluate this:
'
' parseXML
and you should get (with any recent XMLParser lib):
If you don't want entity replacement, set #replacesContentEntityReferences: to
false. Also consider using XMLParser's built-in file reading support:
#parseFileNamed:/#onFileNamed:. They work cross platform (S
Are you developing in Squeak? I ask because the XML parser in the default
Squeak image is very old. You can download the latest Pharo XMLParser lib from
the SqueakMap. It's the "XMLParser" project. Other libs I maintain are also
available as SM projects, like "XMLParser-XPath".
If you're doing
> On 18 Jun 2018, at 02:18, monty wrote:
>
> Also consider using XMLParser's built-in file reading support:
> #parseFileNamed:/#onFileNamed:. They work cross platform (Squeak, GS), and
> handle character decoding.
Monty, do these (already) work with all the latest changes in Pharo 7, I mean
13 matches
Mail list logo