Re: [Pharo-users] mustache questions

2017-05-25 Thread p...@highoctane.be
Ah, yes, that change really smells bad compared to previous Pillar where it was all in one step. Let's do opinionated books/booklets/presentations/articles. At least we'll have something working. Let's pick one or two output formats and then let's use Pandoc http://pandoc.org/ for the rest. Phil

Re: [Pharo-users] Dictionary whose values are dictionaries

2017-05-27 Thread p...@highoctane.be
Looks like a JsonObject On Sat, May 27, 2017 at 8:28 PM, Stephane Ducasse wrote: > Hi > > I'm looking for an implementation of dictionary whose value is also a > dictionary. > > Stef >

[Pharo-users] Contrib CI > Cannot build

2017-05-28 Thread p...@highoctane.be
I am trying to get JiraTalk on the contrib CI but it keeps failing. Check: https://ci.inria.fr/pharo-contribution/job/JiraTalk/16/PHARO=50,VERSION=development,VM=vm/console Clues? I am able to load the configuration and do all of this on my local Jenkins, so I am puzzled (albeit I do not have s

Re: [Pharo-users] Contrib CI > Cannot build

2017-05-28 Thread p...@highoctane.be
Jenkins service with proper SLA. Like on https://www.cloudbees.com/ Phil On Sun, May 28, 2017 at 6:18 PM, Sven Van Caekenberghe wrote: > The whole CI is acting strange for quite some time now, I get alternating > successes/failures all the time. > > > On 28 May 2017, at 17:59, p..

Re: [Pharo-users] How to use uFFI with String

2017-05-29 Thread p...@highoctane.be
Time to learn. Phil On Mon, May 29, 2017 at 1:24 AM, horrido wrote: > I don't use GitHub. I've never used GitHub. I don't know how to use GitHub. > > I looked at making a pull request and I was totally stymied. "Clueless" > doesn't even begin to describe how I felt. > > > Ben Coman wrote > > On

Re: [Pharo-users] Porting Transducers to Pharo

2017-06-05 Thread p...@highoctane.be
Coupling this with Olek's work on the DataFrame could really come handy. Phil On Mon, Jun 5, 2017 at 9:14 AM, Stephane Ducasse wrote: > Hi Steffen > > > > The short answer is that the compact notation turned out to work much > better > > for me in my code, especially, if multiple transducers ar

Re: [Pharo-users] [Pharo-dev] [OT] (slightly) What makes other dialects "enjoyable" for you? (WAS: difference between double dispatch...)

2019-04-11 Thread p...@highoctane.be
I second that. A locked up Pharo IDE is infuriating. A dead/broken keyboard is proof of this. I have been using Jetbrains IDEA for a while now and love the embedded terminal, the Ctrl-Tab for tools and Ctrl-f12 for jumping to a method + the shift shift global search (kind of spotter) that matches

Re: [Pharo-users] [ANN] HeySql v1.1

2019-10-21 Thread p...@highoctane.be
Looks interesting. I'll give it a shot. Same feel about ORMs in general here, so, let's see how it goes. Phil On Sat, Oct 19, 2019 at 6:58 PM Petter wrote: > Hi, I have just released HeySql, version 1.1 - a database orm for > Postgresql. > > - Support for migrations > - Generation of migrati

Re: [Pharo-users] PharoADO

2019-10-21 Thread p...@highoctane.be
A question: is PharoCOM and PharoWin32 usable in Pharo 32 bits and 64 bits on Windows or is it a 32 bit thing? Phil On Tue, Oct 15, 2019 at 9:36 PM eftomi wrote: > Dear all, > > A working prototype of PharoADO is now available at > https://github.com/eftomi/pharo-ado. I'd be glad if you can fin

Re: [Pharo-users] BlockClosure

