On Mon, 4 Feb 2019 at 01:58, magicspeller wrote:
> Ben Coman wrote
> > On Sun, 3 Feb 2019 at 19:54, Sven Van Caekenberghe <
>
> > sven@
>
> > > wrote:
> >>
> >> You are on Windows, are there any other Windows users that can confirm
> >> this either way ?
> >>
> >
> > On Win 10 and this works for
> On 1 Feb 2019, at 14:16, Vitor Medina Cruz wrote:
>
> Hello,
>
> Where I can find documentation for slots?
>
Sadly not… It is on the todo for far too long. I will put it on higher priority
and hope to have some documentation soon.
Marcus
OK, I successfully loaded Seaside, Bootstrap and Magritte into Pharo 7.0.1
(32 and 64 bit) on Win10.
If anybody needs the 'how-to', here's what I did:
- Install stable version of Magritte3 from Catalog Browser (marked as Pharo
7.0 compatible)
- Install stable version of Bootstrap from Catalog Brow
Thanks Pierce
Turns out my problem seems to have been from using a #cacheRepository: send
in the Metacello load instruction.
e.g. when I do a
Metacello new
baseline:'MyProject';
repository:'/my/path/';
cacheRepository: '/my/cache';
load
Then the packages aren't loaded but if
Hi
EstebanLM wrote
>
>> Without
>> having to do anything by hand when a package is loaded, I mean. And
>> also a
>> way to see that info right next to the code pane without having to click
>> anything? Also hopefully senders/implementors count?
>
> Uhm?
> I do not understand this… but I
> On 4 Feb 2019, at 16:02, Paul DeBruicker wrote:
>
> Hi
>
>
>
>
> EstebanLM wrote
>>
>>> Without
>>> having to do anything by hand when a package is loaded, I mean. And
>>> also a
>>> way to see that info right next to the code pane without having to click
>>> anything? Also hopefull
There's already an issue on GH. So thats good.
https://github.com/Metacello/metacello/issues/400
Paul DeBruicker wrote
> Thanks Pierce
>
> Turns out my problem seems to have been from using a #cacheRepository:
> send
> in the Metacello load instruction.
--
Sent from: http://forum.worl
Thanks, I had already read this paper, which got me interested in the
concept of slots :) . Is it a prototype in Pharo or is ready to use? it
will become as an official part of it?
On Sun, Feb 3, 2019 at 10:13 AM Ben Coman wrote:
>
>
> On Sun, 3 Feb 2019 at 17:50, Todd Blanchard via Pharo-users
> On 4 Feb 2019, at 20:11, Vitor Medina Cruz wrote:
>
> Thanks, I had already read this paper, which got me interested in the concept
> of slots :) . Is it a prototype in Pharo or is ready to use? it will become
> as an official part of it?
Is ready, is official, is there :)
Esteban
>
>
Vitor Medina Cruz wrote
> Thanks, I had already read this paper, which got me interested in the
> concept of slots :) . Is it a prototype in Pharo or is ready to use? it
> will become as an official part of it?
>
>
> On Sun, Feb 3, 2019 at 10:13 AM Ben Coman <
> btc@
> > wrote:
>
>>
>>
>> On S
Hi,
I need some testing on Mac OS and Windows, Linux should be fine, of a
new bundle for drgeo.
It is there
https://www.dropbox.com/s/z2acnw1yi77q4ps/DrGeo.app-19.03a.zip?dl=0
I just need to know if it running or not.
Thanks
Hilaire
--
Dr. Geo
http://drgeo.eu
Windows 8.1 is ok
Cheers,
Hernán
El lun., 4 feb. 2019 a las 18:46, Hilaire () escribió:
> Hi,
>
> I need some testing on Mac OS and Windows, Linux should be fine, of a
> new bundle for drgeo.
>
> It is there
> https://www.dropbox.com/s/z2acnw1yi77q4ps/DrGeo.app-19.03a.zip?dl=0
>
> I just need
Hi,
I just noticed that the Pharo regexes do not understand non-greedy matches. A
regex engine to be PCRE is kind of essential, not having '.*?' to be a
parseable and working regex is a bummer. Are there any more powerful regex
engines around for Pharo? I could not find any.
Cheers,
Manuel
Hi all,
Is there a definitive list of all the pharo-* organizations on GH? Like
pharo-rdbms, pharo-nosql, pharo-vcs, ... Or, a way to query GH to find out?
Pierce
+1 to this question
The "Pharoverse" is expanding faster every day.
Esteban A. Maringolo
El lun., 4 feb. 2019 a las 22:43, Pierce Ng () escribió:
>
> Hi all,
>
> Is there a definitive list of all the pharo-* organizations on GH? Like
> pharo-rdbms, pharo-nosql, pharo-vcs, ... Or, a way to query
Hi Pierce,
I am currently writing a command-line tool which queries pharo repositories
using the GitHub API, and based on the repository tag. Maybe not exactly
what you asked for but it's a start. You can find the tool at:
https://github.com/hernanmd/pi
Cheers,
Hernán
El lun., 4 feb. 2019 a la
Ben Coman wrote
> On Mon, 4 Feb 2019 at 01:58, magicspeller <
> pharo@
> > wrote:
>
>> I just discovered the window tabs
>> at the bottom as well, which would have helped if I'd thought to look
>> there.
>>
>> Hope I didn't cause anyone a lot of frustration.
>>
>> In a way, I am glad I posed the
Hi,
Yes, Pharo regex implementation is very naive.
We will be moving to a PCRE binding to match outside world standards but we
have not had the time to work on it :(
Esteban
> On 5 Feb 2019, at 00:27, Manuel Leuenberger wrote:
>
> Hi,
>
> I just noticed that the Pharo regexes do not underst
The Regex engine inside SmaCC allows for non-greedy REs. But it's
integrated as a parser first stage, not as an independent RE engine.
Regards,
Thierry
Le mar. 5 févr. 2019 à 08:34, Esteban Lorenzano a écrit :
>
> Hi,
>
> Yes, Pharo regex implementation is very naive.
> We will be moving to a P
Hi,
Naming the teams “pharo-something” was kind of my idea to improve visibility of
pharo. This has been followed by others which means we do not know all
organisations nor all pharo contributions are made under a pharo-something team
(in fact the less of them).
We have in our TODO a new vers
20 matches
Mail list logo