Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Offray Vladimir Luna Cárdenas
Hi Pierce, My workflow with Gitea is pretty similar to yours. The only difference is that the Gitea server is community hosted on the web, instead of running on local hardware. It seems we share the joy of minimalist self contained little tools, as your work on SQLite shows :-). BTW, thanks for it

Re: [Pharo-users] Need help putting my Pharo package under source control

2020-05-13 Thread tbrunz
Well, you can capture the stack to the clipboard, and you can save it as a 'Fuel' file. That allows examination (including by others, within a different image). If you look at the image you posted, of the debugger window, on the far right of "Proceed Restart Into Over Through" there's a small dro

Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Pierce Ng
On Wed, May 13, 2020 at 11:07:00AM -0500, Offray Vladimir Luna Cárdenas wrote: > This is perfect timing, as I have started to slowly migrate my own repos > from SmalltalkHub to a  simple, self hosted and self contained Gitea[1] Hi Offray, I run Gitea on a Raspberry Pi at home. I have a couple of

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-13 Thread Richard O'Keefe
This is an ambiguous question. There are at least - Smalltalk the language - Smalltalk the libraries - Smalltalk the IDE Now my own Smalltalk system does not have an IDE, it does not support run-time modifications to the system, and it does not (yet) have graphics. But I still enjoy using it and

[Pharo-users] Siren 9.0 Released

