Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread herby
On July 26, 2017 11:53:41 AM GMT+02:00, Sven Van Caekenberghe wrote: > >> On 25 Jul 2017, at 19:46, Cyril Ferlicot D. > wrote: >> >> Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : >>> Hi, >>> >>> User Herby Vojčík seems to have

Re: [Pharo-users] BaselineOfXxx equivalent of npm's devDependencies

2017-07-28 Thread herby
>And then Tests group can include only Towergame-Tests package because >Mocketry will be loaded as dependency. Thank you sir. I don't have Towergame-Tests in its own package but I presume I can save it as one (category I do have of course). Herby > >2017-07-28 15:39 GMT+02:00 De

Re: [Pharo-users] BaselineOfXxx equivalent of npm's devDependencies

2017-07-28 Thread herby
and production is always special in Pharo world, I am nor going to break it; in js/npm world, prod is the default). Thanks, Herby > >2017-07-28 15:39 GMT+02:00 Denis Kudriashov : > >> You need to specify groups for your project: >> >> spec >> group: '

Re: [Pharo-users] Pharo 61 crashes on iceberg history

2017-07-30 Thread herby
Me, too. Primitive failure. 117, IIRC. On July 30, 2017 3:51:56 AM GMT+02:00, "Julián Maestri" wrote: >I'm almost sure this is not the right place to report it. > >Im having a vm crash when looking at the history of a repository on >iceberg. > >urpharo: malloc.c:2394: sysmalloc: Assertion `(old_

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-15 Thread herby
BTW I took the latter way (as method tries to be as optimized as possible), it is in http://smalltalkhub.com/#!/~herby/Glorp/versions/Glorp-HerbyVojcik.127, consider merging in. Thanks. Herby Vojčík wrote: > Hello! > > I think I found the culprit. Few methods posted here: >

Re: [Pharo-users] new chapter on double dispatch for new book :)

2017-08-24 Thread herby
On August 23, 2017 10:09:02 PM GMT+02:00, Stephane Ducasse wrote: >On Wed, Aug 23, 2017 at 9:20 PM, Herby Vojčík wrote: >> Maybe in general sumWithFoo: => addSelfToFoo: to make clues clearer. > >I see now it should be more >addSelfWithFoo: or sumSelfWithFoo: because

Re: [Pharo-users] Glorp: Is there some way to do insert-or-update?

2017-08-24 Thread herby
On August 24, 2017 7:26:00 AM GMT+02:00, "jtuc...@objektfabrik.de" wrote: >Am 23.08.17 um 11:08 schrieb Herby Vojčík: >> jtuchel wrote: >>> Herby, >>> >>> as Esteban already said, UPSERT doesn't make any sense in an ORM. It >> >> I

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-30 Thread herby
nventions? Or is it preinstalled wrongly in Ubuntu images on Digital Ocean when it does not have symlink named libsqlite3.so ? Herby >Phil > >On Sat, Sep 30, 2017 at 11:19 PM, Herby Vojčík >wrote: > >> Dan Wilczak wrote: >> >>> Hernan - >>> >&g

Re: [Pharo-users] How to specify generic (non-github) git dependency?

2018-01-28 Thread herby
On January 28, 2018 9:54:44 PM GMT+01:00, Dale Henrichs wrote: >Herby, > >Right now there is "no portable way" to specify arbitrary hosts in a >Metacello spec ... but Esteban and I will be talking about this on >Monday ... Thierry Goubier seems to have a nice s

Re: [Pharo-users] Generate equality

2018-02-08 Thread herby
to draw that analogy on original post, but probably wasn't writing it down clearly enough. Herby > >Cheers, > >Hernán > > >2018-02-07 13:10 GMT-03:00 Herbert Vojčík : >> Hi! >> >> Do you think it would be reasonable to have, a la "generate >acc

Re: [Pharo-users] Problem setting up Tide demo

