Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Peter Uhnak
Hi Doru, I imagine the replacement is Pavel's Ring2 https://github.com/pavel-krivanek/ring2 Peter On Fri, Oct 19, 2018 at 10:56 PM Tudor Girba wrote: > Hi, > > Ring seems to be deprecated in Pharo 7. Is there something else it will be > replaced with? > > In particular, I am looking for the

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Pavel Krivanek
Hi, the Ring 2 is not integrated because we do not want to have two version in the system at once and we are not ready for the old Ring removal. However, it is marked as deprecated to warn people that they probably should not base their new code on it. That is important for more intensive usage

[Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Rafael Luque
Hi all, I'm interested in developing progressive web applications (PWA) [1] in Pharo, so I'd like to know if anyone has been involved in such kind of task before and could share his experiences. At first sight, I was thinking in trying PharoJS [2] to build abstractions in Pharo for each PWA's

[Pharo-users] GlorpSQLite on Pharo 7

2018-10-23 Thread Pierce Ng
Hi all, GlorpSQLite now runs on Pharo 7, passing all 891 tests. Load from my repo's pharo7dev branch: Metacello new baseline: 'GlorpSQLite'; repository: 'github://PierceNg/glorp-sqlite3:pharo7dev'; load. Tested on 32- and 64-bit Ubuntu 18.04 with image 5f13ae8. Pierce

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Tudor Girba
Hi, Ok. So, as Ring2 is not in Pharo 7 and all Ring classes in Pharo 7 are deprecated, should we still use them, or is it desired to load Ring2 in our applications? Cheers, Doru > On Oct 23, 2018, at 9:01 AM, Peter Uhnak wrote: > > Hi Doru, > > I imagine the replacement is Pavel's Ring2

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Tim Mackinnon
Have you also looked at Willow - https://link.medium.com/Iyj4qo2BfR? It has spa ‘s in mind - although I’m not sure of the pro’s/cons vs Pharo js which also looks good too. Would be interested in what you decide. Tim Sent from my iPhone > On 23 Oct 2018, at 19:02, Rafael Luque wrote: > > Hi

Re: [Pharo-users] GlorpSQLite on Pharo 7

2018-10-23 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > Wow, that is nice, thanks a lot! +1! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Tudor Girba
Ok. Thanks. Cheers, Doru > On Oct 23, 2018, at 3:30 PM, Pavel Krivanek wrote: > > Hi, > > the Ring 2 is not integrated because we do not want to have two version in > the system at once and we are not ready for the old Ring removal. However, it > is marked as deprecated to warn people that

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could share his experiences. > The best thing I used for such

Re: [Pharo-users] GlorpSQLite on Pharo 7

2018-10-23 Thread Sven Van Caekenberghe
Wow, that is nice, thanks a lot! > On 23 Oct 2018, at 15:26, Pierce Ng wrote: > > Hi all, > > GlorpSQLite now runs on Pharo 7, passing all 891 tests. > > Load from my repo's pharo7dev branch: > > Metacello new >baseline: 'GlorpSQLite'; >repository:

[Pharo-users] [ANN] PetitParser2 for VisualWorks (Was: [vwnc] Parsing in Smalltalk)

2018-10-23 Thread Steffen Märcker
Hi, I am happy to announce that I've just finished an initial port of (the impressive) PetitParser2 (https://github.com/kursjan/petitparser2) to VisualWorks. It is available in the Public Store. The port consists of 4 bundles: * PetitParser2 * PetitParser2-Tests * PetitParser2-Smalltalk

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
https://firebase.google.com/docs/hosting/ has some more info on PWAs On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread Sven Van Caekenberghe
Rafael, > On 23 Oct 2018, at 11:32, Rafael Luque wrote: > > By the other hand, one of the more appealing features of PWAs is the web push > notifications capability. To be able to send push notifications from a Pharo > server I will also need an implementation of the Web Push Protocol [3] and

Re: [Pharo-users] Pharo for PWAs and Web Push Notifications

2018-10-23 Thread p...@highoctane.be
Last spam bit: https://www.youtube.com/watch?v=iHqqUoqvYx4 On Tue, Oct 23, 2018 at 11:32 AM Rafael Luque wrote: > Hi all, > > I'm interested in developing progressive web applications (PWA) [1] in > Pharo, so I'd like to know if anyone has been involved in such kind of task > before and could

Re: [Pharo-users] Pharo2VW (Was:[vwnc] Parsing in Smalltalk)

2018-10-23 Thread Steffen Märcker
You're welcome. =) I really like the tool as it makes cross-platform-life a lot easier. I really wish there was a similar tool for the reverse direction, too! Cheers! Steffen Am .10.2018, 22:38 Uhr, schrieb Alexandre Bergel via Pharo-users : Thanks Steffen for your contribution to

[Pharo-users] Issue decoding source file

2018-10-23 Thread Andrew Black
I’m getting a walkback while attempting to look at the prior versions of certain methods.It happens on some methods, but not all. I think the the issue may be related to having characters in the method body that are represented as multi-byte sequences in UTF-8. The error is 'Illegal leading

Re: [Pharo-users] Pharo2VW (Was:[vwnc] Parsing in Smalltalk)

2018-10-23 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- > I really like the tool as it makes cross-platform-life a lot easier. Thanks :-) > I really wish there was a similar tool for the reverse direction, too! That is interesting. Anyone else interested in such a tool? Cheers, Alexandre > > Cheers! Steffen > > Am