Thanks for this exciting project! I'm very intrigued after reading some of
your blog posts because I have been actively working with big data in Pharo,
but mostly by hacking/cobbling things together without a proper
toolset/community.

Here are a few things I noticed as I started playing around:
- Maybe you should change the load command in the StHub readme to:
```
Metacello new
        smalltalkhubUser: 'Offray' project: 'Grafoscopio';
  configuration: 'Grafoscopio';
  load.
```
  - the current script is in an old form
  - it also hardcodes Pharo 5
  - This would greatly simplify the load via script instructions in the
manual
- Is it supposed to load in Pharo 6.1? I got `OrderedCollection DNU
#asSymbol from #listOutdatedDocsIn:. I stubbed out #isUpdated to return true
and it loaded.
- Do you have any plans to move to git? I would love to contribute, but I've
been spoiled by GH and I just don't have the energy to go back to the mcz
(barrier filled) contribution process ha ha
- I found the intermixing of gray and color buttons confusing. I assumed
that the gray ones were disabled.
- I wonder if labels on the node title and link edit fields might help
discoverability
- All the export formats seem to end up saving to markdown. I assumed this
is because I'm missing an external library? Either way, it would be good to
get some feedback on why it doesn't work as expected and how to make it
work.

Thanks again. Keep moving forward!!



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to