Hi!
What is the meaning of a pink box?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
this is probably a bit tall order, so consider it more like a food for
thought, however how hard do you think it would be to add layers to roassal?
Examples of layers could be
1 - background (grid),
2 - the visualized figures,
3 - selection highlights
4 - handles (moving handles, resize handles)
There are certain benefits like clearing all handles by simply replacing a
layer with clear one, potential performance improvements and more. It would
definitely require more thought but it might be interesting to consider in
the coming years.
Cheers,
Peter
Hi,
to ease search in the FAMIX meta-model for a non Pharo developer, I
would like to export it to a text file. Is that already possible?
Thanks
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
Hi,
I have finally finished the first part of my visualization project of
political discourses on Twitter. You can see the details here:
http://mutabit.com/offray/static/blog/output/posts/visualizing-politiciansp…
(As you can see Pharo was not used to extract the data, just to scrap
it, structure it and visualize it).
The politicians tag cloud look nice if the background is white, because
the png background is transparent, but if you share it on Twitter, the
black background makes the tag cloud invisible. I could use image
editing programs to change the background from transparent to white, but
I would like to know if there is a way to make that change inside
Pharo/Roasal.
Thanks for all your support in making this ideas possible.
Cheers,
Offray
Hello guys,
I would like to present you apiwave <http://apiwave.com>, a tool to
discover and track APIs.
While it is easy to know how “popular” is a project in number of
contributors or fans, it’s quite hard to know how many clients are actually
using it.
To cover that, we performed an analysis on the most used APIs in top 500
GitHub java projects. On apiwave <http://apiwave.com/> you can dig into
this data, and explore how more than 250K frameworks/packages/APIs are
actually being used over time. You can read a bit more in this post
<https://apiwave.wordpress.com/2015/04/10/most-used-apis-in-top-500-github-j…>
.
Even if the tool is not directly related with Moose, I think it could be
interesting for some developers here :)
Feel free to provide feedback.
best regards,
--
Andre Hora
It only appears when diving starts from an inspector, not from a playground.
Will playgrounds get this button, too? It took me a while to figure out why
the button was missing in some cases. After you're a few panes deep, it
seems irrelevant how the first code was evaluated...
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/GT-Playground-Missing-Refresh-Button-tp4818761.html
Sent from the Moose mailing list archive at Nabble.com.
Hi All,
In ConfigurationOfPetitParser, there is a stable version 1.10 for Pharo 3.0
which says to load version PetitIndent.JanKurs.1.
version110: spec
<version: '1.10' imports: #('1.6-baseline' )>
spec for: #'common' do: [
..
package: 'PetitIndent' with: 'PetitIndent-JanKurs.1';
..
Yet, if I load the stable version from Pharo 3.0:
Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser';
configurationOf: #PetitParser; load.
(ConfigurationOfPetitParser project version: '1.10') load.
I got PetitIndent.JanKurs.11 loaded, which is very unfortunate, since other
packages are kept old.
Does anyone knows why is this?
Cheers,
Jan
1. Go "#(1 2) asOrderedCollection"
2. In the right pane, type "firstIndex" and Go again
Either nothing happens or another pane opens on nil. "firstIndex" stays in
red, showing that it's not recognized.
Is this limitation on purpose?
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/GT-Inspector-Inst-Vars-Not-Bound-tp4818610.html
Sent from the Moose mailing list archive at Nabble.com.