2019-10-23 Thread p...@highoctane.be
It is like Object>>in: aBlock no? On Wed, 23 Oct 2019, 10:27 Kasper Osterbye, wrote: > You can define a method "=>" in Object as: > > => aBlock > ^ aBlock value: self > > That would allow you to write expressions like this: > 7 => [ :x | x+3 ] => [ :x| x*3 ], > > if you further define "=>" in

Re: [Pharo-users] BlockClosure

2019-10-23 Thread p...@highoctane.be
On Wed, 23 Oct 2019, 14:25 Kasper Osterbye, wrote: > On Wed, Oct 23, 2019 at 2:21 PM p...@highoctane.be > wrote: > >> It is like Object>>in: aBlock no? >> > Yes. > > But because it is an operator, you can write "obj => block => block => > bl

Re: [Pharo-users] Grafoscopio accepted at FOSDEM :-)... Now looking for travel funds :-/

2020-01-14 Thread p...@highoctane.be
Can help too. Need correct version to demo as what I do have is old. Phil On Tue, 14 Jan 2020, 13:49 Santiago Bragagnolo, < santiagobragagn...@gmail.com> wrote: > I am in. I am now organizing the stand. I can participate in a skype (or > what-ever-technology) to help to organize the talk. What

Re: [Pharo-users] About "it's not pharo but smalltalk"

2020-02-06 Thread p...@highoctane.be
This is tiring. I like reading those blog posts. And Pharo is not exactly Smalltalk, so what? Syntax close enough, principles close enough. What is there to win in arguing about this point? I have been not using Pharo for a while commercially, because, well, Pharo is a hard sell to companies.

Re: [Pharo-users] [FOSDEM] Grafoscopio

2020-02-07 Thread p...@highoctane.be
Same for me! Phil On Fri, 7 Feb 2020, 17:41 Offray Vladimir Luna Cárdenas, < offray.l...@mutabit.com> wrote: > Thanks a lot Santiago! You did a pretty good job representing the > community and is nice to have you also in the community channels. > > I will shared on my networks. > > Offray > > On

Re: [Pharo-users] [Pharo-dev] [ANN] uFFI Booklet v1.0

2020-02-12 Thread p...@highoctane.be
Nice. Are callbacks going to be detailed in a future version? They are pretty powerful as one can write a pharo callback to a c method and for debugging, it is golden. Phil ᐧ On Wed, Feb 12, 2020 at 6:02 PM Stéphane Ducasse wrote: > I’m preparing the website :) > > On 12 Feb 2020, at 10:30, G

Re: [Pharo-users] can I somehow test the contents of a package

2020-02-14 Thread p...@highoctane.be
y > > -Original Message- > From: Pharo-users On Behalf Of > p...@highoctane.be > Sent: 14 February 2020 18:45 > To: pharo-users@lists.pharo.org > Subject: Re: [Pharo-users] can I somehow test the contents of a package > > I have made some e

Re: [Pharo-users] can I somehow test the contents of a package

2020-02-14 Thread p...@highoctane.be
rely different context. I have not downloaded it, > because I think there is something suspicious about it. Has anyone else any > suspicions? Has someone hacked into my e-mail, or is it this list that has > been hacked? Or am I just neurotic? > > > > Peter Kenny > >

Re: [Pharo-users] [ANN] Round 4 Results Are In