2018-03-21 Thread herby
paths are mapped differently, >using .amd.json files (which I think are set correctly), but of >course, >`grunt devel` must be run at least once for mapping to happen (it is >run >as part of `amber init`, so new project is set up fine; but in case >.amd.json files are change

Re: [Pharo-users] installation of packages on 6.1

2018-04-11 Thread herby
-only” - you cannot (easily) develop / contribute to them. But if your only concern is to be able to load dependencies, setting protocol to https is easiest way to go. Herby On April 11, 2018 11:23:24 AM GMT+02:00, "Herbert Vojčík" wrote: >No, it is possible to install them with

Re: [Pharo-users] installation of packages on 6.1

2018-04-11 Thread herby
Yes, sorry, of course technically you can use https access to push as well, I just didn't use it for that purpose for long as I always use ssh for that and so only use of https was to read public repos without need for authorization. On April 11, 2018 11:21:29 PM GMT+02:00, "Peter Uhnák" wrot

Re: [Pharo-users] installation of packages on 6.1

2018-04-11 Thread herby
But it's not easy, as you need username and password and that can be different for each URL. So ssh (with one key) is easier for write-access, IMO. Https is much easier for read(-only) access. On April 11, 2018 11:25:55 PM GMT+02:00, he...@mailbox.sk wrote: >Yes, sorry, of course technically you

Re: [Pharo-users] min:max:

2018-04-20 Thread herby
On April 21, 2018 12:12:10 AM GMT+02:00, Chris Cunningham wrote: >A name like this would be clearer (although much more annoying): > >returnAtLeast: minValue butNoMoreThan: maxValue >10 returnAtLeast: 12 butNoMoreThan: 48 #beBetween:and: or #boundedBetween:and: >Thanks, >cbc > >On Fri, Ap

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread herby
Yes, it is insanely hard to write project in tonel format. Needs lot of hacking here and there, setting the setting itself is not helpful. I managed to, somehow, but I forgot the algorithm already. I am dreadful as to when I will need to do it again. Takes lots of time and nerves. Herby On

Re: [Pharo-users] Pharo 7 streams API

2018-07-03 Thread herby
solve more specific part of it while being such generic that it helps in other places as well. Just pointing it out so there isn't a perception they are competing to solve same problem and only one should be selected. Herby On July 3, 2018 3:57:21 PM GMT+02:00, "Steffen Märcker"

Re: [Pharo-users] Mysterious problem in loading Pharo

2017-07-18 Thread Herby Vojčík
loaded via LoadLibrary and access their memory before they are actually loaded (something like that). Maybe it would be beneficial to look at how dlls (especially in combination with FT2Plugin.dll) are loaded, and somehow force some order there. Herby -- View this message in context: http

Re: [Pharo-users] Mysterious problem in loading Pharo

2017-07-18 Thread Herby Vojčík
Herby Vojčík wrote: It is a real problem (I was getting it in 100% of the cases, restart did not help, restore of system disk image from last (this monday, so s/from last/from last backup/ including the recent update) helped. What I wanted to point to, is, at stack overflow they mentioned

[Pharo-users] Iceberg + github without github account

2017-07-21 Thread Herby Vojčík
true. Metacello new baseline: 'Towergame'; repository: 'gitlocal:///', (hereRef / 'src') fullName; load. Towergame configure. Smalltalk snapshot: true andQuit: true. END Questions: Is there some more canonical way to get there? Will Iceberg include something to make it easier to have readonly-github repos / integrate only gitlocal://? Thanks, Herby

Re: [Pharo-users] Iceberg + github without github account

2017-07-21 Thread Herby Vojčík
Peter Uhnak wrote: In Iceberg (Version Control) settings, there should be an option "enable Metacello (or Monticello?) integration" that should disable this iirc. On Fri, Jul 21, 2017 at 08:35:23PM +0200, Herby Vojčík wrote: Hello! I use Iceberg with metacelloIntegration: tr

Re: [Pharo-users] [ANN] Pharo 6.1 (summer) released!

2017-07-24 Thread Herby Vojčík
org> | bash Enjoy! Esteban Herby

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Herby Vojčík
Sven Van Caekenberghe wrote: Hi, User Herby Vojčík seems to have an issue with the --headless option on Windows 10 https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used I cannot reproduce his problem. Maybe there are Windows users out there who

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Herby Vojčík
Sven Van Caekenberghe wrote: Hi, User Herby Vojčík seems to have an issue with the --headless option on Windows 10 https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used I cannot reproduce his problem. Maybe there are Windows users out there who

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Herby Vojčík
rli...@gmail.com>> wrote: > > > > Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : > >> Hi, > >> > >> User Herby Vojčík seems to have an issue with the --headless option >on Windows 10 > >> > >> >http

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Herby Vojčík
Nicolai Hess wrote: 2017-07-26 13:08 GMT+02:00 Herby Vojčík mailto:he...@mailbox.sk>>: Nicolai Hess wrote: 2017-07-26 12:09 GMT+02:00 mailto:he...@mailbox.sk> <mailto:he...@mailbox.sk <mailto:he...@mailbox.sk>>>: On July 26, 20

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-26 Thread Herby Vojčík
Herby Vojčík wrote: Nicolai Hess wrote: 2017-07-26 13:08 GMT+02:00 Herby Vojčík mailto:he...@mailbox.sk>>: Nicolai Hess wrote: 2017-07-26 12:09 GMT+02:00 mailto:he...@mailbox.sk> <mailto:he...@mailbox.sk <mailto:he...@mailbox.sk>>>: On July 26, 2017 11:53:4

[Pharo-users] Zinc: Are start and stop meant to be idempotent?

2017-07-26 Thread Herby Vojčík
MultiThreadedServer(running 4997)) The last case is not idempotent for #start. With one #start, the server is registered, with two #start's, it is not registered. Shouldn't the last case be idempotent as well? If it is, it is the bug that should be put into issue tracker? Herby

Re: [Pharo-users] Zinc: Are start and stop meant to be idempotent?

2017-07-27 Thread Herby Vojčík
Sven Van Caekenberghe wrote: Herby, In Zn #bleedingEdge === Name: Zinc-HTTP-SvenVanCaekenberghe.464 Author: SvenVanCaekenberghe Time: 27 July 2017, 1:10:32.048978 pm UUID: 63589259-ac11-0d00-9153-678c0082c0ce Ancestors: Zinc-HTTP-SvenVanCaekenberghe.460 Make ZnSingleThreadedServer>>

Re: [Pharo-users] Documentation

2017-07-27 Thread Herby Vojčík
Jimmie Houchin wrote: I am looking at participating in the documentation if that is a good area to plug in. Pity there isn't someone like you for Amber. It's documentation is in horrible state. (I don't know for Pharo's one :-) ) Herby

