[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 := andKey

[Pharo-users] Platform studies

2021-11-29 Thread Rafael Luque
I'd like this 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
ideas like 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

[Pharo-users] TeaTime replication ported to Pharo

2020-11-04 Thread Rafael Luque
d.org/writings/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
geData > > extent: 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: > >> Hel

[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 abou

[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: https

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

2018-10-24 Thread Rafael Luque
lts, 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

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 Pharo

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 > Pha

[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 cli

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

2018-04-24 Thread Rafael Luque
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 > wrote: > > Rafael Luque wrote > >> I wonder if there are other relevant projects I could study to discover > >> other possible > >> u

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

2018-04-24 Thread Rafael Luque
exception printString ] ifFalse: [ exception 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 : > Rafael Luque wrote > > I wonder if there are other rel

[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 you

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

2018-04-05 Thread Rafael Luque
gt; 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 : > >> Hello all, > >>

[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 "p

[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
ike 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 : > > Hi all, > > > > We've published the second part of our experiences introduci

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

2018-01-02 Thread Rafael Luque
amp;tl=en&js=y&prev=_t&hl=es&ie=UTF-8&u=https%3A%2F%2Fosoco.es%2Fthoughts%2F2017%2F12%2Fpharo-en-osoco-parte-2%2F&edit-text= 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
ested, please contact me directly. > > Cheers, > Doru > > > > On Oct 25, 2017, at 9:39 AM, Rafael Luque > wrote: > > > > Thank you for your help Tudor. > > > > I'm trying with the CodeCity image I've downloaded from your post ( > http://

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

2017-10-25 Thread Rafael Luque
so 4). > > Doru > > > > On Oct 25, 2017, at 1:38 AM, Rafael Luque > wrote: > > > > Hi all, > > > > I'm working on an introductory talk about Pharo for a software > craftsmanship local meetup. > > > > The presentation will be mainly dr

[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 GTInspecto

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

2015-07-28 Thread Rafael Luque
Rafa 2015-04-24 18:13 GMT+02:00 Rafael Luque : > Hi Uko > > I've just tried with your last changes, but I get the same error: "Error: > Could not find accessor for variable named "aModuleName" in > NativeBoo

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

2015-04-24 Thread Rafael Luque
;>nextAction [ self value. Processor terminateActive ] in BlockClosure>>newProcess === Thank you. 2015-04-24 14:25 GMT+02:00 Yuriy Tymchuk : > Hi Rafael, > > now ViDI should work. I haven't been working on it for a while, but

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 : > 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

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

2015-04-23 Thread Rafael Luque
; > On 23 Apr 2015, at 17:30, Rafael Luque > wrote: > > Hi, > > I installed ViDI on Pharo 4 following the project instructions detailed > in its GitHub page: > > Gofer new > smalltalkhubUser: 'YuriyTymchuk' > project: 'Configuration'; > con

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

2015-04-23 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 a review session over any package I al

Re: [Pharo-users] The Smalltalk Report issue

2015-01-23 Thread Rafael Luque
ltalkReport/ > > but this is only till 1996. > > > On 22 Jan 2015, at 23:02, stepharo wrote: > > currently uploading ST issues at >http://sdmeta.gforge.inria.fr/TheSmalltalkReport/ > grab them when they will be available :) > We should put them on torrents > >

[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: http://w

Re: [Pharo-users] Traveling from Pharo Days to FOSDEM

2015-01-02 Thread Rafael Luque
book tickets on https://www.b-europe.com > > @Phil do you go back to Brussels from Lille on Friday night? > > On Wed, Dec 31, 2014 at 1:37 PM, Rafael Luque < > rafael.luque.le...@gmail.com> wrote: > >> Hi Pharoers, >> >> I will attend Pharo Days with a friend and af

[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 ( https://books.google.es/books?id=Qki8BQAAQBAJ&lpg=PA68&dq=pharo%20the%20style%20load%20dialog%20with%20your%20own%20style&pg=PA71#v=o

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

2014-11-27 Thread Rafael Luque
de. I host it on github: > https://github.com/Uko/Vidi/ > > Uko > > > On Thu, Nov 27, 2014 at 10:57 AM, Yuriy Tymchuk > wrote: > >> Hi Rafael, >> >> thank you for your interest in ViDI. I have not used Pharo on Linux, but >> I hope that soon we will find

[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: "Erro

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 : > > On 19 Nov 2014, at 13:24, Rafael Luq

[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] Metacello configuration based on subdirectory of Git repo

2014-11-13 Thread Rafael Luque
n a later version of Metacello, I'm going to double check wihen I get a chance... Finally, I would be interested to know what errors or warnings you might get from validating your configuration (inspect the result of MetacelloToolBox class>>validateConfiguration: with your configuration class a

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

2014-11-13 Thread Rafael Luque
, I'm going to > double check wihen I get a chance... > > Finally, I would be interested to know what errors or warnings you might > get from validating your configuration (inspect the result of > MetacelloToolBox class>>validateConfiguration: with your configuration >

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

2014-11-13 Thread Rafael Luque
in my case It does not solve the problem. Thank you in advance. [1] http://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 : > Le 13/11/2014

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

2014-11-13 Thread Rafael Luque
Hi all, I'm starting with Pharo and playing with the ways to integrate it with Git. I've read the "Git and Pharo" chapter on "Enterprise Pharo" book by Thierry Goubier and loaded the GitFileTree package. I'm working on a project with several microservices, one of them will be based on Pharo and

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

2014-11-13 Thread Rafael Luque
Le 13 nov. 2014 12:45, "Rafael Luque" 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 >> br

[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 NativeBoost-CogPlugin-Guill

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 : > > On 07 Oct 2014, at 12:01, Rafael Luque > wrote: > > Thank you Stef, > > Do you know any tutorial or documentation I can follow to get a PharoNOS? > >

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 : > > 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

[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 unik

[Pharo-users] Madrid SUG

2014-02-17 Thread Rafael Luque
Hi all, I've just started a meetup for the Madrid Smalltalk User Group [1]. When we reach a minimum critical mass I will schedule our first meetup. All suggestions, ideas or comments to manage the group or topics to discuss will be welcome. Thanks, [1] http://www.meetup.com/madridsug/

Re: [Pharo-users] FOSDEM Smalltalk Devroom

2014-01-20 Thread Rafael Luque
Consider it done Stephan. 2014/1/20 Stephan Eggermont > Hi Rafael, if you are going to be there the whole time, would you be so > kind > to help out with the video recordings? > > Stephan > >

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 > Sorry for the delay. I was a bit more away from home than > expected. > > https://fosdem.org/2014/schedul

[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