[Pharo-users] Re: New Pharo-based commercial software

2021-06-13 Thread Petter
Hi, and congratulations - the product looks really cool! Which school age are the tasks made for? Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread Petter
It might be worth trying to run Pharo under wsl if you have to go Windows? I do on my job laptop and it works fine for me. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: Segfault with ZnClient and https

2021-04-22 Thread Petter
-version make ZnClient work, but then Iceberg on the other hand stops working. I pretty much gave up Fedora and reverted to safe Ubuntu. Maybe I can dig deeper into this later, but we are pretty close to a production setting now :) Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users

[Pharo-users] Segfault with ZnClient and https

2021-04-20 Thread Petter
own I get the message that I am using a too old tls-version error. I am a little confused on what is happening here. Do anyone have a clue? (git checkouts over ssh works fine, strange enough) Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Trouble with checking out from Github

2020-12-10 Thread Petter
difference either). ssh_config is also equal on the two computers. Has anybody solved a case like this or has any clues? This beats me :) And when Iceberg is up and running I must say it is really a valuable and nice tool, thx! Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users

Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
Perfect, this is exactly what I needed. Thank so much!! Petter On Mon, Feb 10, 2020 at 8:44 PM Sven Van Caekenberghe wrote: > Hi Petter, > > > On 10 Feb 2020, at 16:46, Petter Egesund > wrote: > > > > Yes, I see - that sounds sensible. > > > > Could i

Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
Yes, I see - that sounds sensible. Could it be an idea to subclass the pool-class and to prepare statements in this method, if there is a kind of init-method in the class? What do you think? Petter On Mon, Feb 10, 2020 at 4:36 PM Sven Van Caekenberghe wrote: > > > > On 10 Feb 20

Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
question - are the prepared statements which are connected to the pool thread safe? Petter On Mon, Feb 10, 2020 at 12:13 PM Sven Van Caekenberghe wrote: > Hi Petter, > > > https://github.com/svenvc/P3/commit/a6b409d0d92cb92bf9b44452908bb9033523b863 > adds a connection pool. > &

Re: [Pharo-users] P3 and concurrenty

2020-02-09 Thread Petter Egesund
Yes, thanks for good feedback. I will try the pooled way, I think - not primarily because of speed, but due to that our library is built around prepared connections. Petter On Sun, Feb 9, 2020 at 6:01 PM Sven Van Caekenberghe wrote: > Hi Petter, > > > On 9 Feb 2020, at 17:27, Pe

Re: [Pharo-users] P3 and concurrenty

2020-02-09 Thread Petter Egesund
the same resources at the same time,. Creating a pool sounds like the right solution to me now - any meaning about this? Petter On Sun, Feb 9, 2020 at 4:52 PM Sven Van Caekenberghe wrote: > Hi Petter, > > [ CC-ing the Pharo Users list ] > > P3Client is not built/designed to be u

Re: [Pharo-users] Hi Community

2019-12-29 Thread Petter
Hei Pablo and thanks for an interesting project. I liked the feature that you can write code as actually code 👍 -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] [ANN] HeySql v1.1

2019-10-21 Thread Petter
Thx! Drop me a line if you run into trouble of some kind and I will take a look! Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] [ANN] HeySql v1.1

2019-10-19 Thread Petter
Hi, I have just released HeySql, version 1.1 - a database orm for Postgresql. - Support for migrations - Generation of migration templates based on classes - Models can now be subclassed - Updated license to MIT - Updated docs - Some minor stuff https://github.com/pegesund/heysql Petter

Re: [Pharo-users] [ANN] HeySql - a mini db-orm for Postgres

2019-10-04 Thread Petter
Hehe, there is no better way than the code way :) Just stumbled upon your github, Sean. Really a lot of nice stuff! Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] [ANN] HeySql - a mini db-orm for Postgres

2019-10-03 Thread Petter Egesund
- Generate tables It can be found here: https://github.com/pegesund/heysql I did also write something about the code, Pharo and what I think on my kind-of-blog, if anyone is interested: https://ramblings.work/posts/2019-02-10-heysql.html Best regards, Petter Egesund