Yes, you are right, indeed there are three groups in the baseline so you can
install only JupyterTalk package doing
Metacello new
baseline: 'JupyterTalk';
repository: 'github://jmari/JupyterTalk:master/repository';
load:'default'
This is the right way.
-
Hello Jesús Marí
Your most recent note about the different groups for the Metacello
command clarifies the situation.
Thank you also for your two answers yesterday 15th.
You asked if I installed Jupyter and and ZeroMQ in your system?
The answer is no: I was assuming Jupytertalk (your Pharo Sma
In the group with Roassal you should load the (symbolic) version of Roassal
you need.
Stephan
> I believe this is a known Windows issue.
Well this is more of a show-stopper than just an issue.
Is the project maintained? Is Windows support something that is planned?
Thanks,
Peter
On Thu, Jul 19, 2018 at 7:35 PM kmo wrote:
> I believe this is a known Windows issue. I have certainly see
Hello,
In a class that uses a Trait, how can I override one of it's method by
appending behavior to the method implemented by the Trait? In a typical
override, this is done by calling super:
method
super method
"extended behavior"
...
Is there a way to change "super" to a reference th
--- Begin Message ---
Hello,
I am trying to load stable Zinc as dependency in my project, like this:
...
project: 'ZincHTTPComponents' with: [
spec
className:
#ConfigurationOfZincHTTPComponents;
Hi Petr,
I also have
project: 'ZincHTTPComponents' with: [
spec
className: 'ConfigurationOfZincHTTPComponents';
repository: 'http://mc.stfx.eu/ZincHTTPComponents';
loads: #('Core' 'Tests' 'REST' 'AWS');
versionString: #stable ];
in my main project, which has not ch
Well, found out about aliasing in
http://pharo.gemtalksystems.com/book/LanguageAndLibraries/Traits/, is that
the correct way of doint it?
On Thu, Aug 16, 2018 at 11:30 AM, Vitor Medina Cruz
wrote:
> Hello,
>
> In a class that uses a Trait, how can I override one of it's method by
> appending beh
--- Begin Message ---
I can't understand a mess in Zinc packages versions. I downloaded fresh 6.1
(32bit) image from pharo.org, opened Monticelo Browser and searced for
'Zinc-HTTP' package.
There is version Zinc-HTTP (TheIntegrator.461). Repository info points to
"http://mc.stfx.eu/ZincHTTPCompo
Yes, those .TheIntegrator versions are not real, can't explain that further.
If you want to go to the very latest version, you also have to load the latest
version of ConfigurationOfZincHTTPComponents first, else you get an older
latest version (yes this is a bit confusing, but it makes perfect
--- Begin Message ---
That Metacello code snip did not update the ConfigurationOfZincHTTPComponents
to the latest version, so actual stable version was not loaded :( Weird.
pf
> Yes, those .TheIntegrator versions are not real, can't explain that further.
>
> If you want to go to the very lates
Hello Vitor,
Yeah, I was talking about that with Pablo (who implemented stateful traits)
some times ago.
He told me that aliasing was he way to go.
There is no other option to override a trait method without aliasing it.
Cheers,
Julien
---
Julien Delplanque
Doctorant à l’Université de Lille
Thanks Julian!
On Thu, Aug 16, 2018 at 5:38 PM, Julien wrote:
> Hello Vitor,
>
> Yeah, I was talking about that with Pablo (who implemented stateful
> traits) some times ago.
>
> He told me that aliasing was he way to go.
>
> There is no other option to override a trait method without aliasing i
Hi,
We again got carried away and forgot to update the world about what is up in
our corner. Here is a summary:
--
Bloc & Brick
--
- Text editor stability has been significantly improved
- Improved support for selection in the text editor
- Support for typical editing keybindings (copy, cut, pa
14 matches
Mail list logo