[Pharo-users] Method comparison

2024-06-21 Thread Davide Varvello via Pharo-users
In older Pharo versions it was possible to compare two methods selecting them via UI.  I couldn't find this opportunity in Pharo10,  so digging into the source code I found SpDiffPresenter, if you pass to it a couple of selectors it can compare them. Example: SpDiffPresenter new showOptions: tru

[Pharo-users] Re: Recent Pharo's seem to lose first keystroke when you swap to them to paste?

2024-05-27 Thread Davide Varvello via Pharo-users
Tim, Also Pharo10 has this bug (mac m2, sonoma). Thanks for your report! Cheers Davide  On Monday, May 27, 2024 at 03:45:46 PM GMT+2, Tim Mackinnon wrote: For a while I've noticed that every time I try and copy some text from a web browser or email and then paste it into pharo the

[Pharo-users] Re: [SOLVED] Shortcut CMD-v for version history

2024-05-26 Thread Davide Varvello via Pharo-users
more important than that. S > On 25 May 2024, at 06:42, Davide Varvello via Pharo-users > wrote: > > Hi, > If you too miss some shortcuts like... cmd-v to show the versions of a > method, here is the solution, you have to add methodShortcutActivation to > SycShowMetho

[Pharo-users] [SOLVED] Shortcut CMD-v for version history

2024-05-24 Thread Davide Varvello via Pharo-users
Hi, If you too miss some shortcuts like... cmd-v to show the versions of a method, here is the solution, you have to add methodShortcutActivation to SycShowMethodVersionCommand class: SycShowMethodVersionCommand class >> methodShortcutActivation ^ CmdShortcutActivation by: $v meta for: ClyMetho

[Pharo-users] Re: Window size: look at ClyBrowserMorph>>initialExtent

2024-05-13 Thread Davide Varvello via Pharo-users
contribution to make . Its all the little contributions that make the system better - I know I've been there, and saw how the others do it and so had a go. Tim On Fri, 10 May 2024, at 5:25 PM, Davide Varvello via Pharo-users wrote: > Hi Guys, > It seems to me the default size of a lot o

[Pharo-users] Re: The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted...

2024-05-13 Thread Davide Varvello via Pharo-users
>> Not really. Did you check in Pharo 12?  > > No, I can't switch Pharo version and I don't think is so uncommon to stay on > a stable version for a while. > Davide  > > > >> We got too busy on more important issues. > >> S > > >

[Pharo-users] The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted...

2024-05-13 Thread Davide Varvello via Pharo-users
> On 9 May 2024, at 11:43, Davide Varvello via Pharo-users > wrote: > > > > Hi Guys, > > Any news about this issue? It's happening also to me. > > Cheers > Davide > > > > >   >   >  On Monday, January 9, 2023 at 07:03:43 AM G

[Pharo-users] Window size: look at ClyBrowserMorph>>initialExtent

2024-05-10 Thread Davide Varvello via Pharo-users
Hi Guys,It seems to me the default size of a lot of windows is too small, so after some search and thanks to this  https://stackoverflow.com/questions/55102480/how-do-i-change-the-default-height-of-the-system-browser  by Marko Grdinić I discovered I can change the default size of many type of wind

[Pharo-users] Re: The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted...

2024-05-09 Thread Davide Varvello via Pharo-users
Hi Guys, Any news about this issue? It's happening also to me. CheersDavide On Monday, January 9, 2023 at 07:03:43 AM GMT+1, Mark O'Donoghue wrote: Hi Stephane   Many thanks for following up on the issue with the extra comment tab in the System Browser.   As requested, I have

[Pharo-users] Some issues in starting Pharo12 - Re: [ANN] Pharo 12 Release !

2024-05-08 Thread Davide Varvello via Pharo-users
Hi Guys, I'm trying to play with Pharo12 so I downloaded it via the Zeroconf script (it seems to me more approachable than the Pharo Launcher).The script (curl -L https://get.pharo.org | bash) got everything for my machine (apple silicon).  Now, if I run pharo via command line everything is work

[Pharo-users] Re: How to run multiple images?

2024-01-24 Thread Davide Varvello via Pharo-users
+1 Cheers On Wednesday, January 24, 2024 at 10:17:31 AM GMT+1, Marcus Denker wrote: Yes, I would like to have drag-n-drop support, too. Or more specifically: double click of the imagein the Finder opens that image. (I am on the mac)

[Pharo-users] Re: How to run multiple images?