Re: [Pharo-users] Documentation

2017-07-27 Thread Herby Vojčík
Herby Vojčík wrote: Jimmie Houchin wrote: I am looking at participating in the documentation if that is a good area to plug in. Pity there isn't someone like you for Amber. It's documentation is in *$##^, s/It's/Its/ horrible state. (I don't know for Pharo's one :-) ) Herby

[Pharo-users] Iceberg needs to gracefully revert to readonly

2017-07-28 Thread Herby Vojčík
primarily for dependencies of Configurations and Baselines. If any of them is github://, bitbucket:// or gitlab:// and the user happens not to have account on those systems, he will get LGit ssh credential error. Thoughts? ETA? Herby

[Pharo-users] BaselineOfXxx equivalent of npm's devDependencies

2017-07-28 Thread Herby Vojčík
] and I want to have Mocketry as dev-only dependency. How to write it and how to load it with dev / without dev dependencies? Atm I load it this way: Metacello new baseline: 'Towergame'; repository: 'gitlocal:///', (hereRef / 'src') fullName; load. where hereRef is file reference to project dir. Thanks, Herby

[Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-07-29 Thread Herby Vojčík
. We use on-premise gogs installed via apt, and it installs 'gogs' user, not 'git' user. As such, we were being able to successfully use 'g...@our.site:org/towergame.git' type of remote URLs, but Iceberg code has 'git@' hardcoded. How to overcome this? Herby

Re: [Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-07-31 Thread Herby Vojčík
([\w.-]+@|ssh\://).*'''. IceScpRemote compile: ((IceScpRemote >> #parseUrl) sourceCode copyReplaceAll: 'git@' with: '[\w.-]+@'). Is it ok for Iceberg devs to make those (or similar) changes into Iceberg code itself? Herby Herby Vojčík wrote: Hello! Once I fina

Re: [Pharo-users] Iceberg: SCP urls are not limited to 'git@'

2017-08-01 Thread Herby Vojčík
Herby Vojčík wrote: Hello! Once I finally added remote to my localgit repo, I cannot build my image any more because Iceberg fails to parse the url. After first error I tried ssh://, but it is protected as well. The problem is, g...@host.site is just the way to say which user to log in via ssh

[Pharo-users] Glorp: how to reconnect after image shutdown / load?

2017-08-01 Thread Herby Vojčík
apps that use databases? Is image "preconfigured" with live self-healing connection or does some special piece of startup code be installed so it runs after deployment and image start? Thanks, Herby

[Pharo-users] Glorp reconnection management (was: Re: Glorp: how to reconnect after image shutdown / load?)

2017-08-02 Thread Herby Vojčík
jtuc...@objektfabrik.de wrote: Herby, I am not aware of any automatic reconnect tools. Kepping a DB connection alive after an image is closed is surely not desired and chances are the DB will close the inactive session eventually anyways. Hm. When I though about it, image save / load cycle is

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Herby Vojčík
This works for me (to load BaselineOfTowergame from src/ relative to image location): | hereRef | hereRef := Smalltalk imageDirectory asFileReference. "Work around scp url hardwired 'git@'" IceScpRemote class compile: 'canHandleUrl: aRepositoryUrl "Very simplistic implementation that do

Re: [Pharo-users] Pharo 61 crashes on iceberg history

2017-08-03 Thread Herby Vojčík
Esteban Lorenzano wrote: Hi, can I have a reproducible case? IIRC, every click on a particular commit in history view just does that. and a bug report on https://github.com/pharo-vcs/iceberg/issues ? Not me, no github (and no plan to). (so I do not forget when I comeback from holidays).

Re: [Pharo-users] Glorp reconnection management (was: Re: Glorp: how to reconnect after image shutdown / load?)

2017-08-03 Thread Herby Vojčík
Pierce Ng wrote: On Wed, Aug 02, 2017 at 11:30:27AM +0200, Herby Vojčík wrote: Hm, I though that once I open a session it does actually connect on demand (it has Login, system and all the information for it). Does it actually mean that if I want to stay connected I must do `session login

[Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
rk which always fails)? Herby

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
Alistair Grant wrote: Hi Herby, On 5 August 2017 at 18:09, Herby Vojčík wrote: Hello! First of all, what is preferred way to (first time) login into database? I had the impression that `aDatabaseAccessor login` is sorta low-level, and one should do `session login` (after all, it is session

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
Esteban A. Maringolo wrote: Herby, I regularly use `session login`, but I don't use SQLite in Pharo, but I do in VisualWorks and it works just fine. Maybe if there is a bug we should fix it. Even with a no-op method. Regards! Esteban A. Maringolo It's hard. The

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
Esteban A. Maringolo wrote: Which version of Pharo, Glorp and SQLite are you using? As for SQLite dll, I don't know (does it change the fact if queryEncoding method is present?). Pharo is 6.1, Glorp, Garage etc. are #stable loaded from Pharo60 catalog (see attachment). Herby Es

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
bject; and before that I set GarageGlorpDrive to be the default). This seems to be the actual fix (make Glorp with Garage not use PharoDatabaseAccessor). Herby On Sun, Aug 6, 2017 at 12:20 AM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: Esteban A. Maringolo wrote:

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-05 Thread Herby Vojčík
Herby Vojčík wrote: Guillermo Polito wrote: AFAIR, PharoDatabaseAccessor was meant to work with SqueakDBX/DBXTalk driver. No other driver should use it. At the time Garage did not even exist. So I'd say that you should not use PharoDatabaseAccessor with another driver than the one i

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-06 Thread Herby Vojčík
Pierce Ng wrote: On Sun, Aug 06, 2017 at 12:54:41AM +0200, Herby Vojčík wrote: Pharo is 6.1, Glorp, Garage etc. are #stable loaded from Pharo60 catalog (see attachment). You may want to try GlorpSQLite. Load from Catalog Browser into a fresh 60510 image. All 889 tests should pass, as has been

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-06 Thread Herby Vojčík
story of development of Glorp and found it nowhere. Did it actually exist? :-) In fact, from what I saw, it seems Glorp accumulated its share of technical debt, drivers came and went, platforms, too, dialects on which it runs, too. It seems to me it needs serious detanglement. Get rid of

Re: [Pharo-users] Glorp: `session login` fails for Garage SQLite

2017-08-06 Thread Herby Vojčík
Esteban A. Maringolo wrote: 2017-08-06 8:05 GMT-03:00 Herby Vojčík: Guillermo Polito wrote: How did you install garage and glorp? Catalog, configurations? Can you paste here the installation instructions you followed? Just adding GarageGlorp as dependency: configuration

[Pharo-users] Stylistic question: private helper vs extension method?

2017-08-08 Thread Herby Vojčík
s extension method, but then it may clash if someone else has similar idea. 2. Add private helper TowergameDelegate >> dict:at:ifPresentTransform:, which is longer and needs additional self receiver. Which is preferable? Herby

Re: [Pharo-users] Stylistic question: private helper vs extension method?

2017-08-09 Thread Herby Vojčík
lopment I often do `Smalltalk packages do: #commit` to commit everything and see what changed in git diff). or: responsePayload at: each ifPresentPut: [ 'FooBaz' ]. Regards, Esteban A. Maringolo Thanks, Herby

[Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
nil, resolver being GASqlite3FFI class. If looking at the class side of GaSqlite3FFI, there is no ffiBindingOf: at all; there is nbBindingOf: aTypeName ^ TypeMap at: aTypeName ifAbsent: [ super nbBindingOf: aTypeName ] though. If I copy near-mindlessly and add: ffiBindingOf: aTypeName ^ TypeMap at: aTypeName ifAbsent: [ super ffiBindingOf: aTypeName ] then the code above fails correctly with: 'no such table: AGENT'. Am I missing some nb<->ffi bridge? Or is there a bug in Garage SQLite driver? Herby

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
Stephane Ducasse wrote: Hi Herby On which version of Pharo are you trying? Because lot of changes happened on Pharo 60 FFI. Stef On Sun, Aug 13, 2017 at 6:11 PM, Herby Vojčík wrote: Hello! This testing code: | databaseFile login accessor sqlString | databaseFile := Smalltalk

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
supersend in the lone method itself), so it definitely looks like it need to rename to ffiBindingOf: for 60. Herby Stef On Sun, Aug 13, 2017 at 8:41 PM, Herby Vojčík wrote: Stephane Ducasse wrote: Hi Herby On which version of Pharo are you trying? Because lot of changes happened on Ph

Re: [Pharo-users] Probably a bug in Garage SQLite

2017-08-13 Thread Herby Vojčík
eSQLString: PharoDatabaseAccessor>>executeCommandUnbound: [..snip..] Now ExternalData does not understand #pointerAt: (only ByteArray and FFIExternalStructureReferenceHandle do, don't know how to fix this quickly... :-( ) Herby On Sun, Aug 13, 2017 at 9:04 PM, Herby Vojčík wrote: Step

[Pharo-users] Honest question, new to ecosystem: are Glorp and Garage alive?

2017-08-14 Thread Herby Vojčík
lly applying to all instances of a class. Did I backed the right horse by using Glorp (and wanting to use Garage drivers)? Thanks, Herby

Re: [Pharo-users] Honest question, new to ecosystem: are Glorp and Garage alive?

2017-08-14 Thread Herby Vojčík
. Thus, this is complicated to maintain 4 backends for 3 platforms, on 2 pharo versions, if you don't eat your own food. Now, documentation may be outdated :) On Mon, Aug 14, 2017 at 11:57 AM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: Hello! Without wanting to offend anyone,

[Pharo-users] Big Glorp problem w/ type coercion, pls help

2017-08-14 Thread Herby Vojčík
Hello! I encountered a problem with OneToOneMapping and type coercion. When writing data, thing work; when reading data, the right child of relation fails to convert. I tried everything possible to inject converters (even subclassing GlorpBlobType), but to no avail. RelationExpression passes

Re: [Pharo-users] Big Glorp problem w/ type coercion, pls help

2017-08-14 Thread Herby Vojčík
Esteban A. Maringolo wrote: Do you have the code somewhere loadable? Reading chunk is something I do only when everything crashed :D Esteban A. Maringolo I will attach the .st files... not loadable as its in private on-premise git repo :-( Thank you very much, Herby 2017-08-14 13:44 GMT

Re: [Pharo-users] Big Glorp problem w/ type coercion, pls help

2017-08-14 Thread Herby Vojčík
Agent ] Is it true (should this work)? Herby Herby Vojčík wrote: Esteban A. Maringolo wrote: Do you have the code somewhere loadable? Reading chunk is something I do only when everything crashed :D Esteban A. Maringolo I will attach the .st files... not loadable as its in private on-prem

[Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-15 Thread Herby Vojčík
ribute getValueFrom: each)]] ifFalse: [self convertedDbValueOf: (attribute getValueFrom: anObject)]]]. ^(anExpression get: self attribute name) get: aSymbol withArguments: (Array with: value) Or something completely different? Thanks, Herby Herby Vojčík wrote: Hello! I encountered a p

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-16 Thread Herby Vojčík
Esteban Lorenzano wrote: but if he is using Glorp for Pharo and cincom takes the bug and fixes it, it still will not hit Pharo until someone ports it. So, while I have literally no idea of what Herby is asking for, I encourage to keep discussion also here, then solution can hit both platforms

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-16 Thread Herby Vojčík
Herby Vojčík wrote: Esteban Lorenzano wrote: but if he is using Glorp for Pharo and cincom takes the bug and fixes it, it still will not hit Pharo until someone ports it. So, while I have literally no idea of what Herby is asking for, I encourage to keep discussion also here, then solution can