2020-02-29 Thread p...@highoctane.be
Nice! ᐧ On Sat, Feb 29, 2020 at 3:59 PM Richard Kenneth Eng < horrido.hobb...@gmail.com> wrote: > https://jrmpc.ca/2020/02/29/round-4-1-leading-team/ > > Next week's final round will be more of the same: > https://jrmpc.ca/2020/02/29/round-5-challenge/. But the competition map > will be considera

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-28 Thread p...@highoctane.be
Looks nice. We should also put the books of Dr Geo in there but maybe they are GPL. But at least a link to http://www.drgeo.eu/help would be nice. Phil On Sun, Jan 28, 2018 at 10:47 AM, Esteban Lorenzano wrote: > +1 > > > On 27 Jan 2018, at 20:55, Stephane Ducasse > wrote: > > > > Hi > > > >

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-28 Thread p...@highoctane.be
If you are on Windows you can load Vista cursors from the catalog. Then you will have settings for the size. Not all cursors are implemented but it is easy to do. On Linux I had VM crashes when doing #beCursor. Maybe is it fixed these days. Phil On Jan 29, 2018 06:22, "Animosity" wrote: > Hi

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-29 Thread p...@highoctane.be
ic and that he is looking at ronie' changes. > Stef > > On Mon, Jan 29, 2018 at 8:10 AM, p...@highoctane.be > wrote: > > If you are on Windows you can load Vista cursors from the catalog. Then > you > > will have settings for the size. > > > > Not all

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-29 Thread p...@highoctane.be
Hi phil > > > > > > Yes we want to kill all the VM logic related to events because IT GETS > > > ON OUR NERVES. > > > Kill them all. Esteban told me that he is super upset by all the event > > > / screen logic and that he is looking at ronie'

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-30 Thread p...@highoctane.be
On Tue, Jan 30, 2018 at 9:50 AM, Esteban Lorenzano wrote: > > > > On 30 Jan 2018, at 09:46, K K Subbu wrote: > > > > On Tuesday 30 January 2018 01:06 PM, Norbert Hartl wrote: > >> Am 30.01.2018 um 08:26 schrieb "p...@highoctane.be p...@highoctane.be>&q

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-30 Thread p...@highoctane.be
ls > > and playing well with others, can be a strong point of advocacy about > what > > is possible within this ecosystem, tech and community for a wider > audience > > beyond programmers, like kids, school teachers, journalist, hacktivist, > > librarians, and so on.

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-30 Thread p...@highoctane.be
sing proper tools ] > >> > >> > On 29 Jan 2018, at 21:17, Stephane Ducasse > wrote: > >> > > >> > Hi phil > >> > > >> > Yes we want to kill all the VM logic related to events because IT GETS > >> > ON OUR NERVES. &g

Re: [Pharo-users] Please rejoin Discord

2018-03-10 Thread p...@highoctane.be
Same here, no more admin On Sat, Mar 10, 2018 at 12:15 PM, Clément Bera wrote: > I think the roles got changed I am no longer admin (Note that it does not > really matter since I did not do much admin work but still) > > On Sat, Mar 10, 2018 at 11:48 AM, Dimitris Chloupis > wrote: > >> Hey guys

Re: [Pharo-users] Yet another Pharo in docker

2018-03-22 Thread p...@highoctane.be
I am currently looking into deploying Pharo in Kubernetes. Not the same as Docker but quite close. Phil On Thu, Mar 22, 2018, 17:14 Sean P. DeNigris wrote: > Marcus Denker-4 wrote > > I would like to coordinate to have something official in April. > > As you investigate this, check out the bar

Re: [Pharo-users] Slower

2018-04-05 Thread p...@highoctane.be
On Thu, Apr 5, 2018, 16:09 Henrik Sperre Johansen < henrik.s.johan...@veloxit.no> wrote: > HilaireFernandes wrote > > After some more investigation, I think it is not the greated bottleneck. > > > > When I render points not as discs but as Square, Athens is happy. I > > guess the Cairo way of doin

Re: [Pharo-users] Where do we go now ?

