[Pharo-users] Re: Private Methods

2021-08-23 Thread Torsten Bergmann
Hi, Smalltalk should be readable - so I dislike the prefix approach like "_" or "priv". Pharo has a unified property API so one can annotate both: methods and classes (unfortunately not yet serialized into Tonel). It could be used to depict a scope or other:        MyClass propertyAt: #scope pu

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Torsten Bergmann
Hi Sanjay, you wrote: >as some of the examples are not working for me like "collapse" "dropdown"  This was already fixed - I forgot to push to GH. Load latest version from master. Have fun T. (aka "astares")

[Pharo-users] [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Torsten Bergmann
Hi, after some of you are using https://github.com/astares/Seaside-Bootstrap4 I wanted to let you know that I just published the new / updated project to support for Bootstrap 5 web development (https://getbootstrap.com) in Seaside using Pharo. Project location is on GitHub: https://github.c

[Pharo-users] Re: Is there a file selector in Pharo

2021-01-27 Thread Torsten Bergmann
Both of those were very helpful . Interestingly, I was expecting a file path but I got the actual file so that makes it a bit easier.   Great group. I will enjoy being here.   Thanks to Torsten and Noury   David Totally Objects   On 27 Jan 2021, at 16:24, Torsten Bergmann mailto:asta...@gmx.de]>

[Pharo-users] Re: Is there a file selector in Pharo

2021-01-27 Thread Torsten Bergmann
Hi David, welcome! Just check   UIManager default            chooseExistingFileReference: 'Select the XML file'            extensions: #('xml' 'xmi')                                         path: ''.   and similar methods. Be aware that a return value of nil means that  dialog was canceled.

[Pharo-users] Re: Standalone html builder (a la seaside without seaside?)

2020-10-06 Thread Torsten Bergmann
Yes, see https://github.com/pharo-contributions/XML-XMLWriter   Gesendet: Mittwoch, 30. September 2020 um 16:42 Uhr Von: "monty" An: pharo-users@lists.pharo.org Betreff: [Pharo-users] Re: Standalone html builder (a la seaside without seaside?) Yes, XMLWriter can do this. Use can also use:  

Re: [Pharo-users] ported and refreshed Crypto-Nacl to GitHub (from StH)

2020-08-31 Thread Torsten Bergmann
Hi Jonathan,   nice, thanks for investing time and effort into this. Such utilities are needed for serious applications. Some thoughts and questions:  1. What is the mid-term or long-term plan regarding collaboration? Will you be able to step in as maintainer?  2. As it already seems to be auth

Re: [Pharo-users] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-23 Thread Torsten Bergmann
Hi Cédrick, You know where you can quickly connect to a GitHub project and serve it with a global CDN easily in seconds as in As the site runs HTTPS you can even host quickly a HTML/CSS/JS based PWA application. I tried wit

[Pharo-users] [ANN] Gravatar wrapper moved to GitHub

2020-05-21 Thread Torsten Bergmann
Just migrated "Pharo-Gravatar" - a simple Pharo wrapper for the Gravatar API over to GitHub: https://github.com/astares/Pharo-Gravatar see attached image for an example. Enjoy! Bye T.

Re: [Pharo-users] [ANN] Pharo Compendium

2020-05-14 Thread Torsten Bergmann
’ll try later but if you have an idea...     Cheers, Cédrick   Le 12 mai 2020 à 16:35, Torsten Bergmann mailto:asta...@gmx.de]> a écrit :  Hi Sven, I added spotter search now. I prefixed the github spotter entries additionally with the user name (owner). This way you will be able to qui

Re: [Pharo-users] [ANN] Pharo Compendium

2020-05-12 Thread Torsten Bergmann
mmand ? > > Another idea: allow spotter searching of the pharo compendium entries ? > > Sven > > > On 2 May 2020, at 22:34, Torsten Bergmann wrote: > > > > Hi, > > > > time flows and Pharo-Project is improving on all ends since its inception > > in

Re: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?

2020-05-04 Thread Torsten Bergmann
Hi Paul, you can use: LibC resultOfCommand: 'dir' which is part of standard image. Bye T. > Gesendet: Montag, 04. Mai 2020 um 20:05 Uhr > Von: "PAUL DEBRUICKER" > An: "Any question about pharo is welcome" > Betreff: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ? > > Hi - > > Wh

Re: [Pharo-users] [ANN] Pharo Compendium