Re: [Pharo-users] What is proper fix for this? (was: Re: Big Glorp problem w/ type coercion, pls help)

2017-08-16 Thread Herby Vojčík
Esteban A. Maringolo wrote: Herby, Please apologize I can't take the time to look into your code. Np, if someone eventually will. I granted you write access to <http://smalltalkhub.com/#!/~DBXTalk/Glorp/>, could you upload your latter version to it? Uploaded. Regards

Re: [Pharo-users] What is proper fix for this?

2017-08-17 Thread Herby Vojčík
jtuc...@objektfabrik.de wrote: Herby, my ccomments were not meant to say you are not competent enough to fix Glorp. I know you have been active as the maintainer of Amber for quite a while now and know you are an experienced Smalltalker. So this is not Not really. Actually, never did any

Re: [Pharo-users] What is proper fix for this?

2017-08-17 Thread Herby Vojčík
Guillermo Polito wrote: On Thu, Aug 17, 2017 at 10:32 AM, Esteban Lorenzano mailto:esteba...@gmail.com>> wrote: > On 17 Aug 2017, at 10:18, Herby Vojčík mailto:he...@mailbox.sk>> wrote: > > jtuc...@objektfabrik.de <mailto:jtuc...@objektfabrik.

Re: [Pharo-users] What is proper fix for this?

