[Pharo-users] Re: Help with PetitParser2 rules

2024-07-07 Thread Rafael Luque
Thank you, Frank. I'll try your suggestion. El dom, 7 jul 2024 a las 6:19, vfclists () escribió: > > > On Fri, 5 Jul 2024 at 10:39, Rafael Luque > wrote: > >> Hi all, >> >> I'm struggling with a small parser using PetitParser2. Here is a fragment >

[Pharo-users] Help with PetitParser2 rules

2024-07-05 Thread Rafael Luque
Hi all, I'm struggling with a small parser using PetitParser2. Here is a fragment of some of the rules I'm defining but their behaviour is not as I could expect: andKeyword := 'and' asPParser trim, #letter asPParser not. notKeyword := 'not' asPParser trim, #letter asPParser not. keyword :=

[Pharo-users] Platform studies

2021-11-29 Thread Rafael Luque
his kind of critical study about the Smalltalk platform. Do you know about any book or research in this style? Thank you. ~ Rafael Luque

[Pharo-users] Re: TeaTime replication ported to Pharo

2020-11-06 Thread Rafael Luque
e Scenario-Based Programming (by David Harel). We implemented a very rough library for "behavioral programming" in Pharo with some typical examples. We are now refactoring it to use actors instead of processes. We hope to release it soon Cheers, Rafael Luque. El mié., 4 nov. 2020

[Pharo-users] TeaTime replication ported to Pharo

2020-11-04 Thread Rafael Luque
ings/media/SecklerHirschfeld_2014_ArchipelagoAResearchPlatformForComponentInteractionInDistributedApplications_AuthorsVersion.pdf Thank you, Rafael Luque.

[Pharo-users] HOPL-4 papers

2020-06-12 Thread Rafael Luque
), JavaScript, LabVIEW, Logo. MATLAB, Objective-C, Oz, R, ML, Verilog and Smalltalk. The paper dedicated to Smalltalk is "The evolution of Smalltalk: from Smalltalk-72 through Squeak" by Dan Ingalls. All the papers are available to download here: https://dl.acm.org/toc/pacmpl/2020/4/HOP

Re: [Pharo-users] How to render video frames?

2019-06-13 Thread Rafael Luque
image width @ image height > stride: image widthStep. > > > aSpartaCanvas fill > > paint: surface; > path: surface bounds; > draw > > > Cheers, > Alex > > > On Wed, 12 Jun 2019 at 22:39, Rafael Luque > wrote: > >> Hello, >> >> I'm

[Pharo-users] How to render video frames?

2019-06-12 Thread Rafael Luque
Hello, I'm experimenting with an integration between OpenCV and Pharo based on uFFI. My native C library opens a video camera and captures frames for detecting certain points (aka blobs) of interest for my use case. The data for these frames are available to Pharo as uchar* inside a C struct. My

[Pharo-users] Mindmaps and WardleyMaps in Pharo

2019-05-09 Thread Rafael Luque
I'm looking for drawing some mindmaps and (obviously) I'd like to be able to draw and visualize them inside my own Pharo tools. I've found this video in Stephan Eggermont's channel: https://vimeo.com/136943448 Do you know any other alternatives for Pharo? BTW, I also found this other video

[Pharo-users] Uncle Bob's package design metrics

2018-11-29 Thread Rafael Luque
Hi, Recently I've reread the chapter about "Package Design Principles" from the Robert C. Martin's "Agile Software Development" book and immediately find myself playing within the reflective and moldable Pharo's environment. I've built an small library DMMetrics that you can find at GitHub:

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

2018-10-24 Thread Rafael Luque
, or at least not the most immediate and pragmatic results. An acceptable tradeoff for me could be effort/learning that can be transformed to effort/results in the mid-term. Thank you! El mar., 23 oct. 2018 a las 15:41, p...@highoctane.be () escribió: > > > On Tue, Oct 23, 2018 at 11:32 AM Raf

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

2018-10-24 Thread Rafael Luque
14:30, Sven Van Caekenberghe () escribió: > > 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 Ph

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