2024-01-24 Thread Davide Varvello via Pharo-users
you do all of these things with no fuss.. check out: https://pharo.org/download On Jan 23, 2024, at 11:39 AM, Davide Varvello via Pharo-users wrote: First: it is not possible anymore to drag and drop the image file on the VM (pharo.app), it was very comfortable. Second: If I open the pharo.app

[Pharo-users] How to run multiple images?

2024-01-23 Thread Davide Varvello via Pharo-users
Hi Guys,I'm on a mac apple silicon with Pharo 10, I've a couple of problems First: it is not possible anymore to drag and drop the image file on the VM (pharo.app), it was very comfortable. Second: If I open the pharo.app and choose an image that becomes the only running image, I can't launch the

[Pharo-users] Re: FUEL version migration

2024-01-18 Thread Davide Varvello via Pharo-users
Solved! See the solution for FUEL migration issues here:  https://github.com/theseion/Fuel/issues/289#issuecomment-1896454432 CheersDavide On Monday, January 15, 2024 at 07:48:47 PM GMT+1, Davide Varvello via Pharo-users wrote: Hi Guys,How can I migrate from Fuel version 3.0.2 to

[Pharo-users] Re: Backing up data

2024-01-18 Thread Davide Varvello via Pharo-users
+1 for Fuel, see here https://github.com/theseion/Fuel CheersDavide On Thursday, January 18, 2024 at 09:37:21 AM GMT+1, Todd Blanchard via Pharo-users wrote: You want to look at Fuel, a serialization library. Sent from my iPhone On Jan 17, 2024, at 9:49 PM, sergio ruiz wrote: 

[Pharo-users] FUEL version migration

2024-01-15 Thread Davide Varvello via Pharo-users
Hi Guys,How can I migrate from Fuel version 3.0.2 to the latest one? This: https://theseion.github.io/Fuel/format-migration/  seems osbolete TIA Davide

[Pharo-users] Re: How to halt on Test errors?

2024-01-08 Thread Davide Varvello via Pharo-users
n error is added instead of recording it, and reimplement classForTestResult in the test cases to return this new class instead. On Mon, Jan 8, 2024 at 5:54 AM Davide Varvello via Pharo-users wrote: No ideas? CheersDavide On Thursday, January 4, 2024 at 03:42:17 PM GMT+1, Davide Varvello

[Pharo-users] Re: How to halt on Test errors?

2024-01-08 Thread Davide Varvello via Pharo-users
No ideas? CheersDavide On Thursday, January 4, 2024 at 03:42:17 PM GMT+1, Davide Varvello via Pharo-users wrote: Hi Noury, You are right and reading your answer I understand I wasn't crystal clear. I have a test scenario where sometimes a race condition occurs, so I'm not

[Pharo-users] Re: How to halt on Test errors?

2024-01-04 Thread Davide Varvello via Pharo-users
e Error with the exception you want to catch"self shouldnt:  ["message that might signal an error"] raise: Error "Replace Error with the exception you want to catch" On Jan 3 2024, at 4:55 pm, Davide Varvello via Pharo-users wrote: Hi Guys, Sometimes I'd like to stop

[Pharo-users] How to halt on Test errors?

2024-01-03 Thread Davide Varvello via Pharo-users
Hi Guys, Sometimes I'd like to stop my test suite when an error occurs. My raw approach is to put a self halt in the TestResult>>addError: and look at the debugger, but I'm wondering if there is a more suitable way. Can you help me, please? TIADavide

[Pharo-users] [SOLVED} Cryptography repo on github not loading on Pharo 10