2017-08-17 Thread Herby Vojčík
uld be nice to actually be generic enough to be "any Smalltalk out there". Herby but… having a github mirror to be able to diff properly is a good thing. Esteban

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

2017-08-20 Thread Herby Vojčík
Stephane Ducasse wrote: I added some links to books and blogs. On Sat, Aug 19, 2017 at 11:20 PM, Dimitris Chloupis wrote: I also turned it to be published as a webpage, its can be viewed from this link https://squarebracketassociates.github.io/PharoWiki/ Seems like another github-account-

Re: [Pharo-users] Where is the installation log? Installing FileMan into Pharo 6.0-60510, which is 6.1.

2017-08-21 Thread Herby Vojčík
H. Hirzel wrote: Hello I wanted to install the FileMan package through the catalog into Pharo 6.0-60510 (a.k.a 6.1). FileMan is library used by Cuis Smalltalk and also available for other Smalltalk dialects - http://wiki.squeak.org/squeak/6333. There is a FileMan entry in the catalog, but no

Re: [Pharo-users] How do I get a list of all packages in the catalog with a 6.0 tag?

2017-08-21 Thread Herby Vojčík
only, then look into ConfigurationOfXxx / BaselineOfXxx class. Herby Thank you for the answer in advance --Hannes

Re: [Pharo-users] How do I get a list of all packages in the catalog with a 6.0 tag?