2018-04-12 Thread p...@highoctane.be
It is true that there are many things in there. New tools have to be finished before the old ones can be removed (there was a time where refactorings were not in Calypso). But for a real project, one is settling for a version and a toolset. I am not really keen to migrate Pharo projects from one

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread p...@highoctane.be
much as I'd like. I have found that the real issues show up with cases I face in such projects. Phil On Fri, Apr 13, 2018 at 11:39 AM, Alistair Grant wrote: > On 13 April 2018 at 11:04, Sven Van Caekenberghe wrote: > > > > > >> On 13 Apr 2018, at 08:43, p...@hig

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread p...@highoctane.be
A somewhat unique name makes it easier to google for it (like Roassal Pharo, or DeepTraverser Pharo, or Zinc Pharo). These will give us hits that are relevant. Try System Browser, Inspector... And Apple has worked with NSObject and stuff like that without too much trouble (at a much larger scale

Re: [Pharo-users] Pharo Launcher

2018-04-15 Thread p...@highoctane.be
Install the bleeding edge thing, it works for me on win 10. I also noticed that the launcher runs images with VMs that do have a weird management of cursors in the dark themes, it seems that there the masks are not used properly and so, the dark arrow has no white border making it impossible to se

Re: [Pharo-users] Pharo Launcher

2018-04-15 Thread p...@highoctane.be
Go to http://files.pharo.org/pharo-launcher/bleedingEdge/ Install using the MSI, the laucher should go into %APPDATA% and images/vms to %DOCUMENTS%/Pharo/... This is the observed behavior of that new version. Older versions worked differently on Windows 10. Best, Phil On Mon, Apr 16, 2018 at

Re: [Pharo-users] C struct in 32 bits vs 64 bits VM

2018-04-19 Thread p...@highoctane.be
On Thu, Apr 19, 2018 at 10:32 AM, Thierry Goubier wrote: > > > 2018-04-19 10:24 GMT+02:00 Serge Stinckwich : > >> >> >> On Thu, Apr 19, 2018 at 9:13 AM, Serge Stinckwich < >> serge.stinckw...@gmail.com> wrote: >> >>> I try to understand differences between 32 bits and 64 bits FFI support >>> for

Re: [Pharo-users] C struct in 32 bits vs 64 bits VM

2018-04-19 Thread p...@highoctane.be
A C long is guaranteed to be at least 32 bits in size. long long is guaranteed to be 64 bits. int depends on the platform. Phil On Thu, Apr 19, 2018 at 10:30 AM, Andres Valloud < avall...@smalltalk.comcastbiz.net> wrote: > The relevant spec does not state 'long' is of any particular size. > >

Re: [Pharo-users] treemap of memory use for an object?

2018-04-23 Thread p...@highoctane.be
I do.not know about variable sizes but I've made a treemap of database table size grouped by some grouping. I'll fetch the code and post it when home. Phil On Mon, Apr 23, 2018, 19:42 PAUL DEBRUICKER wrote: > Hi, > > With Roassal is it possible to make a treemap ( > https://en.wikipedia.org/wi

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-04-27 Thread p...@highoctane.be
On Thu, Apr 26, 2018 at 3:57 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi, > > I will be showcasing Pharo, Roassal and Grafoscopio at re:publica 2018, > next week. As you may know, re:publica[2] is one of the most important > and visible media & digital culture conventi

Re: [Pharo-users] Pharo 7 image, some more size reducation

2018-04-28 Thread p...@highoctane.be
On Sat, Apr 28, 2018 at 11:16 AM, Hilaire wrote: > Hi, > > Pharo7 has proven to be a reliable host for Dr. Geo, and thank you for > your advices and helps. In the past weeks several screenshots were posted > on DrGeo twitter, all based on P7 built. Many notable tools or frameworks > like Tonel,

Re: [Pharo-users] Pharo 7 image, some more size reducation

2018-04-29 Thread p...@highoctane.be
On Sun, Apr 29, 2018 at 10:35 AM, Hilaire wrote: > Le 28/04/2018 à 12:11, p...@highoctane.be a écrit : > >> >> Very interesting to read that code. (There is a typo in workstation at >> one point). >> > Thanks, fixed. > >> >> >> >&

Re: [Pharo-users] Pharo 7 image, some more size reducation

2018-05-01 Thread p...@highoctane.be
On Tue, May 1, 2018 at 9:35 AM, Hilaire wrote: > I would love to be able to select another palette than the existing one > for figures and points etc. > >> Something somewhat more subtle instead of 255,255,0 variations. >> > > For what kind of usage will you want to switch palette? First these

[Pharo-users] Pharo Laucher > Copy and subfolders

2018-05-02 Thread p...@highoctane.be
In the Pharo Launcher (Windows 19 here), I do a copy of an existing "image" (actually an entry in the right pane). The copy copies everything which is at the root and the subfolders but the subfolders end up being empty (apparently pharo-local and github-cache included). That's pretty annoying an

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-05-06 Thread p...@highoctane.be
On Sun, May 6, 2018 at 1:14 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi Sean, > > This was a crazy week! Lot of stuff happening, but the important was > getting the people network stronger by meeting again, talking, drinking, > dancing, besides all talks, workshops and

Re: [Pharo-users] How to LAN feature

2018-05-06 Thread p...@highoctane.be
On Sun, May 6, 2018 at 1:31 PM, Norbert Hartl wrote: > If it is on a single network this should be doable by using UDP broadcast > announcements. The share server can announce some information and its IP in > a UDP packet being broadcasted. Every client receives that and then knows > the address

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-05-06 Thread p...@highoctane.be
Hi Offray, On Sun, May 6, 2018 at 1:47 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi Phil, > > On 27/04/18 03:02, p...@highoctane.be wrote: > > > On Thu, Apr 26, 2018 at 3:57 PM, Offray Vladimir Luna Cárdenas < > offray.l...@mutabit.com>

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-05-06 Thread p...@highoctane.be
On Sun, May 6, 2018 at 2:34 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > > > On 06/05/18 07:16, p...@highoctane.be wrote: > > > > > I actually restarted the loading process and then, magic, no more error. > > Seems like a known probl

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-05-06 Thread p...@highoctane.be
On Sun, May 6, 2018 at 1:14 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi Sean, > > This was a crazy week! Lot of stuff happening, but the important was > getting the people network stronger by meeting again, talking, drinking, > dancing, besides all talks, workshops and

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-05-06 Thread p...@highoctane.be
Offray, On Sun, May 6, 2018 at 1:14 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi Sean, > > This was a crazy week! Lot of stuff happening, but the important was > getting the people network stronger by meeting again, talking, drinking, > dancing, besides all talks, wor

Re: [Pharo-users] Code completion in Pharo?

2018-05-26 Thread p...@highoctane.be
Try Cmd-q or Ctrl-q ( and right alt click on Windows). Spotter also has suffixes like #im #cl #sen to be put after a few keystrokes. Spotter: shift-enter (who knows). Phil On Sat, May 26, 2018, 22:16 Tim Mackinnon wrote: > That’s exactly the exploratory attitude we like to see... > > I think

Re: [Pharo-users] Windows installation broken?

2018-06-17 Thread p...@highoctane.be
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

Re: [Pharo-users] Windows installation broken?

2018-06-17 Thread p...@highoctane.be
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

Re: [Pharo-users] Windows installation broken?

2018-06-18 Thread p...@highoctane.be
I am developing on Windows and using the launcher. Also on Linux and macOS. In a corp environment, Windows rules. So make it work there if you want any traction. The laucher now works nicely on Windows. But the files are not the right ones on the download page. So fixing that will go a long

Re: [Pharo-users] ZnClient 403 but 200 in Firefox

2018-10-10 Thread p...@highoctane.be
Works for me in a 5.0 Did this c :=ZnClient new systemPolicy; beOneShot; accept: ZnMimeType textPlain; timeout: 6000; url: 'http://ifconfig.me/ip'; yourself. c request headers at: 'User-Agent' put: 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could share his experiences. > The best thing I used for such stuff

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
https://firebase.google.com/docs/hosting/ has some more info on PWAs On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before an

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
Last spam bit: https://www.youtube.com/watch?v=iHqqUoqvYx4 On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could s

Re: [Pharo-users] My Keynote at the Salta Conference

2018-11-18 Thread p...@highoctane.be
A good way to do this is to align it with Advent of Code 2018. AoC is actually full of interesting challenges and one can do private leaderboards. This will also put Pharo on the AoC map/subreddit where challenges are discussed. Phil On Sun, Nov 18, 2018, 15:29 Richard Kenneth Eng Some of you

Re: [Pharo-users] UFFI and opaque(ish) types

2018-12-02 Thread p...@highoctane.be
example of > actually retrieving a structure member such as "typeA" in my example, my > apologies and please let me know where it is. > > Thanks again, > Alistair > > > On Fri, 30 Nov 2018 at 23:46, Esteban Lorenzano > wrote: > > > > On 30 Nov 20

Re: [Pharo-users] can I improve this

2018-12-02 Thread p...@highoctane.be
Also, given the time that some people solve the puzzle, doing it too nice is actually not the best use of time in AoC. Now, I'll try to solve quick and this will for sure lead to interesting things in Pharo. >From Reddit, people solve it quick then make it nice. Phil On Mon, Dec 3, 2018, 03:45

Re: [Pharo-users] UFFI and opaque(ish) types

2018-12-03 Thread p...@highoctane.be
> > https://clang.llvm.org/docs/PCHInternals.html#declarations-block > > > > On Sun, Dec 02, 2018 at 04:41:38PM +0100, p...@highoctane.be wrote: > > No, but what about FFIExternalPackedStructureTest and FFITestStructure ? > > > > Never tried with a typedef in the

Re: [Pharo-users] can I avoid the nested loops

2018-12-04 Thread p...@highoctane.be
Use Rectangle class and intersect: method? On Tue, Dec 4, 2018 at 5:07 PM Roelof Wobben wrote: > Hello, > > For adventofCode I had to write some code that calculates the overlap that > multiple rectangles have. > > Fo far I have it working for 1 rectangle but I do not like the code > because

Re: [Pharo-users] can I avoid the nested loops

2018-12-04 Thread p...@highoctane.be
ing >> point the length and the width >> > > Use Spotter to bring up the System Browser on the Rectangle class. > Then right-click >> Class-refs > to look at how the class is used directly to create new instances. > > cheers -ben > > > >> >&g

Re: [Pharo-users] how to rewrite this to use a stream

2018-12-15 Thread p...@highoctane.be
Thx for those reviews. And interesting paper. Phil On Sat, Dec 15, 2018, 04:20 Richard O'Keefe Starting from the top:\ > (0) It's not *wrong* to start a selector with a capital letter, but > it is certainly unusual. > (1) Intention-revealing names are good. That's why this name is bad. >

Re: [Pharo-users] How do you avoid loading master code which is indirectly referenced by a version in the baseline?

2019-02-19 Thread p...@highoctane.be
Same boat here. Phil On Tue, Feb 19, 2019, 13:05 Tim Mackinnon Hi Sabine - you raise an important point, and I am interested in us > getting better answers to this too. Hopefully Dale see’s this and is > thinking about this in Rowen. Repeatable loading is an important enterprise > feature. > > T

Re: [Pharo-users] Why can't a Bag answer as a dictionary?

2019-03-06 Thread p...@highoctane.be
And when asking the object: #(1 2 4 5 6 7 2 1 4 3) asBag isDictionary we get false. So, not, not a dictionary. I still have been using #valuesAndCounts to get the dictionary out of a bag on several occasions. And is useful indeed. #(1 2 4 5 6 7 2 1 4 3) asBag occurrencesOf: 2 and #(1 2 4 5

Re: [Pharo-users] How exactly is "share repositories between images" supposed to work without tripping each other up?

2019-03-06 Thread p...@highoctane.be
And then the Pharo launcher folder suddenly appears as a 20GB folder... Same league as a Maven .m2, albeit with a messier structure, full of copies all over the place. Is Cargo going to help us there? Phil On Wed, Mar 6, 2019 at 5:18 PM Sean P. DeNigris wrote: > Tim Mackinnon wrote > > how

<    2   3   4   5   6   7