2023-12-04 Thread Davide Varvello via Pharo-users
Hi Norbert and guys on the list, I finally made the suggestion Norbert gave me (see here: https://lists.pharo.org/empathy/thread/PG7CCEBGJOI4SNGO6GNQPCLP47EXWFAX?hash=6GB4PA62UNKWD7NM4P2Y27D3F22EQY6B#6GB4PA62UNKWD7NM4P2Y27D3F22EQY6B ) working. There was something to tune in: 1) The SSL binding

[Pharo-users] Re: Cryptography repo on github not loading on Pharo 10

2023-12-01 Thread Davide Varvello via Pharo-users
d use option. The two methods can just be added as extension methods in your own code. Norbert Am 30.11.2023 um 16:32 schrieb Davide Varvello via Pharo-users : Hi Marcus,Yes I can do it, but the Cryptogrphy package relies on InputEventSensor to generate random seeds in this code: RandomGenerator

[Pharo-users] Re: Cryptography repo on github not loading on Pharo 10

2023-11-30 Thread Davide Varvello via Pharo-users
29 Nov 2023, at 16:14, Davide Varvello via Pharo-users > wrote: > > > Nobody? > InputEventSensor is missing in Pharo 10. > > There are also several unheard requests about InputEventSensor on Discord, > see attachment. > > Cheers > Davide > > > &g

[Pharo-users] Cryptography repo on github not loading on Pharo 10

2023-11-28 Thread Davide Varvello via Pharo-users
Hi Guys,The crypto repo:  Metacello new    baseline: 'Cryptography';    repository: 'github://pharo-contributions/Cryptography';    load:'core'.  is not loading due to a dependency on InputEventSensor, can you help me please? TIADavide

[Pharo-users] Re: Porting Pharo8 code to Pharo10

2023-11-28 Thread Davide Varvello via Pharo-users
Hi David,Thank you for your reply, it is slightly different from my solution (see https://lists.pharo.org/empathy/thread/FKBM3BI7COOB4SMJKDHQVADBN6RQKPPN) but as same as effective. Cheers Davide On Monday, November 27, 2023 at 10:33:24 AM GMT+1, wrote: Hello Davide! I used TonelWrit

[Pharo-users] [INFO] exporting and importing code with Tonel

2023-11-26 Thread Davide Varvello via Pharo-users
Hi Guys, I've to move my code from Pharo8 to Pharo10, here: https://lists.pharo.org/empathy/thread/BMON6SATURPEHBHCWYOMOXCYMWEK7YE6?hash=BMON6SATURPEHBHCWYOMOXCYMWEK7YE6#BMON6SATURPEHBHCWYOMOXCYMWEK7YE6 , Esteban suggests to use Tonel, I've no experience with it and after looking for info on the

[Pharo-users] Re: Porting Pharo8 code to Pharo10

2023-11-26 Thread Davide Varvello via Pharo-users
s yours, ours or from an imported dependency. > The class is mine and it is a subclass of Object > > Cheers > Davide > >> >> Esteban > > On 25/11/2023 07:15, Davide Varvello via Pharo-users wrote: > > >>    > Hi Guys, > > I can't port my Pharo 8 c

[Pharo-users] Re: Porting Pharo8 code to Pharo10

2023-11-25 Thread Davide Varvello via Pharo-users
nd it is a subclass of Object Cheers Davide > > > Esteban On 25/11/2023 07:15, Davide Varvello via Pharo-users wrote: >   Hi Guys, I can't port my Pharo 8 code to Pharo 10.  I'm filing out my packages to a .cs file, but when I install it on Pharo 10 it shows an er

[Pharo-users] Porting Pharo8 code to Pharo10

2023-11-24 Thread Davide Varvello via Pharo-users
Hi Guys,I can't port my Pharo 8 code to Pharo 10.  I'm filing out my packages to a .cs file, but when I install it on Pharo 10 it shows an error that one of my class is missing, even if it is in the .cs file. Any hints? TIADavide

[Pharo-users] Re: How to run a Pharo 8 image on an Apple Silicon (ARM64)?

2023-08-07 Thread Davide Varvello via Pharo-users
thout JIT. Cheers Davide > Hope that helps, > Guille > > > El 6 ago. 2023, a las 22:07, stephane ducasse > > [stephane.duca...@inria.fr](mailto:stephane.duca...@inria.fr) escribió: > > > > > On 4 Aug 2023, at 20:24, Davide Varvello via Pharo-use

[Pharo-users] Re: How to run a Pharo 8 image on an Apple Silicon (ARM64)?

2023-08-07 Thread Davide Varvello via Pharo-users
Hi Steph, I see, I hoped as Pharo 8 and M1 were born in 2020 that Pharo8 was supported Davide

[Pharo-users] Re: Installing code in a running image

2022-04-08 Thread Davide Varvello via Pharo-users
source from Exercism and load it into the image). Having said this - are you sure you don't want to have some versioned packed in git that your image can load up when needed? It would add a version control element for you which might make sense. Tim On Mon, 4 Apr 2022, at 2:15 PM, Davide

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Davide Varvello via Pharo-users
Thanks MarkusIt seems CodeImporter is the right tool Davide On Monday, April 4, 2022, 11:41:50 AM GMT+2, Marcus Denker wrote: On 1 Apr 2022, at 18:35, Davide Varvello via Pharo-users wrote: Hi Folks! For a customer of mine I want to download a bunch of new code from my webserver

[Pharo-users] Installing code in a running image

2022-04-01 Thread Davide Varvello via Pharo-users
Hi Folks! For a customer of mine I want to download a bunch of new code from my webserver and installing it in a running Pharo image, is there a feasible way to do it? ThanksDavide

[Pharo-users] Re: aio event forwarding not supported

2022-02-07 Thread Davide Varvello via Pharo-users
Workaround!!! Here I am again. I found a workaround for the PipeableOSProcess and the Big Sur update. It is the usage of LibC, I was not aware of that class, it's useful. I was able to reproduce my logic with LibC, this article (https://fuhrmanator.github.io/2019/03/16/LibC-Pharo-experiments.htm

[Pharo-users] Re: aio event forwarding not supported

2022-02-05 Thread Davide Varvello via Pharo-users
Hi Stephane > On Saturday, February 5, 2022, 10:58:37 AM GMT+1, stephane.duca...@free.fr > wrote: >Hi david > >Can you tell us on which version of os-x you are? I'm on Big Sur, see my original message:  https://www.mail-archive.com/pharo-users@lists.pharo.org/msg40530.html And the

[Pharo-users] Re: aio event forwarding not supported

2022-02-04 Thread Davide Varvello via Pharo-users
bleOSProcess shouldn't have worked till this morning... when I >upgraded my mac :-) > The warning is not skippable, it stops me at:??MessageNotUnderstood: IRJump>> > #nextBytecodeOffsetAfterJumpCheersDavide > >    On Friday, February 4, 2022, 03:54:59 PM GMT+1, David T. Lewi

[Pharo-users] Re: aio event forwarding not supported

2022-02-04 Thread Davide Varvello via Pharo-users
e On Friday, February 4, 2022, 03:54:59 PM GMT+1, David T. Lewis wrote: On Fri, Feb 04, 2022 at 01:46:46PM +, Davide Varvello via Pharo-users wrote: > Hi guys, > Suddenly evaluating a simple: (PipeableOSProcess command: 'ps') output, or > any other PipeableOSPr

[Pharo-users] aio event forwarding not supported

2022-02-04 Thread Davide Varvello via Pharo-users
Hi guys, Suddenly evaluating a simple: (PipeableOSProcess command: 'ps') output, or any other PipeableOSProcess command, Pharo gives me: "aio event forwarding not supported". I guess it is something related to the latest update of the OS, specifically Big Sur 11.6.3 (20G415) https://support.appl

[Pharo-users] Re: Size of the critic panel in Calypso

2021-07-11 Thread Davide Varvello via Pharo-users
Thank you very much for the suggestion, Yanni, it's working!CheersDavide On Saturday, July 10, 2021, 06:34:48 PM GMT+2, Yanni Chiu wrote: With the hint, I found ClyCriticDecorator>>showCritiques where I changed the two 0.8 factors to 0.9. It would be better to specify the number of lin

[Pharo-users] Re: Size of the critic panel in Calypso

2021-07-09 Thread Davide Varvello via Pharo-users
ating: ClyCriticBrowserPlugin disable. Maybe you can trace it to see how the panel size is set. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel  http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On 9 Jul 2021, at 12:07, Davide Varvello v

[Pharo-users] Size of the critic panel in Calypso

2021-07-09 Thread Davide Varvello via Pharo-users
Hi Guys, How can I reduce the height of the critic panel in Calypso? I don't want to get rid of it. TIA Davide

[Pharo-users] Re: Reading http post data using Zinc

2021-06-17 Thread Davide Varvello via Pharo-users
uest entity partNamed: #myPartName) fieldValueString. or also: aRequest entity parts first fieldName. aRequest entity parts first fieldValue Cheers Davide Sven Van Caekenberghe-2 wrote > Hi Davide, > >> On 16 Jun 2021, at 23:17, Davide Varvello via Pharo-users < >

[Pharo-users] Reading http post data using Zinc

2021-06-16 Thread Davide Varvello via Pharo-users
Hi Guys, I'm posting from an http form and I'm wondering how to read data from the post. It seems the request should give a ZnMultiPartFormDataEntity, but I can't find how to use it. Can you help me please? Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: FileDoesNotExistException: '/.VolumeIcon.icns'

2021-06-07 Thread Davide Varvello via Pharo-users
e Ducasse wrote > Hi davide > > We can help :) and ready to. > But we need better bug reports. > OS you use, image, VM > > How to reproduce the bug? > > S. > > >> On 1 Jun 2021, at 23:00, Davide Varvello via Pharo-users < > pharo-users@.pharo >