2020-05-03 Thread Torsten Bergmann
Yes - I was developing on P9 and never tried it in Pharo 8. But I checked now - seems to work without any problem there as well. Thx T. Gesendet: Sonntag, 03. Mai 2020 um 22:36 Uhr Von: "Stéphane Ducasse" An: "Any question about pharo is welcome" Betreff: Re: [Pharo-users] [ANN] Pharo Compend

[Pharo-users] [ANN] I18N moved from STHub to GitHub

2020-04-22 Thread Torsten Bergmann
Hi, I moved my I18N project from http://www.smalltalkhub.com/#!/~TorstenBergmann/I18N to https://github.com/astares/Pharo-I18N Documentation is included in the project page. Please load from the new location if you use it. Bye T.

Re: [Pharo-users] [ANN] QRCode on github

2020-04-14 Thread Torsten Bergmann
Hi Renaud, your code is also based on the orginal version of Jochen Rick. Jochens code always worked but unfortunately had only a few tests and was codewise hard to understand. Dont know if you just moved or also refactored and extended it. I also once started with a clean reimplementation (al

Re: [Pharo-users] [Pharo-dev] Cover for PBE8

2020-04-07 Thread Torsten Bergmann
For free pictures I guess one could use:      https://unsplash.com/about    https://www.pexels.com   If you check there for "lighthouse" you will find nice ones like:  - https://www.pexels.com/photo/gray-and-black-rock-formation-1113552/  - https://images.unsplash.com/photo-1556290287-14de2b

Re: [Pharo-users] [Pharo-dev] Cover for PBE8

2020-04-07 Thread Torsten Bergmann
Hi, can you give more infos of the size required? Thanks T.

[Pharo-users] [ANN] Temple on GitHub

2020-04-03 Thread Torsten Bergmann
Need a very minimalistic template engine for Pharo to be able to embed expressions in text? Then maybe the simple "Temple" project https://github.com/astares/Pharo-Temple is useful for you. Side note: == If this is just too minimalistic and you need more then check Norberts Mustache

[Pharo-users] [ANN] TinyMCE for Seaside moved to GitHub

2020-04-03 Thread Torsten Bergmann
Seaside wrapper for Tiny MCE Editor moved to GitHub now too including load instructions: https://github.com/astares/Seaside-TinyMCE Screenshot and details to be found on the project page. Have fun T.

[Pharo-users] [ANN] SuffixConditionals moved to GitHub

2020-04-03 Thread Torsten Bergmann
The quick port of the Suffix conditionals for Pharo moved from STHub to GitHub now: https://github.com/astares/Pharo-SuffixConditionals Update / fork on GH in case you use it. Bye T.

[Pharo-users] [ANN] Pharo-Spreedsheet on GitHub

2020-04-03 Thread Torsten Bergmann
Hi, I just moved "Spreadsheet" from SmalltalkHub (http://www.smalltalkhub.com/#!/~TorstenBergmann/Spreadsheet) to a community owned location at GitHub ("https://github.com/pharo-contributions/Pharo-Spreadsheet";). If I remember correctly the project goes back to ancient Squeak times - but it w

Re: [Pharo-users] Corona virus

2020-03-16 Thread Torsten Bergmann
Hi, help the people who are in risk as much as possible and all stay safe and healthy yourself as well! Bye T.  

Re: [Pharo-users] Any existing RDF implementation in Pharo?

2020-03-16 Thread Torsten Bergmann
Christian Haider has one for VisualWorks - which is also Open Source and MIT licensed. https://wiki.pdftalk.de/doku.php?id=rdf You should contact him when you would like to port to Pharo.    

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

[Pharo-users] [ANN] Teachable on GitHub

2020-02-14 Thread Torsten Bergmann
I moved Teachable project now to GitHub: https://github.com/astares/Pharo-Teachable The Project shows the power of Smalltalk meachanisms within Pharo and can be useful for dynamic mock object building in unit tests. Docu and load instructions are included in the project site. Side note:

[Pharo-users] [ANN] Pharo-YUML

2020-02-14 Thread Torsten Bergmann
Hi, I published some very simple utility code on https://github.com/astares/Pharo-YUML to easily generate links for YUML. Use the load expression given on the project site or load "YUML" from catalog. Allows you to get a class hierarchy image of an existing Pharo class. It could help to inclu

Re: [Pharo-users] Workspace with reliable save feature

2020-01-23 Thread Torsten Bergmann
Hi Hilaire, ScriptManager and QuickAccess come to mind. I guess ScriptManager would need some love and a port to Spec2. But I guess QuickAccess could be easily used. It also has Spotter integration and you can import / export your script actions. Project including video is on https://github.co

Re: [Pharo-users] Pharo display bug

2020-01-18 Thread Torsten Bergmann
This is a known issue with FreeType - it happens in some images and in next automatically built image it is gone. See all details in: https://github.com/pharo-project/pharo/issues/2336 Workaround: Just go to the WorldMenu Pharo -> Settings (to open the SettingsBrowser) -> Appearance -> Switc

Re: [Pharo-users] [ANN] XMLParserHTML moved to GitHub

2020-01-07 Thread Torsten Bergmann
x27;" > Betreff: Re: [Pharo-users] [ANN] XMLParserHTML moved to GitHub > > It may be a quirk of how Pharo Playground works. It doesn't need local > variable declarations - which is convenient - but putting them in can screw > things up. Try your snippet again wit

Re: [Pharo-users] Namespaces (was Re: Behold Pharo: The Modern Smalltalk)

2019-12-24 Thread Torsten Bergmann
To clarify: I was never was for the dot and always favoured the :: notation for namespaced classes. With that one one could create classes like: Seaside::Component Core::Boolean Model::Person GLM::BrickListModel Tx::FontAttribute (see my post on http://forum.world.st/Separator-in-clas

Re: [Pharo-users] [Pharo-dev] TaskIt

2019-12-17 Thread Torsten Bergmann
Santiago wrote: >What if we have links to all the groups in Pharo-project (pharo-misc, >pharo-processing, pharo-robotics, pharo-web) ? I can do the firsts steps if >we agree in here. Hi Santiago, yes - we should link the groups from the main "pharo-project" so they are easier to find. Here are t

Re: [Pharo-users] [ANN] XMLParser moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi Sven, yes - took a while. And thanks for helping / giving me the right advice on Discord to fiddle with the encoding issues I found in some old mcz files. For now I focused on Pharo loading only - leaving aside the #gemstone part as I do not have an installation here. So I defer the work for

[Pharo-users] [ANN] Pastell moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "Pastell" (XPath-like DSL that makes navigation in XML DOM trees easier) was now moved from http://smalltalkhub.com/#!/~PharoExtras/Pastell to https://github.com/pharo-contributions/XML-Pastell including the FULL HISTORY The old STHub repo was marked as obso

[Pharo-users] [ANN] XPath moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "XPath" was now moved from http://smalltalkhub.com/#!/~PharoExtras/XPath to https://github.com/pharo-contributions/XML-XPath including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to the new one. I've also setup an CI job: http

[Pharo-users] XMLParserStAX moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "XMLParserStAX" was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLParserStAX to https://github.com/pharo-contributions/XML-XMLParserStAX including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to the new one. I've a

[Pharo-users] [ANN] XMLParserHTML moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "XMLParserHTML" was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLParserHTML to https://github.com/pharo-contributions/XML-XMLParserHTML including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to the new one. I've a

[Pharo-users] [ANN] XMLParser moved to GitHub

2019-11-19 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "XMLParser" was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLParser to https://github.com/pharo-contributions/XML-XMLParser including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to the new one. I've also setup an

[Pharo-users] [ANN] OrderPreservingDictionary version 1.5.0

2019-11-19 Thread Torsten Bergmann
After - BitmapCharacterSet [1] - XMLWriter [2] were moved to "pharo-contributions" GitHub I also did a pass on OrderPreservingDictionary: https://github.com/pharo-contributions/OrderPreservingDictionary which is now available as 1.5.0 version (and also as moving tag 1.5.x in case we pr

Re: [Pharo-users] [ANN] XMLWriter moved to GitHub

2019-10-31 Thread Torsten Bergmann
Hi Cyril, > This is really cool thanks! I just step in - looks like people where too shy so far. > Do you plan to also migrate XMLParserHTML and XPath? Yes - more is in the pipe already. You can follow activities on GH. > Also, I have a question. Why the "XML" prefix? I find it redundant > sin

[Pharo-users] [ANN] XMLWriter moved to GitHub

2019-10-28 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "XMLWriter" 1. was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLWriter to https://github.com/pharo-contributions/XML-XMLWriter including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to the new one 2. Travis

[Pharo-users] [ANN] BitmapCharacterSet moved to GitHub

2019-10-23 Thread Torsten Bergmann
Hi, the STHub -> PharoExtras project "BitmapCharacterSet" 1. was now moved from http://smalltalkhub.com/#!/~PharoExtras/BitmapCharacterSet to https://github.com/pharo-contributions/BitmapCharacterSet including the FULL HISTORY The old STHub repo was marked as obsolete - but is linking to

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Torsten Bergmann
Hi Shaping,   This is a git problem on Windows only with nested directories resulting in long path names, not a problem of Pharo directly.   Usually you should not have it since most projects should already be in Tonel format now (Tonel saves some space on the path length). Dont know if PharoJS

Re: [Pharo-users] New non-critical project - which Pharo to use?

2019-09-20 Thread Torsten Bergmann
Hi sergio, Teapot tests are red in P8 - havent checked yet why Bye T.

Re: [Pharo-users] Code of Conduct

2019-09-20 Thread Torsten Bergmann
A wish from my side: please spend half of your energy you want to spend on this thread  into fixing bugs or contributing a PR. Thanks!   Bye T.

Re: [Pharo-users] uFFI ExternalAddress challenges

2019-09-12 Thread Torsten Bergmann
From your snippets it looks like you want to do COM Automation on Windows. Maybe you should have a look at: https://github.com/tesonep/pharo-com Bye T.   Gesendet: Donnerstag, 12. September 2019 um 11:08 Uhr Von: "Tomaž Turk" An: "Any question about pharo is welcome" Betreff: Re: [Pharo-us

Re: [Pharo-users] Pharo Branding Organization on GitHub

2019-09-05 Thread Torsten Bergmann
stepharo wrote: > thanks for the initiative. > I think that we have more material around, like alternate logo. > It would be nice to collect also the svg versions? > > I know that lusy did also design for mugs The SVG versions for the logo and flat-logo are in already. If you have more then just s

[Pharo-users] Pharo Branding Organization on GitHub

2019-09-04 Thread Torsten Bergmann
Hi, the Pharo community is growing and our lovely Pharo system is an innovation driver with cool tools and projects but it is also used in real projects in research and business setups. There are still many entries left on all our TODO lists - not only in shaping the next stable Pharo release(

Re: [Pharo-users] [Pharo-dev] Information on Spec development

2019-08-13 Thread Torsten Bergmann
Cyril wrote > Until now, the T is before the prefix. (For example TIceXXX for > Iceberg). So I followed what was already done. But then IMHO Iceberg is wrong too and do not correctly and consistently use their own prefix in front of classes/traits. See other samples like traits in which are also

Re: [Pharo-users] Information on Spec development

2019-08-13 Thread Torsten Bergmann
Cyril Ferlicot wrote: >The revert of changes of Spec 1 is now done in Pharo 8. Nice - lots of work. Thanks!!! > All classes of Spec2 start with the Sp or TSp prefix. Maybe I'm wrong but: If "Sp" is the prefix for Spec2 and trait names start with "T" we should used SpT... for traits, no? Otherw

Re: [Pharo-users] [ANN] Pharo Pomodoro now on GitHub

2019-08-13 Thread Torsten Bergmann
Guillermo wrote > Is it pure morphic or you’ve updated it to spec? still Morphic based - have not done much in Spec yet. There is a Pharo8.0 branch you can send PR to ;) Bye T.

[Pharo-users] Desktop - just try ...

2019-08-07 Thread Torsten Bergmann
|image| image := ZnEasy getJpeg: 'http://www.bing.com/th?id=OHR.NubbleLight_EN-US4307721919_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp'. World backgroundImage: image layout: #scaled.

Re: [Pharo-users] Can I control the location of the PharoDebug.log

2019-08-07 Thread Torsten Bergmann
Dale wrote: >I used the double click trick on "Log file name" and followed it to the above >messages for the records: Beside double click you can also right click on a setting and select "Browse" to find where it is implemented. You can then also "Save" the current settings. The settings frame

Re: [Pharo-users] A Canticle for Smalltalk

2019-08-06 Thread Torsten Bergmann
>Yes. And I think it's even more sad than the containers example doesn't work >anymore... AFAIK they replaced the system.  Many things seem to be possible in times where talks like "How to get rid of Smalltalk" [1] will be presented on a Smalltalk conference (here ESUG 2019). Did commercial /

[Pharo-users] [ANN] MessageFlowBrowser for Pharo 7 and 8

2019-07-11 Thread Torsten Bergmann
Hi, I updated my MessageFlowBrowser today to work on Pharo 7 and 8, see attached screenshot or youtube video on https://www.youtube.com/watch?v=DRd_bzGocQg It now also works in Calypso and you just need to right click on a method in the method pane or code pane and select "Message Flow" close t

Re: [Pharo-users] [Pharo-dev] [ANN] OSWinSubprocess a library to spawn Windows System processes

2019-07-08 Thread Torsten Bergmann
Without having a deeper look I guess what was done for Windows now is wrapping the usual STARTUPINFO, CreateProcess() functions and friends yet again ... Such wrappers and many other native friends were created from my side already years ago with my "OS-XXX" series of projects for different pla

Re: [Pharo-users] Pharo showing up where you least expect it

2019-07-01 Thread Torsten Bergmann
Hi -t, I guess we now need to start to debate on how to eat more of our own Hamburger Food. Or was it Sea(side) food ... Website pharosburgers.com seems down - so you have to go back in time and dig deeper into the stack. The way back machine reveals some infos and the logo: https://web.archiv

Re: [Pharo-users] [Pharo-dev] [Ann] Lifeware, Schmidt Pro contracts for the consortium

2019-05-20 Thread Torsten Bergmann
Great - big thanks to all who made that possible and who support Pharo either via funding or contributions.   Location of slides is https://www.slideshare.net/pharoproject/pharo-70-and-80-alpha Bye T.   Gesendet: Montag, 20. Mai 2019 um 08:03 Uhr Von: "ducasse" An: "Any question about pha

Re: [Pharo-users] [ANN] CouchDB Client for Pharo

2019-03-13 Thread Torsten Bergmann
Nice. How does it relate/compare to https://github.com/jmari/SCouchDB ? Gesendet: Mittwoch, 13. März 2019 um 03:18 Uhr Von: "Esteban Maringolo" An: "Pharo users" Betreff: [Pharo-users] [ANN] CouchDB Client for Pharo Hello all,   I finished polishing the repository a CouchDB client for Phar

[Pharo-users] TelePharo in Tonel

2019-03-12 Thread Torsten Bergmann
Hi Denis, would it be possible to convert TelePharo to Tonel? https://github.com/pharo-ide/TelePharo Currently one gets load problem on Windows due to long file names and Tonel would solve that. Thanks T.

Re: [Pharo-users] Repeateble URLs - REST?

2019-02-28 Thread Torsten Bergmann
Hi sergio,   I like that http://www.bagelconcertfinder.com uses Seaside and also my Twitter Bootstrap Library.   Seaside by default works with stateful (web) components - making it easy to develop - but possibly hard to scale to be the next Twitter, Amazon, ... ;) Seaside usually renders the pa

Re: [Pharo-users] Status of XML Support's move to GitHub

2019-02-14 Thread Torsten Bergmann
Hi, but Tonel allows to use the package also on Windows platform as Tonel is more compact. Otherwise we will run into long filename git trouble again. This would limit it's use. A filetree/cypress might make sense for other dialects - but due to the above would it be possibly to have these form

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-25 Thread Torsten Bergmann
Hi, Maybe Pharo's switch to Tonel remind people now on Java or C# class files and thats why they ask for the "traditional editing". But remember that Kent Beck once said: "I mean, source code in files; how quaint, how seventies!". Tonel is a readable storage format, you could have the source cod

Re: [Pharo-users] Documentation on Traits

2019-01-09 Thread Torsten Bergmann
Maybe this collection in my wiki can help you: http://wiki.astares.com/pharo/115 There are also many tests in the image that you can check regarding traits, slots, meta links, ... so you have the source luke. Bye T.   

Re: [Pharo-users] any ihint how to do this

2018-12-12 Thread Torsten Bergmann
>is there a way I can check if a word has 2 the same chars after each other Use #pairsCollect: 'hello' pairsCollect: [:a :b | a = b ] There is also a #pairsDo: 'hello' pairsCollect: [:a :b | Transcript show: a asString; show: b asString ] Have fun T. (aka astares)

Re: [Pharo-users] [ANN] Migrated Artefact to GitHub

2018-09-28 Thread Torsten Bergmann
Hi Guille, Yes, thanks. But it looks like the history is gone now - as you seem to load and then commited with Iceberg only.  By using Peters "STHub -> Git migration tool" the history of the changes is preserved and moved into the git history too. See https://github.com/peteruhnak/git-migratio

[Pharo-users] Deprecation guide for methods, classes and packages

2018-09-21 Thread Torsten Bergmann
Hi, >From Bug #20900/ PR 1818 it looked like it is not really clear on how to >"deprecate" correctly. Therefore I summarized and wrote a short guide following what we contributors used as best practice so far. Also read [1], [2] and [3] and check some of the deprecation settings in the Pharo se

[Pharo-users] RDF

2018-08-21 Thread Torsten Bergmann
I remember an old discussion on RDF and Pharo: http://forum.world.st/RDF-Framework-and-Pharo-td3526849.html Just as an info and for the records: Now Christian Haider released [RDF] - an RDF/XML implementation in VisualWorks Smalltalk https://wiki.pdftalk.de/doku.php?id=rdf License is MIT. M

[Pharo-users] Pharo and Docker (some steps)

2018-08-20 Thread Torsten Bergmann
For those interested in Docker: I recently played with Pharo and Docker and summarized some of my steps in a small tutorial in my Pharo wiki: http://wiki.astares.com/pharo/613 There is also a page following Mike Filonovs suggestions on the Pharo docker file: http://wiki.astares.com/ph

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Torsten Bergmann
Hi Andrei, I guess there is no definitive answer - it highly depends on your microservice itself and what it does with other backends (database, other services) - If you run on Seaside with state then this might be interesting: http://onsmalltalk.com/scaling-seaside If you want to scale the

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-18 Thread Torsten Bergmann
Great - thank you! Might be a small patch release - but nonetheless important. BTW: the links in your mail are pointing to PR's of Pharo and not Iceberg. If you used          a template you might want to consider changing it.     Gesendet: Montag, 18. Juni 2018 um 17:47 Uhr Von: "Guillermo Pol

Re: [Pharo-users] [Pharo-dev] Pharo 10th Anniversary

2018-05-30 Thread Torsten Bergmann
Yes - we should be happy to have left behind ugly "saphire". It would have never been our future - just look at it now. Not much progress till today - especially compared to Pharo. ;) And happy anniversary Pharo :) Each day another little step - I'm impatient to see where Pharo will be in 202

[Pharo-users] [ANN] Alternative Pharo-contributor tool now explained with videos

2018-05-18 Thread Torsten Bergmann
https://github.com/astares/pharo-contributor now provides two videos demonstrating how this tool can be used as an alternative to easily contribute to latest Pharo 7 VIDEO 1 https://www.youtube.com/watch?v=z4PWGxihdxU VIDEO 2 https://www.youtube.com/watch?v=24ERozCePME

Re: [Pharo-users] Can I use stateful Traits in Pharo 6.1?

2018-03-24 Thread Torsten Bergmann
It is not in Pharo 6/6.1 but in recent Pharo 7. Integrated using PR871 https://github.com/pharo-project/pharo/pull/871 https://github.com/pharo-project/pharo/pull/871/files Have fun T. > Gesendet: Samstag, 24. März 2018 um 10:22 Uhr > Von: "Hernán Morales Durand" > An: "Any question about pha

[Pharo-users] Cleanup of LDAP for Pharo 6/7

2018-02-22 Thread Torsten Bergmann
Just as an info: the LDAP packages from http://smalltalkhub.com/#!/~PharoExtras/LDAP had no method categorization and missing class comments and was not updated since Pharo 4. I took some minutes today to clean this up and I also added a new baseline/version not loading Zinc (as this is alread

Re: [Pharo-users] UFFI correct way to cast void*

2018-02-16 Thread Torsten Bergmann
>but unfortunately its hard to find any docs or examples. PDF Docu: https://github.com/SquareBracketAssociates/Booklet-uFFI (this should be added to http://books.pharo.org) Examples: load OSWindows, OSLinuxUbuntu, ... or GlorpSQlite from catalog They all use UFFI.

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-29 Thread Torsten Bergmann
@Phil: Maybe because I wrote the package back when I was on "Vista" and you should not use on Linux ;) To be serious: Yes - changing the cursor in Linux never worked (for me). And the windows VM had large cursor introduced as "experimental" in 2009: http:/