2018-10-24 Thread Rafael Luque
gt; 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 all, > > I'm interested in developing progressive web applications (PWA) [1] in >

[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

Re: [Pharo-users] Projects using Magritte meta models

2018-04-24 Thread Rafael Luque
the booklet please report them to me. > I will do a pass in a couple of weeks I hope > > On Sat, Apr 21, 2018 at 4:07 AM, Sean P. DeNigris <s...@clipperadams.com> > wrote: > > Rafael Luque wrote > >> I wonder if there are other relevant projects I could study to

Re: [Pharo-users] Projects using Magritte meta models

2018-04-24 Thread Rafael Luque
tion pass ] ]; url: self locationWithTrailingSlash; queryAt: 'C' put: 'M;O=D'; "legacy that some servers maybe expect" get. Thank you! 2018-04-21 2:07 GMT+00:00 Sean P. DeNigris <s...@clipperadams.com>: > Rafael Luque wrote > > I wonder if there are other relevant projects I could st

[Pharo-users] Projects using Magritte meta models

2018-04-20 Thread Rafael Luque
Hi all, I'm studying Magritte reading the booklet, Seaside book chapter about it, and the source code in the image. Until now the examples I've found are related with Seaside. I wonder if there are other relevant projects I could study to discover other possible uses cases of Magritte. Thank