[Pharo-users] FileDoesNotExistException: '/.VolumeIcon.icns'

2021-06-01 Thread Davide Varvello via Pharo-users
Hi Guys Opening the File Browser on Pharo8 (and also on Pharo9) gives me FileDoesNotExistException: '/.VolumeIcon.icns' Can you help me please? Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Image crashed on Parallels

2021-06-01 Thread Davide Varvello via Pharo-users
Hi Guys, I'm running a 32bit image (Pharo5) on OSX Mojave on Parallels but unfortunately it crashes. The same image is working on my old mac with Mojave so I'm wondering what the issue is. Reading the dump file it seems a display problem but I'm not a vm expert so here is the dmp, I'm seeking help

[Pharo-users] Re: Crash after http request, see the dump file

2021-04-16 Thread Davide Varvello via Pharo-users
111 >> 10 Pharo 0x0001057fa815 >> ceStackOverflow + 110 >> 11 ??? 0x00010b25c62b 0x0 + >> 4481992235 >> 12 Pharo 0x0001057e2b0a interpret + >> 632 >> >> Does this happen often in you

[Pharo-users] Re: Crash after http request, see the dump file

2021-04-15 Thread Davide Varvello via Pharo-users
; 11 ??? 0x00010b25c62b 0x0 + > 4481992235 > 12 Pharo 0x0001057e2b0a interpret + 632 > > Does this happen often in your setup? > > G > > >> El 14 abr 2021, a las 10:21, Davide Varvello via Pharo