2017-08-21 Thread Herby Vojčík
H. Hirzel wrote: This helps me to get at the information for a particular singular entry. I am looking for a list of all catalog entries in 6.0. Ah, sorry. Did not get the question properly. On 8/21/17, Herby Vojčík wrote: H. Hirzel wrote: Hello On 8/17/17, bdurin wrote: Maybe

Re: [Pharo-users] How do I get a list of all packages in the catalog with a 6.0 tag?

2017-08-21 Thread Herby Vojčík
. I had the impression I found out where catalog is held / updated using that, but it was few weeks ago. Herby On 8/21/17, Herby Vojčík wrote: H. Hirzel wrote: Hello On 8/17/17, bdurin wrote: Maybe something like having the list of all packages and their version included in a given image

[Pharo-users] Glorp: Is there some way to do insert-or-update?

2017-08-22 Thread Herby Vojčík
Hello! Is there some way to do insert-or-update operation (that is, roughly, to be able to register an object with possibly existing primary key(s) and let it be written regardless? Thanks, Herby P.S.: Use case - I want to have log of USER-DEVICE pairing with last timestamp and 'en

Re: [Pharo-users] Glorp: Is there some way to do insert-or-update?

2017-08-23 Thread Herby Vojčík
jtuchel wrote: Herby, as Esteban already said, UPSERT doesn't make any sense in an ORM. It I don't know... I just create new object (with same "primary key") and register it (yes, I know I get an error - maybe I should be able to set the policy to "overwrite"

Re: [Pharo-users] new chapter on double dispatch for new book :)

2017-08-23 Thread Herby Vojčík
Stephane Ducasse wrote: feedback is welcome Good reading 2.4 "is to explicit type check" - "is to explicitly type check", or - "is to do explicit type check" s/we will haveother/we will have other/ s/distabilizing/destabilizing/ "In fact we just to tell the receiver ,,,"

Re: [Pharo-users] new chapter on double dispatch for new book :)