Re: [Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Rafael Luque
00 Thierry Goubier <thierry.goub...@gmail.com>: > > Hi Raphaël, > > > > I'll have a look and change the branch to be the pharo6.0 (and non > > _dev for now). > > > > Regards, > > > > Thierry > > > > 2018-04-05 11:58 GMT+02:00 Rafael Luque

[Pharo-users] Failure with GitFileTree commiting changes in Traits

2018-04-05 Thread Rafael Luque
Hello all, I'm getting the below error each time a try to commit changes in Traits in a project that uses GitFileTree and Pharo 6.0. I've noticed that ConfigurationOfGitFileTree loads (for Pharo 6.0) FileTree from: github://dalehenrich/filetree:pharo6.0_dev/repository/ If I update to use the

[Pharo-users] Exception in Gofer with Pharo 7

2018-01-05 Thread Rafael Luque
Hi all. I'm trying to load some packages from SmalltalkHub and I get an exception because ByteString did not understand #asUrl. Maybe it is related with String>>asUrl deprecated? https://pharo.fogbugz.com/f/cases/2896/Deprecate-String-asUrl Thank you!

Re: [Pharo-users] Another post about our experience with Pharo at OSOCO

2018-01-02 Thread Rafael Luque
rator somewhere? > I would like to check since I am writing a code generator for Pharo > http://www.smalltalkhub.com/#!/~hernan/CodeGenerator > Cheers, > > Hernán > > 2018-01-02 8:48 GMT-03:00 Rafael Luque <rafael.luque.le...@gmail.com>: > > Hi all, > >

[Pharo-users] Another post about our experience with Pharo at OSOCO

2018-01-02 Thread Rafael Luque
=UTF-8=https%3A%2F%2Fosoco.es%2Fthoughts%2F2017%2F12%2Fpharo-en-osoco-parte-2%2F= Cheers, Rafael Luque

[Pharo-users] Pharo intro talk in spanish

2017-12-12 Thread Rafael Luque
TA Cheers, Rafael Luque

Re: [Pharo-users] CodeCity like visualization in Linux

2017-10-25 Thread Rafael Luque
e > latest Moose. If you are interested, please contact me directly. > > Cheers, > Doru > > > > On Oct 25, 2017, at 9:39 AM, Rafael Luque <rafael.luque.le...@gmail.com> > wrote: > > > > Thank you for your help Tudor. > > > > I'm trying with the CodeCi

Re: [Pharo-users] CodeCity like visualization in Linux

2017-10-25 Thread Rafael Luque
Pharo 3 (or maybe also 4). > > Doru > > > > On Oct 25, 2017, at 1:38 AM, Rafael Luque <rafael.luque.le...@gmail.com> > wrote: > > > > Hi all, > > > > I'm working on an introductory talk about Pharo for a software > craftsmanship local meetup. >

[Pharo-users] CodeCity like visualization in Linux

2017-10-24 Thread Rafael Luque
Hi all, I'm working on an introductory talk about Pharo for a software craftsmanship local meetup. The presentation will be mainly driven by demos and I'd like to show a CodeCity-like visualization. I've been able to load it in Pharo 5, but it get an error when select the "City" tag in

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-04-24 Thread Rafael Luque
Thank you! I'm looking forward to hearing from you about the new version. 2015-04-24 9:52 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: Ok, I found the problem. Some Spec api changed. I stable version will work at least on Mac quite soon. :) Uko On 23 Apr 2015, at 17:46, Rafael Luque

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-04-23 Thread Rafael Luque
, at 17:30, Rafael Luque rafael.luque.le...@gmail.com wrote: Hi, I installed ViDI on Pharo 4 following the project instructions detailed in its GitHub page: Gofer new smalltalkhubUser: 'YuriyTymchuk' project: 'Configuration'; configurationOf: 'Vidi'; load. #ConfigurationOfVidi

Re: [Pharo-users] The Smalltalk Report issue

2015-01-23 Thread Rafael Luque
, Rafael Luque a écrit : Hi Pharoers, I'm looking for The Smalltalk Report volume 6 issue 4 (1997) because I'd like to read the first article mentioning refactoring by Kent Beck: Make it run, Make it right: Desing through Refactoring published in this number. I've found the following archive from

[Pharo-users] The Smalltalk Report issue

2015-01-21 Thread Rafael Luque
Hi Pharoers, I'm looking for The Smalltalk Report volume 6 issue 4 (1997) because I'd like to read the first article mentioning refactoring by Kent Beck: Make it run, Make it right: Desing through Refactoring published in this number. I've found the following archive from 1991 to 1996:

[Pharo-users] Traveling from Pharo Days to FOSDEM

2014-12-31 Thread Rafael Luque
Hi Pharoers, I will attend Pharo Days with a friend and after the conference we'd like to attend FOSDEM. Which the best way to travel to Brussels from Lille? Thank you and see you in Pharo Days.

[Pharo-users] How to open the Settings style dialog?

2014-12-15 Thread Rafael Luque
Hi all, I was reading about the Settings framework (Deep Into Pharo, chapter 5) and I don't find the way to popup the style dialog shown in Figure 5.11 in page 71 (

Re: [Pharo-users] ViDI Error: glx not supported

2014-11-27 Thread Rafael Luque
2014, at 01:41, Rafael Luque rafael.luque.le...@gmail.com wrote: Hi, I installed ViDI on Pharo 4 following the project instructions detailed in its GitHub page: Gofer new smalltalkhubUser: 'YuriyTymchuk' project: 'Configuration'; configurationOf: 'Vidi'; load

[Pharo-users] ViDI Error: glx not supported

2014-11-26 Thread Rafael Luque
Hi, I installed ViDI on Pharo 4 following the project instructions detailed in its GitHub page: Gofer new smalltalkhubUser: 'YuriyTymchuk' project: 'Configuration'; configurationOf: 'Vidi'; load. #ConfigurationOfVidi asClass loadStable When I launch the ViDI option I get the error:

[Pharo-users] PharoS VM

2014-11-19 Thread Rafael Luque
Another noob question. What's the difference between these two options I see in get.pharo.org? get.pharo.org/vmLatest This script downloads the latest Pharo VM. get.pharo.org/vmSLatest This script downloads the latest PharoS VM. Thank you. Rafael Luque

Re: [Pharo-users] PharoS VM

2014-11-19 Thread Rafael Luque
Thank you! A brief explanation in the zeroconf page would be interesting for newbies like me, because I don't remember any mention to these types of VMs in the Pharo books available. Rafa 2014-11-19 13:26 GMT+01:00 Esteban Lorenzano esteba...@gmail.com: On 19 Nov 2014, at 13:24, Rafael Luque

[Pharo-users] Pharo how to get carect symbol

2014-11-13 Thread Rafael Luque
Hi all, I don't know how to get the caret (^) symbol inside Pharo in my Linux laptop. The usual combination of keys that work for me in other applications like browser, emacs or terminal does not work inside Pharo. This is the VM version output: M:NBCoInterpreter

Re: [Pharo-users] Pharo how to get carect symbol

2014-11-13 Thread Rafael Luque
nov. 2014 12:45, Rafael Luque rafael.luque.le...@gmail.com a écrit : Hi all, I don't know how to get the caret (^) symbol inside Pharo in my Linux laptop. The usual combination of keys that work for me in other applications like browser, emacs or terminal does not work inside Pharo

Re: [Pharo-users] Metacello configuration based on subdirectory of Git repo

2014-11-13 Thread Rafael Luque
://smalltalkhub.com/#!/~SvenVanCaekenberghe/Stamp/packages/Stamp [2] http://forum.world.st/Sample-metacello-configuration-referencing-a-github-project-td4671054.html 2014-11-13 19:07 GMT+01:00 Thierry Goubier thierry.goub...@gmail.com: Le 13/11/2014 18:21, Rafael Luque a écrit : Hi all, I'm starting

Re: [Pharo-users] Metacello configuration based on subdirectory of Git repo

2014-11-13 Thread Rafael Luque
, Dale [1] https://github.com/dalehenrich/metacello-work/issues/313 On Thu, Nov 13, 2014 at 12:28 PM, Rafael Luque rafael.luque.le...@gmail.com wrote: Thank you for the responses. I'll try both of them, but in the meantime I found another problem because of my lack of experience. I'm trying

Re: [Pharo-users] Metacello configuration based on subdirectory of Git repo

2014-11-13 Thread Rafael Luque
you might get from validating your configuration (inspect the result of MetacelloToolBox classvalidateConfiguration: with your configuration class as an argument). HTH, Dale [1] https://github.com/dalehenrich/metacello-work/issues/313 On Thu, Nov 13, 2014 at 12:28 PM, Rafael Luque

Re: [Pharo-users] Smalltalk based unikernels

2014-10-07 Thread Rafael Luque
Thank you Stef, Do you know any tutorial or documentation I can follow to get a PharoNOS? Rafa 2014-10-07 9:17 GMT+02:00 stepharo steph...@free.fr: Hello, I'm playing with the unikernels idea [1]. Specifically I'm using Mirage OS [2] to probe a minimal HTTP server running on AWS directly

Re: [Pharo-users] Smalltalk based unikernels

2014-10-07 Thread Rafael Luque
Understood. I'll take a look to the sources then. Thank you! 2014-10-07 12:03 GMT+02:00 Marcus Denker marcus.den...@inria.fr: On 07 Oct 2014, at 12:01, Rafael Luque rafael.luque.le...@gmail.com wrote: Thank you Stef, Do you know any tutorial or documentation I can follow to get

[Pharo-users] Smalltalk based unikernels

2014-10-06 Thread Rafael Luque
Hello, I'm playing with the unikernels idea [1]. Specifically I'm using Mirage OS [2] to probe a minimal HTTP server running on AWS directly over Xen, without any OS between the application and the hypervisor. Mirage OS is based on OCaml. Is there any Smalltalk solution to build this kind of

Re: [Pharo-users] FOSDEM Smalltalk Devroom

2014-01-20 Thread Rafael Luque
Don't worry Stephan and thank you for the organization. The schedule is very interesting, so I think I will stay all the saturday in this devroom. Thank you 2014/1/19 Stephan Eggermont step...@stack.nl Sorry for the delay. I was a bit more away from home than expected.

[Pharo-users] FOSDEM Smalltalk Devroom

2014-01-15 Thread Rafael Luque
Hi all, When will be published the Smalltalk Devroom schedule? I don't see anything in the FOSDEM website. I'm thinking about to attend again this year and I'm really interested in the Smalltalk talks. Is planned any tutorial o workshop? Thanks, Rafael Luque