Re: [Pharo-users] Sending notifications from Pharo to your Mobile via Pushover.net

2018-01-29 Thread Torsten Bergmann
If you need more than just a simple push notification you can try Discord to send text, pictures, ... into own discord server and channels. Or work with Bots. Code is here https://github.com/JurajKubelka/DiscordSt and techtalk video here: https://www.youtube.com/watch?v=y1EzOnfHUe

Re: [Pharo-users] Running headless on Windows

2018-01-20 Thread Torsten Bergmann
> Hi torsten > > do you know if there is bug entry for this problem? > > Stef > > On Fri, Dec 29, 2017 at 11:59 AM, Torsten Bergmann wrote: > > Hi, (cross posting vm-dev) > > > > nssm is nice - but requires additional tools. > > > > Since the days

[Pharo-users] Pharo and ActiveDirectory

2018-01-10 Thread Torsten Bergmann
Hi, anyone used/uses Pharo to bind to ActiveDirectory? Last thread I've seen is http://forum.world.st/Pharo-amp-LDAP-td3308841.html Does it work now? Is http://map.squeak.org/package/ccbcb878-e09b-48ed-a773-5939bf8c2c3e the latest code is there something more updated? Thanks T.

[Pharo-users] Best wishes for 2018

2017-12-29 Thread Torsten Bergmann
Only a few days left for 2017. Thanks to all who helped shaping Pharos future. May the lighthouse be with you in 2018 as well: World backgroundImage: (ZnEasy getJpeg: 'https://spotlight.it-notes.ru/wp-content/uploads/2017/08/02c48424be88ee36d5300ad890

Re: [Pharo-users] Object Persistence

2017-12-25 Thread Torsten Bergmann
Hi, with Voyage you can already use easy persistence in an OO way - with tiny (P)UnQlite up to Mongo. Check https://github.com/pharo-nosql Or you use Gemstone. For a full Magma version on Pharo: I doubt that will happen as Chris Muller was and still is more oriented towards Squeak as develop

[Pharo-users] Pharo newsletter archive

2017-12-04 Thread Torsten Bergmann
Hi, the newsletter archive is now available on "newsletter.pharo.org" which is more easy to remember. Thanks Marcus for setting up the redirect! Bye T.

Re: [Pharo-users] I18n in pharo

2017-11-09 Thread Torsten Bergmann
The Pharo 7/8 roadmap does not (yet) include I18N: https://github.com/pharo-project/pharo-workingRoadmaps/blob/master/Pharo7/ROADMAP.md and the Pharo core image still includes the "NaturalLanguageTranslator" solution still from Squeak. See this class for more details and all senders of #tra

Re: [Pharo-users] Pharo/Win on a HiDPI display

2017-10-23 Thread Torsten Bergmann
Hi Raffaello, see: http://forum.world.st/ANN-VistaCursor-now-scalable-td4961238.html Regards Torsten > Gesendet: Montag, 23. Oktober 2017 um 14:58 Uhr > Von: "Raffaello Giulietti" > An: pharo-users@lists.pharo.org > Betreff: [Pharo-users] Pharo/Win on a HiDPI display > > Hi, > > not sure if

[Pharo-users] DesktopManaker from Ctrl-D to Ctrl-M help needed!!

2017-10-18 Thread Torsten Bergmann
> PD to the DesktopManager team: Your tool is really cool, thanks a lot; There is no team, just one person ;) Glad you like it. More infos can be found here: http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager https://medium.com/concerning-pharo/multiple-desktops-for-pharo-5cbc4

[Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-04 Thread Torsten Bergmann
>How can I de-activate the ctrl-D shortcut for the Desktop manager for >the time being? By not using DesktopManager. The shortcut handlers are installed upon load initialize. Bye T.

[Pharo-users] Write documentation with wiki like syntax -- how do I activate the rendering?

2017-09-04 Thread Torsten Bergmann
Hi Hannes, make sure - it is a class side method - you have no spaces before the ! marks - you reopen the help browser then it works and creates subtopics. See screenshot attached. Bye T.

[Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-04 Thread Torsten Bergmann
Hi Hannes, The desktop manager uses "key combinations" always starting with CTRL+D (like "Desktop") so one can easily remember the possibilities: CTRL + D followed by CTRL + D — “Desktop Display” to display and switch between all desktops CTRL + D followed by CTRL + A — “Desktop Add” to add a

Re: [Pharo-users] [DesktopManager][Question] How do I jump to a particular desktop?

2017-08-25 Thread Torsten Bergmann
Hi Hannes, Code is on http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager which points to this article: https://medium.com/@astares/multiple-desktops-for-pharo-5cbc46f3179f which should explain the details and that you can access the desktops using: Desktop manager desktops You can al

[Pharo-users] [ANN] Pharo wiki , is here

2017-08-20 Thread Torsten Bergmann
>> Many seemed to like the idea of a Pharo wiki , I like it too. I created >> one, can be found here and super easy to contribute to. >> >> https://github.com/SquareBracketAssociates/PharoWiki I still prefer to have one based on Smalltalk and as there never was an official one maintain my own pri

[Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Torsten Bergmann
Craig Latta wrote >The next big step is getting a WebAssembly version of Cog running. Anyone known already to work on such a beast? Or is this question better asked on vm-dev? Another path could be to run on a Linux booting in the browser: https://bellard.org/jslinux/ Regards T.

Re: [Pharo-users] Tealight (similar to Teapot) installs fine in Pharo 6.1

2017-08-20 Thread Torsten Bergmann
Hi Hannes, thanks, glad you like it. All that would not have been possible without Teapot and Zinc, so again a big thanks from my side to Attila and Sven! Bye T. > Gesendet: Samstag, 19. August 2017 um 15:06 Uhr > Von: "H. Hirzel" > An: "Torsten Bergmann" >

[Pharo-users] [ANN] VistaCursor now scalable

2017-08-14 Thread Torsten Bergmann
Hi, Mike Davis asked about changing the cursor size as he runs Pharo with Windows 10 on a Microsoft Surface @ 2736 x 1824 dpi. He discussed on Discord and said that all of the display is well scaled, except the mouse cursor which is too small for him. As the Windows VM supports larger cursors

[Pharo-users] [Github Repo] I just pushed template to quickly start Pharo / Teapot

2017-08-14 Thread Torsten Bergmann
Hi sergio, why not use my existing "Tealight" project which is (similar to Teapot) also available from Pharo catalog. It is still lightweight as it is just a few extensions to Teapot. You will find it here: https://github.com/astares/Tealight the page includes the full documentation and afte

[Pharo-users] [ANN] Pharo community addon for world menu

2017-07-04 Thread Torsten Bergmann
Hi, I added a small utility called "Community" to the catalog that allows you to quickly access/browse the most prominent Pharo pages (Homepage, Discord, Mailinglist Archive, CI Server, Books page, Association, Consortium, STHub) right from the world menu. Also in Spotter. Example:

[Pharo-users] GT questions

2017-06-18 Thread Torsten Bergmann
Hi, do we have an example on Glamorous Toolkit on 1. how to have a splitter between a pane (for instance to change size for left and right pane on a #dashboard) 2. how to have vertical tabs in a #tabulator 3. on how to use D&D from GT from a list or tree to the world? Thanks T.

[Pharo-users] Chrome DevTools Protocol and Pharo

2017-05-18 Thread Torsten Bergmann
Hi, I played around with remote controlling Google Chrome from Pharo using Chrome DevTools Protocol [1] (based on WebSockets). The video shows an example using latest Pharo 6 on Mac: https://www.youtube.com/watch?v=9F5FrQTEJWY Initial Code is on GitHub [2] if someone is interested, requires OS

Re: [Pharo-users] [Pharo-dev] [ann] bloc & cairo+morphic

2017-05-10 Thread Torsten Bergmann
When I try to download on OSX the #dev version as outlined on Tudors blog the download of the Moz2D lib for OSX fails: code tries to #download in class MozLibraryMacInstaller from http://syrel.ch/download.php?url=https://dl.bintray.com/syrel/Moz2D/osx/development/i386/libMoz2D.dylib which just

[Pharo-users] example in FFI manual not worked

2017-04-19 Thread Torsten Bergmann
Hi Yuriy, I guess you subclassed your class from the (wrong) class "ExternalStructure" but in the guide it is "FFIExternalStructure". Make sure to accept in the browser: FFIExternalStructure subclass: #MyStructure instanceVariableNames: '' classVariableNames: '' package: 'FFID

[Pharo-users] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-01 Thread Torsten Bergmann
Hi, if you work with UML, modeling tools or model data exchange often you might know XMI - the XML Metadata Interchange format. I wrote a little package that makes it easier to work and browse data based on this format within Pharo. For instance you can open an XMI object either from a give

  1   2   3   >