2017-08-23 Thread Herby Vojčík
Maybe in general sumWithFoo: => addSelfToFoo: to make clues clearer. Herby

[Pharo-users] Gofer loads wrong version?

2017-09-04 Thread Herby Vojčík
/ if it won't break b/c of inconsistent state. Herby

Re: [Pharo-users] Gofer loads wrong version?

2017-09-04 Thread Herby Vojčík
Herby Vojčík wrote: Hello! As I need to load specific version of Glorp with my fix, and I did not find out how to force-override it in my baseline, I tried to load it post-the-baseline via Gofer: (Gofer new smalltalkhubUser: 'DBXTalk' project: 'Glorp') package: 

[Pharo-users] Glorp: problem with DictionaryMapping with "data objects"

2017-09-07 Thread Herby Vojčík
Linux client, maybe that's why Esteban did not accept my invitation yet). Thanks, Herby

Re: [Pharo-users] Standalone HTML Model

2017-09-11 Thread Herby Vojčík
Stephane Ducasse wrote: Hi Pierce Ng How different is the API from Seaside? Because I would like to use it. I like to think modularly :) Stef Maybe porting Silk and let it write to some simulated DOM could be interesting as well... :-) https://lolg.it/herby/silk Herby On Mon, Sep 11

Re: [Pharo-users] Gofer loads wrong version?

2017-09-12 Thread Herby Vojčík
Bump. Can you pls help me with how to load proper version / finding what is wrong here? As shown in replies, it loads two versions (eg. it seems it loads everything it finds in the repo). Herby Herby Vojčík wrote: Hello! As I need to load specific version of Glorp with my fix, and I did

Re: [Pharo-users] Gofer loads wrong version?

2017-09-13 Thread Herby Vojčík
Guillermo Polito wrote: On Mon, Sep 4, 2017 at 1:01 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: Hello! As I need to load specific version of Glorp with my fix, and I did not find out how to force-override it in my baseline, I tried to load it post-the-baseline via

Re: [Pharo-users] Gofer loads wrong version?

2017-09-14 Thread Herby Vojčík
stephan wrote: On 12-09-17 21:58, Herby Vojčík wrote: Bump. Can you pls help me with how to load proper version / finding what is wrong here? As shown in replies, it loads two versions (eg. it seems it loads everything it finds in the repo). Herby Herby Vojčík wrote: Hello! As I need to

Re: [Pharo-users] Pharo 7 license question

2017-09-21 Thread Herby Vojčík
T authors don't believe in the freedoms of open source software. We do. We want the user to reciprocate because they believe, not because we forced them. You can't force anybody. They always have the choice of choosing something different, or writing it themselves. +1 Jimmie Herby

[Pharo-users] How to make pharo find sqlite?