2020-05-13 Thread step...@heaveneverywhere.com
Hello all, The Siren system is a general-purpose framework for music and sound composition, processing, performance, and analysis; it is a collection of about 350 classes written in Smalltalk-80 (40 kLOC or so). Siren 9.0 works on VisualWorks Smalltalk (though the bulk has been ported to other

Re: [Pharo-users] Uptime

2020-05-13 Thread Vince Refiti
Hello Sven This is the kind of thing I like to see. Gives me more confidence in recommending Pharo to management for production use. Just some things that still concern me though: Why are people surprised at discovering that Pharo is capable of such uptimes? Are people experiencing instability

Re: [Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-13 Thread Richard Sargent
You missed the fact that it makes it easier to communicate with the user community, since it's a "near-English" grammar, and you can easily use a common terminology. On Wed, May 13, 2020, 12:43 Richard Kenneth Eng wrote: > > https://smalltalk.tech.blog/2020/05/13/what-are-good-reasons-to-use-sm

[Pharo-users] [ANN] What are good reasons to use Smalltalk?

2020-05-13 Thread Richard Kenneth Eng
https://smalltalk.tech.blog/2020/05/13/what-are-good-reasons-to-use-smalltalk/ Please participate in the poll.

[Pharo-users] Pharo-Sound

2020-05-13 Thread Russ Whaley
I'm using Pharo 8 stable (64bit) version. I pulled PharoSound from the Catalog and installed. Installed fine, no errors. I went to the comments on the abstract class. Copied the examples to the Playground, ran them - worked fine (although I don't know how to stop the dang PluckedString example!

[Pharo-users] Need help with Spec2

2020-05-13 Thread Russ Whaley
I've been using the Spec2-wip.pdf - dated Feb 24, 2020. Is there a newer version? I see something updated about TinyChat - but I don't know how to get that as a pdf, and I doubt TinyChat will address my issues below. I am using SpPresenter - with SpBoxLayouts for labels and buttons. (Pharo 8 sta

Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Saša Janiška
On Wed, 13 May 2020 11:07:00 -0500 Offray Vladimir Luna Cárdenas wrote: > and maybe at some point, add support for things like Fossil (and, hopefully > be able to help with that). +1 --

Re: [Pharo-users] Zinc short-url-server-demo (was Re: Uptime)

2020-05-13 Thread Cédrick Béler
Just perfect ! Thanks Sven > Le 13 mai 2020 à 17:47, Sven Van Caekenberghe a écrit : > > Hi, > > I couldn't resist: > https://github.com/svenvc/zinc/commit/264cbd3160f665f776232c02d013ce533df18f55 > > This is based on your core idea, but adds an html/page/form to shorten URLs > which can a

[Pharo-users] git and Pharo new book...

2020-05-13 Thread Michael Burns via Pharo-users
--- Begin Message ---  I think we just jumped threads. I’m still getting familiar with using this list. Cédrick just posted this I think in response to my exception report: http://forum.world.st/file/t372658/Screen_Shot_2020-05-12_at_2.png > I just had a quick look. This is cool. > I migh

Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Offray Vladimir Luna Cárdenas
Hi, This is perfect timing, as I have started to slowly migrate my own repos from SmalltalkHub to a  simple, self hosted and self contained Gitea[1] instance, as I don't "commit" to the dangerous logic of hyper centralization that being mainly where everybody is (GitHub, Facebook, Gmail, etc).  Kn

Re: [Pharo-users] Zinc short-url-server-demo (was Re: Uptime)

2020-05-13 Thread Sven Van Caekenberghe
Hi, I couldn't resist: https://github.com/svenvc/zinc/commit/264cbd3160f665f776232c02d013ce533df18f55 This is based on your core idea, but adds an html/page/form to shorten URLs which can also be used programmatically. There are also some functional tests. Sven > On 13 May 2020, at 13:55, Céd

Re: [Pharo-users] Zinc short-url-server-demo (was Re: Uptime)

2020-05-13 Thread Sven Van Caekenberghe
> On 13 May 2020, at 12:04, Cédrick Béler wrote: > > >>> >>> PS: btw Sven, we (with a group of students did a naive and simple url >>> shortener that would fit nicely to default zinc demos ;-) >>> >>> Here is the script for accessing registered urls (sweet): >>> >>> server := (ZnServer st

Re: [Pharo-users] Code completion in blocks (Pharo8)

2020-05-13 Thread Guillermo Polito
Hi Davide, I’m not sure if that works on Pharo8. Could you try quickly Pharo9 to see if that’s fixed there? I’ve made a pass on the code completion there.. Don’t know how difficult it would be to back port it, I could give you the pointers if you want. > El 6 may 2020, a las 12:24, Davide Varve

[Pharo-users] Zinc short-url-server-demo (was Re: Uptime)

2020-05-13 Thread Cédrick Béler
>> >> PS: btw Sven, we (with a group of students did a naive and simple url >> shortener that would fit nicely to default zinc demos ;-) >> >> Here is the script for accessing registered urls (sweet): >> >> server := (ZnServer startDefaultOn: ) >> onRequestRespond: [ :request | | key |

Re: [Pharo-users] Code completion in blocks (Pharo8)

2020-05-13 Thread Davide Varvello via Pharo-users
--- Begin Message --- Don't you use the autocompletion feature? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] Uptime

2020-05-13 Thread Sven Van Caekenberghe
Hi Cédrick, > On 12 May 2020, at 11:27, Cédrick Béler wrote: > > Clearly amazing 😉 > > Is it the setup you use ? > > https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/DeploymentWeb/DeployForProduction.html Yes, more or less. Apart from t

Re: [Pharo-users] FFI and absolute path to dll

2020-05-13 Thread Benoît Verhaeghe
I use this with VLC win32LibraryName ((OSEnvironment current at: 'Path' ifAbsent: [ '' ]) substrings: ';'), {'C:\Program Files\VideoLAN\VLC'} do: [ :path | | libraryPath | libraryPath := path asFileReference / 'libvlc.dll'. libraryPath exists ifTrue: [ ^ libraryPath fullName ] ]. self error: 'Cann

Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Cédrick Béler
I just had a quick look. This is cool. I might be missing a use case where I dit a previous fork and I want to use it later in time. I think that’s nice to cover this use case. Do you sync your fork on github ? From iceberg ? Or maybe no sync is possible ? Cheers, Cedrick > Le 13 mai 2020 à 0

Re: [Pharo-users] git and Pharo new book...

2020-05-13 Thread Cédrick Béler
This is a very important one ! Thanks for writing it. I’ll read it soon. Cedrick > Le 13 mai 2020 à 09:17, Stéphane Ducasse a écrit : > >  > Hello we are happy to announce a new little book that we hope will help you > to master git and Pharo. > > http://books.pharo.org/booklet-ManageCode/

[Pharo-users] git and Pharo new book...

2020-05-13 Thread Stéphane Ducasse
Hello we are happy to announce a new little book that we hope will help you to master git and Pharo. http://books.pharo.org/booklet-ManageCode/pdf/2020-05-12-ManageCode.pdf Thanks for your reading. S. BTW if you like my