Re: [Pharo-users] [ANN] Next Pharo Sprint: Feb 28

2020-02-25 Thread Marcus Denker
> On 25 Feb 2020, at 03:00, Steve Quezadas wrote: > > This is interesting. How many people usually go to these code sprint things? > For the “in person” sprint: Mostly this is local people where it is organised (we used to have a Sprint in Chile and France). In Lille we are 15-20 people, s

Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread Torsten Bergmann
Hi Martin, SmalltalkHub is a thing of the past - we mainly moved to git and GitHub now. As the docu on my page says: http://www.smalltalkhub.com/#!/~TorstenBergmann/Bootstrap say the project has moved to https://github.com/astares/Seaside-Bootstrap If you follow the docu and load instructions

Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread DavidBajger
Hi! Just evaluate following statement in fresh P8 image. It will load Seaside latest version together with Torsten's Bootstrap4 library. Metacello new baseline:'Bootstrap4'; repository: 'github://astares/Seaside-Bootstrap4:master/src'; load Cheers! David - David Bajger

Re: [Pharo-users] Ubuntu64 install fine, would like to port to Slackware64

2020-02-25 Thread tty via Pharo-users
--- Begin Message --- I was able to launch both the launcher and the latest 9.0 image without error by creating symlinks in /usr/lib to the appropriate libraries in /usr/lib64 libcurl-gnutls.so.4 -> /usr/lib64/libcurl.so libgit2.so -> /usr/lib64/libgit2.so libgit2.so.0.28.3 -> /usr/lib64/libgit2.s

[Pharo-users] [ANN] Open source Pharo application "mediaclue"

2020-02-25 Thread Brodbeck Andreas
Hi all I'm a Pharo lover since many years. A huge thanks to all of you, making Pharo possible! As a giving back I would like to open source some of my business projects (Thanks to my supporting customers, too). The first is a web based media assets management called "mediaclue" (Think of it as

Re: [Pharo-users] [ANN] Open source Pharo application "mediaclue"

2020-02-25 Thread Sven Van Caekenberghe
Hi Andreas, It is good to hear about successful projects. It is even better when the customer and developer are both happy. And it is totally awesome that you are sharing this as open source as a way of giving back. Thank you! I briefly clicked around in the application and it felt very respon

Re: [Pharo-users] Problem with ZnWebSocket and closed connections

2020-02-25 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Sven, It's working! Thank you very much Davide Sven Van Caekenberghe-2 wrote > Hi Davide, > > First I'll explain why you see a difference in behaviour, then I'll give > you a solution. > > Network connections are expensive resources, most servers try to close > them as

Re: [Pharo-users] [ANN] Open source Pharo application "mediaclue"

2020-02-25 Thread Esteban Maringolo
Hi Andreas, Thanks for sharing the whole stack and how to build it from the ground up. One thing I noticed is that you are using the Plupload component? How was that integration with Seaside done? Is it available separately? Thanks! Esteban A. Maringolo On Tue, Feb 25, 2020 at 10:41 AM Brodbec

[Pharo-users] DNS over HTTPS (DoH) in Pharo

2020-02-25 Thread Sven Van Caekenberghe
Hi, Today Firefox switched over to using 'DNS over HTTPS (DoH)' by default. https://blog.mozilla.org/netpolicy/2020/02/25/the-facts-mozillas-dns-over-https-doh/ We can do this in Pharo as well, even out of the box (minus the interpretation of the results, but still). First, what is this ? A

Re: [Pharo-users] [ANN] Open source Pharo application "mediaclue"

2020-02-25 Thread Brodbeck Andreas
> Am 25.02.2020 um 19:46 schrieb Esteban Maringolo : > > Hi Andreas, > > Thanks for sharing the whole stack and how to build it from the ground up. Very welcome. I'm so happy that Pharo et.al. exists - I'm not shure if I would still be a developer not having the joy of Smalltalk in the toolb