[Pharo-users] Re: Crash after http request, see the dump file

2021-04-14 Thread Davide Varvello via Pharo-users
collection. > I suppose this is not a repeatable case, is it ? > >> On 14 Apr 2021, at 09:22, Davide Varvello via Pharo-users < > pharo-users@.pharo > > wrote: >> >> Hi guys, >> I'm working on Pharo 8 on BigSur >> (Pharo 8.0.0 Build information: &

[Pharo-users] Crash after http request, see the dump file

2021-04-14 Thread Davide Varvello via Pharo-users
Hi guys, I'm working on Pharo 8 on BigSur (Pharo 8.0.0 Build information: Pharo-8.0.0+build.1128.sha.9f6475d88dda7d83acdeeda794df35d304cf620d (64 Bit)) Yesterday after an http call to my zinc server the image crashed. Can you please take a look to the dump file and tell me what happened? It woul

[Pharo-users] Hack to show timestamp and author on versions of methods

2021-02-10 Thread Davide Varvello via Pharo-users
Hi Guys In my opinion it is really uncomfortable working without the timestamp of a specific version of a method, I read the explanation of Esteban in the previous thread (http://forum.world.st/pharo-8-method-versions-how-to-see-author-timestamp-td5116685.html) but probably it will take some time b

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-08 Thread Davide Varvello via Pharo-users
Esteban, Is there a hack I can do to put the timestamp in the VersionBrowser? Thanks Davide Esteban Lorenzano wrote > versions are going to stay there, we never even thought on removing that > ;) > they will come from Epicea instead the changes file (because yes, we want > to remove the changes f

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-05 Thread Davide Varvello via Pharo-users
explaining how to use it and make things with > it. > But something to keep in mind, if you want to be happy with iceberg is: > Iceberg is NOT ENVY, and it will never be. Its design and patterns are > very different and require a different mindset to use it. > > Esteban > On F

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-05 Thread Davide Varvello via Pharo-users
ry is always missing and I don't know how to create a new one. I wonder why there isn't a local repository by default when you create a package Thanks Davide Esteban Lorenzano wrote > indeed, it will fetch the history of each method that belongs to an > iceberg repository. >

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-05 Thread Davide Varvello via Pharo-users
Thanks Esteban Lorenzano wrote > indeed, it will fetch the history of each method that belongs to an > iceberg repository. > > Esteban > On Feb 5 2021, at 11:50 am, Davide Varvello via Pharo-users < > pharo-users@.pharo > > wrote: >> Hi Esteban, >> The

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-05 Thread Davide Varvello via Pharo-users
Hi Esteban, The "history" button in the minitoolbar of calypso is related to git, right? Because it's not shown in every method Cheers Davide Esteban Lorenzano wrote > Hi all, > > While the timestamp for the in-image change is, indeed, missing and needs > to be fixed, I want to point that we are

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-05 Thread Davide Varvello via Pharo-users
👏 Davide Kasper Osterbye wrote > I went in and updated the corresponding github issue ( > https://github.com/pharo-project/pharo/issues/7283). The tool is really > useful, and it would be nice to have the author and timestamp in place > again. > >> -- Sent from: http://forum.world.st/Pharo-

[Pharo-users] Re: pharo 8 - method versions - how to see author/timestamp?

2021-02-04 Thread Davide Varvello via Pharo-users
Hi Guys! No news on this bug? It's really annoying I can't see the timestamp of a method. Thanks Davide Paul DeBruicker wrote > Hi - > > Sometimes I want to revert to older versions of methods e.g. from an hour > ago. > > In the "Recent versions of MyClass>>#myMethod" dialog no timestamps or

[Pharo-users] Re: Shortcut for Tag Test

2021-02-02 Thread Davide Varvello via Pharo-users
Thank you Pierre Cheers Davide hogoww wrote > Hi Davide, > > Indeed, I only added it in P9. > Here's the PR if you want to offer a backport to P8: > https://github.com/pharo-project/pharo/pull/6992 > > Pierre > > On 01/02/2021 23:25, Davide Varvello via Pharo-

[Pharo-users] Re: Shortcut for Tag Test

2021-02-01 Thread Davide Varvello via Pharo-users
for packages & for tags in a > packages IIRC. > > Pierre > > On 01/02/2021 18:29, Davide Varvello via Pharo-users wrote: >> Hi >> Is it possible to have (and how) the shortcut CMD-t for the tag Test as >> well as the package Test? >> Thanks >&g

[Pharo-users] Shortcut for Tag Test

2021-02-01 Thread Davide Varvello via Pharo-users
Hi Is it possible to have (and how) the shortcut CMD-t for the tag Test as well as the package Test? Thanks Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Epicea and multiple images - mixed changes

2020-09-02 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, Did you notice that if there are 2 or more images in the same directory, Epicea shows the changes of all of them? I think it shouldn't. Cheers Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-31 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Offray, I'll give a glance to Grafoscopio Cheers Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Pierre hogoww wrote > Also on the upper right corner of the playground, you can get old > playground (maybe on command+s? not sure). > Not every one of them will be here, and you may have to use Stephane's > answer. > > Pierre. > > On 26/08/2020 17:56, Stéphane Du

Re: [Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Stéph, I guess the right directory is {imageDirectory}/pharo-local/play-cache/ there are some .ph files representing several playgrounds. One further question: it seems to me there isn't a history of the playground, right? So if I make multiple changes to a single play

[Pharo-users] Image crashed, how can I restore the Playground?

2020-08-26 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi! My Pharo8 image crashed, where can I found the code of my playground? It is not in Epicea. TIA Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-08-04 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Denis. I drag and drop the image on the Pharo.app, but it's is an issue of Pharo8 (and also Pharo7, I downloaded a vm and tested it) because on Pharo6 everything is fine. Davide Denis Kudriashov wrote > It can be a known issue with MacOS, the way how an operating system >

Re: [Pharo-users] Working directory and image directory

2020-08-03 Thread Davide Varvello via Pharo-users
--- Begin Message --- Fine Stéphane, I opened two entries: https://github.com/pharo-project/pharo/issues/7039 https://github.com/pharo-project/pharo/issues/7040 Cheers Davide Stéphane Ducasse wrote > Hi Davide > > Can you open a bug entry on Pharo and on Fuel? > > S. > >> On 31 Jul 2020,

Re: [Pharo-users] Working directory and image directory

2020-07-31 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Isn't it weird this behavior for the community? Should I open a bug? Cheers Davide Pharo Smalltalk Users mailing list wrote > Hi Guys, > As I already described here: > http://forum.world.st/Fuel-FLSerializer-tests-are-not-working-pharo-8-td5120052.html > there is somethi

[Pharo-users] Working directory and image directory

2020-07-30 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, As I already described here: http://forum.world.st/Fuel-FLSerializer-tests-are-not-working-pharo-8-td5120052.html there is something weird on Pharo 8 (on Mac) because I'm running an image that is in the same directory of the Pharo.app but "FileLocator workingDirectory

Re: [Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-07-28 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi, I discovered why tests are failing. The reason is that Fuel is using root directory as working path instead of the working directory. Unfortunately the root dir is not writeable (of course) and so the failings. I guess the mistake occurs because since Pharo (7?) the File

[Pharo-users] Fuel - FLSerializer tests are not working (pharo 8)

2020-07-27 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, There is something wrong with Fuel. I got the version for Pharo 8 Metacello new repository: 'github://theseion/Fuel:3.0.2/repository'; baseline: 'Fuel'; load. But tests are red, all tests of FLBinaryFileStreamBasicSerializationTest and others Cheers D

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

2020-05-15 Thread Davide Varvello via Pharo-users
ass 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 Varvello via Pharo-users < > pharo-users@.pharo > > escribió: >> >> >> De

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] Code completion in blocks (Pharo8)

2020-05-06 Thread Davide Varvello via Pharo-users
--- Begin Message --- nobody? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --- End Message ---

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

2020-05-05 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys, Is there something wrong with autocomplete in blocks in Pharo 8? If I'm typing a variable in a block the autocomplete does not appear. In the following statement I'm expecting a popup after typing "eac" : 'myString' do:[:eachChar | eac TIA Davide -- Sent fro

Re: [Pharo-users] Zinc server with static and non-static files

2020-03-28 Thread Davide Varvello via Pharo-users
ou want to mimick another >> typical setup where all urls that resolve to a file get served from disk >> and any other will be forwarded to you app. >> >> server >>delegate: (ZnStaticFileDecoratorDelegate >> decorate: myApp >> servingFilesFrom: 

Re: [Pharo-users] Zinc server with static and non-static files

2020-03-28 Thread Davide Varvello via Pharo-users
e > decorate: myApp > servingFilesFrom: 'static/'). > > Hope this helps! > > Norbert > > >> Am 28.03.2020 um 01:34 schrieb Davide Varvello via Pharo-users < > pharo-users@.pharo > >: >> >> >> Von: Davide Va

[Pharo-users] Zinc server with static and non-static files

2020-03-27 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, Is it possible a Zinc server returns static files within a specific url path (like the ZnStaticFileServerDelegate) and also returns other logics as shown with map:#otherPath to: MyWebapp new ? TIA Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f13

[Pharo-users] VM download link damaged

2020-03-06 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys, If I download the mac vm from any browser (https://files.pharo.org/get-files/80/pharo64-mac-stable.zip), unzip and run Pharo.app, it says: "Pharo.app is damaged and can’t be opened. You should move it to the Trash." It doesn't happen with curl script: curl -L https:

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

2020-02-25 Thread Davide Varvello via Pharo-users
e sufficient to solve your issue (but both the proxy's as > well as the Zn timeout need to be compatible, Zn's needs to be smaller). > > Please let me know if this works for you. > > Regards, > > Sven > >> On 23 Feb 2020, at 18:19, Davide Varvello via

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

2020-02-24 Thread Davide Varvello via Pharo-users
stream's > timeout, a Zn setting), a ping control packet is sent to keep the > connection alive, the client will answer with a pong, and then the server > loops. > > This should be sufficient to solve your issue (but both the proxy's as > well as the Zn timeout need to b

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

2020-02-23 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi, I put nginx as a websocket proxy and I run the ZnWebSocketEchoHandler. Unfortunately also with this configuration the connection closes it after a couple of minutes of inactivity Cheers Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html --

[Pharo-users] Problem with ZnWebSocket and closed connections

2020-02-20 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys! I've a problem with websockets, I'm quite a noob on the subject and I'm doing some tests with them. I run the echo websocket this way: ZnServer startDefaultOn: 8000. ZnServer default delegate: (ZnWebSocketDelegate handler: ZnWebSocketEchoHandler new). I tested it

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Cyril, You are right, I updated Metacello and Tonel and everything is fine also on Pharo5. Thx. Davide CyrilFerlicot wrote > Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit : > > Hi, > > NoeJSON seems to be saved with the Tonel format. &

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Davide Varvello via Pharo-users
--- Begin Message --- No way to run it on Pharo5? Thx Pharo Smalltalk Users mailing list wrote > Sven, > You are right, I've just downloaded Pharo 7 and everything is fine. The > issue is showing on Pharo 5 (I'm working on it) > Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-User

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-27 Thread Davide Varvello via Pharo-users
Name.1551110229 --- > git@ > :svenvc/NeoJSON.git[master] --- cache > Loaded -> Neo-JSON-Pharo-Core-CompatibleUserName.1551110229 --- > git@ > :svenvc/NeoJSON.git[master] --- cache > Loaded -> Neo-JSON-Pharo-Tests-CompatibleUserName.1551110229 --- > git@ > :sven

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-27 Thread Davide Varvello via Pharo-users
ineOf... > > Installation instructions at https://github.com/svenvc/NeoJSON > >> On 27 Sep 2019, at 11:54, Davide Varvello via Pharo-users < > pharo-users@.pharo > > wrote: >> >> >> From: Davide Varvello < > varvello@ > > >> Subj

[Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-27 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, The evaluation of Metacello new repository: 'github://svenvc/NeoJSON/repository'; baseline: 'NeoJSON'; load. returns: Could not resolve: BaselineOfNeoJSON [BaselineOfNeoJSON] in /Users/myName/Development/MyProject/package-cache github://svenvc/NeoJSON:master/

Re: [Pharo-users] Zinc and Oauth2

2019-03-28 Thread Davide Varvello via Pharo-users
ood luck, > > Sven > >> On 28 Mar 2019, at 20:54, Davide Varvello via Pharo-users < > pharo-users@.pharo > > wrote: >> >> >> From: Davide Varvello < > varvello@ > > >> Subject: Zinc and Oauth2 >> Date: 28 March 2019 at 20:54

[Pharo-users] Zinc and Oauth2

2019-03-28 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Guys, I'm trying to play with Outh2, but I'm wondering how to download it in Pharo. If I use the Gofer as indicated here: https://github.com/svenvc/docs/blob/master/zinc/zinc-sso-paper.md Gofer it url: 'http://mc.stfx.eu/ZincHTTPComponents'; package: 'ConfigurationOfZ

Re: [Pharo-users] How to pretty print a dynamic array

2018-05-09 Thread Davide Varvello via Pharo-users
` > > On Tue, May 8, 2018 at 3:31 PM, Davide Varvello via Pharo-users < > pharo-users@.pharo >> wrote: > >> >> >> -- Forwarded message -- >> From: Davide Varvello < > varvello@ > > >> To: > pharo-users@.pharo >

Re: [Pharo-users] How to pretty print a dynamic array

2018-05-08 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks Ben, I'm gonna try Cheers Davide Ben Coman wrote > On 8 May 2018 at 04:22, Davide Varvello via Pharo-users < > pharo-users@.pharo >> wrote: > >> >> >> -- Forwarded message -- >> From: Davide Varv

[Pharo-users] How to pretty print a dynamic array

2018-05-07 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys, I have a dynamic array that the formatter put on a column like this: {self meth1. self meth2. self meth3} instead I want it in a single row, like this: {self meth1. self meth2. self meth3} But I can't find any settings to pretty print in the last way. Can you help m

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-20 Thread Davide Varvello via Pharo-users
--- Begin Message --- Thanks for the article Phil and yep I generate many reports from the inspection of a lot of collections Davide philippeback wrote > On Mon, Jun 19, 2017 at 11:52 AM, Davide Varvello via Pharo-users < > pharo-users@.pharo >> wrote: > >> >> &

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-20 Thread Davide Varvello via Pharo-users
--- Begin Message --- Fine Davide EstebanLM wrote >> On 19 Jun 2017, at 11:52, Davide Varvello via Pharo-users < > pharo-users@.pharo > > wrote: >> >> >> From: Davide Varvello < > varvello@ > <mailto: > varvello@ > >> >&g

Re: [Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Davide Varvello via Pharo-users
yway Thank you very much Davide philippeback wrote > Check > > https://gist.github.com/philippeback/39c63bb5aa26b79098511cdfea4fea7e > > Phil > > On Mon, Jun 19, 2017 at 8:45 AM, Davide Varvello via Pharo-users < > pharo-users@.pharo >> wrote: > >> &

[Pharo-users] Bloated image again. Memory leak?

2017-06-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi guys, I have this problem (http://forum.world.st/Huge-image-td4876854.html), now the image grow about 100MB per week and the suggestions shown on http://forum.world.st/Huge-image-td4876854.html don't work I'm on Pharo 5 on a mac. I suspect it is something related to GLMPa

Re: [Pharo-users] BlueInk formatting (line length) Pharo5

2016-08-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Stef, I don't know how to write a configuration, is there some documentation anywhere? Actually I searched for the hardcoded 70 in the image and I eventually ended in BIPrettyPrinterContext>>maxLineLength: anObject I ignored anObject and I hardcoded a return value of 20

  1   2   >