2017-09-28 Thread Herby Vojčík
stack of current process" 17:16:54.853 thisContext privSender: thisCtx. 17:16:54.853 nil ] in BlockClosure>>on:fork: in Block: [ Processor terminateActive ] 17:16:54.989 Look like pharo was not able to find the sqlite3 lib. Any help? Thanks, Herby

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
starts to run. :-( Herby P.S.: I saw there is a similar thread out there, but it has problems with 32bit loaded by 64bit vm; but here, I have 32bit linux, so the vm installed should be 32bit. On Thu, Sep 28, 2017 at 7:40 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: Hello!

[Pharo-users] Pharo 6.1 UDCBSQLite problem, masked behind "Error: External module not found"?

2017-09-30 Thread Herby Vojčík
transcipt (again, on dev machine, in non-headless mode, they show up in the Transcript window). Can someone hint at what is wrong / udbcsqlite authors look at if there isn't something incorrect in the sqlite driver / library? I don't know what to do in this state. It seems it should jus

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
il On Sat, Sep 30, 2017 at 1:28 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: p...@highoctane.be <mailto:p...@highoctane.be> wrote: What about LD_LIBRARY_PATH=;$LD_LIBRARYPATH ./pharo-ui some.image Phil Thanks for answer, did not h

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
somehow. What is the module being loaded ? Phil On Sat, Sep 30, 2017 at 1:28 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: p...@highoctane.be <mailto:p...@highoctane.be> wrote: What about LD_LIBRARY_PATH=;$LD_LIBRARYPATH ./pharo-ui some.image

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
scary and shows that vm may be culprit as well. Herby Phil On Sat, Sep 30, 2017 at 1:28 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote: p...@highoctane.be <mailto:p...@highoctane.be> wrote: What about LD_LIBRARY_PATH=;$LD_LIBRARYPATH ./pharo-ui

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
it in both 32bit env as well as 64bit env, with appropriate vm installed; but always the same: sqlite3 module is not found). At least it seems it is not mysterious vm bug, but (only) failure to find an external module. Though I don't know how to solve it, LD_LIBRARY_PATH did not help.

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
Herby Vojčík wrote: p...@highoctane.be wrote: I am using UDBCSQLite on Windows without problems. Me, too; when developing. The problem was on Linux, where I deploy. Things begin to look as if it was really that the module is not found, though. Now that I saw into the code CairoLibrary

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-30 Thread Herby Vojčík
Stephane Ducasse wrote: Would you pls care to look at the sibling thread "How to make pharo find SQLite", it seems that it struggles with similar problem, is it supposed to created symlinks on linux, or it should be able to fund the library but somehow fails? Thanks, Her

Re: [Pharo-users] How to make pharo find sqlite?

2017-09-30 Thread Herby Vojčík
s work. Maybe, libsqlite.so would do the trick as well, but I got no nerve to play with it more. But, frankly, do not tell me this is what ppl need to do to load external libs in linux. :-/ Herby Phil On Sat, Sep 30, 2017 at 1:28 PM, Herby Vojčík mailto:he...@mailbox.sk>> wrote:

Re: [Pharo-users] How to set library path for UFFI on Linux?

2017-09-30 Thread Herby Vojčík
ith it more. But, frankly, do not tell me this is what ppl need to do to load external libs in linux. :-/ Herby 1) Athens-Cairo>> CairoLibrary would have to return a list of paths to all the matching libraries rather than just the first one that it finds. This part seems easy. 2) U

Re: [Pharo-users] How to make pharo find sqlite?

2017-10-02 Thread Herby Vojčík
you link your library in the VM folder, the image has no clue where to find sqlite3. And this should be fixed, IMNSHO. It probably _partly_ works, but it should be made to work better. Herby Hope this helps. Renaud .

Re: [Pharo-users] How to make pharo find sqlite?

2017-10-02 Thread Herby Vojčík
p...@highoctane.be wrote: Yes, all of this should work and we need to improve on this. I am willing to do something about that because it frustrates me too. Herby, How would you see it working? Hard to answer. But linux knows where its libs are, at least when you do `/sbin/ldconfig -p` in

Re: [Pharo-users] ZnClient in Pharo 6.1 not working for Https on Windows

2017-10-06 Thread Herby Vojčík
efender hijacking it, and SqueakSSL.dll was missing. Check thouroughly if you actually have all files present in .zip actually unzipped in pharo folder. Herby I know that his has been seen on Linux in the past - see http://forum.world.st/SSL-TLS-plugin-initailization-failed-VM-plugin-missing-OS-librari

Re: [Pharo-users] Update of ConfigurationOfGlorp

2017-10-06 Thread Herby Vojčík
t me know if that creates problems Stephan I tested with the latest ConfigurationOfGlorp-StephanEggermont.61 in Pharo 7 and that seems OK (not super clean, but OK). Thx. Any chance of incorporating fixes 127 / 129? Herby

  1   2   >