Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Christian Haider
> von Stephan Eggermont > > On 12-09-17 11:11, Denis Kudriashov wrote: > > Maybe it is similar as porting GLORP into Pharo. Somebody can comment > on this process. > > The important point is that the original code is in another dialect, and the > idea > is not to fork, as the original maintaine

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Stephan Eggermont
On 12-09-17 11:11, Denis Kudriashov wrote: > Maybe it is similar as porting GLORP into Pharo. Somebody can comment on this process. The important point is that the original code is in another dialect, and the idea is not to fork, as the original maintainer develops it further. That means that

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] DictionaryValueHolder question

2017-09-12 Thread Rob Rothwell
Hi Peter, Thank you very much for the clarification; I'll see what I can come up with! Take care, Rob On Tue, Sep 12, 2017 at 11:18 AM, Peter Uhnák wrote: > Hi Rob, > > this is by omission. Originally CollectionValueHolder didn't have it > either until I've introduced ValueAdded/ValueRemoved.

Re: [Pharo-users] DictionaryValueHolder question

2017-09-12 Thread Peter Uhnák
Hi Rob, this is by omission. Originally CollectionValueHolder didn't have it either until I've introduced ValueAdded/ValueRemoved. So feel free to incorporate it in a meaningful fashion to a DictionaryHolder. Peter On Tue, Sep 12, 2017 at 3:46 AM, Rob Rothwell wrote: > Hello, > > Unlike the Co

Re: [Pharo-users] About neoCSV

2017-09-12 Thread Sven Van Caekenberghe
I guess #namedColumnsConfiguration is relatively recent [oct 2015] (although it is just a convenience method, the underlying technology was already there), so it is probably not part of the external docs. > > On 12 Sep 2017, at 15:26, Stephane Ducasse wrote: > > Yes. > I read all the doc and

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Ben Coman
On Tue, Sep 12, 2017 at 5:38 PM, Christian Haider < christian.hai...@smalltalked-visuals.com> wrote: > Moin, > > > > the port is almost done. Then I will add documentation and publish the > code under MIT licence. > > > > Including the code used to port the library from VW to Gemstone using a > no

Re: [Pharo-users] About neoCSV

2017-09-12 Thread Stephane Ducasse
Yes. I read all the doc and is it there? Because yes this is exactly what I was looking for. On Tue, Sep 12, 2017 at 9:14 AM, Sven Van Caekenberghe wrote: > I am not sure I understand 100% what you want, but consider this example: > > (NeoCSVReader on: 'foo bar baz > 1 2 3 > 11 22 33' readStream)

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Stephane Ducasse
super! Stef On Tue, Sep 12, 2017 at 11:38 AM, Christian Haider wrote: > Moin, > > > > the port is almost done. Then I will add documentation and publish the code > under MIT licence. > > > > Including the code used to port the library from VW to Gemstone using a > novel approach. > > > > The hea

Re: [Pharo-users] help needed regarding conversion of hex to binary

2017-09-12 Thread Sven Van Caekenberghe
ByteArray readHexFrom: #[ 0 1 2 3 4 5 6 7 8 9 10 ] hex. > On 12 Sep 2017, at 14:47, Ben Coman wrote: > > > > On Tue, Sep 12, 2017 at 2:55 AM, Casimiro de Almeida Barreto > wrote: > Is there a (easy and ready) way to convert hexa to binary. I mean, convert > data that was transformed > >

Re: [Pharo-users] help needed regarding conversion of hex to binary

2017-09-12 Thread Ben Coman
On Tue, Sep 12, 2017 at 2:55 AM, Casimiro de Almeida Barreto < casimiro.barr...@gmail.com> wrote: > Is there a (easy and ready) way to convert hexa to binary. I mean, convert > data that was transformed > > x := myData asByteArray hex. > > back to binary? > > > I thought I'd try what usually w

Re: [Pharo-users] Accessor Creation in Nautilus Browser

2017-09-12 Thread Rob Rothwell
On Tue, Sep 12, 2017 at 5:45 AM, Alistair Grant wrote: > Hi Rob, > > On 12 September 2017 at 03:32, Rob Rothwell > wrote: > > Hello, > > > > Is there a way to create accessors for more than one instance variable > at a > > time with the Nautilus browser? > > > > "Class -> Refactoring -> Inst Var

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Marcus Denker
> On 12 Sep 2017, at 12:44, Tim Mackinnon wrote: > > That makes sense - but in a practical usability sense its broken - it doesn’t > give me a useful breakpoint to step through code where I expect. Should I > raise a Fogbugz for this? > Yes, please add an issue. I wanted to see if I can impro

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Tim Mackinnon
That makes sense - but in a practical usability sense its broken - it doesn’t give me a useful breakpoint to step through code where I expect. Should I raise a Fogbugz for this? Or should we just remove this feature if we can’t do it right? Tim > On 12 Sep 2017, at 11:09, Nicolai Hess wrote:

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Christian Haider
Von: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Im Auftrag von Denis Kudriashov Gesendet: Dienstag, 12. September 2017 11:43 An: Any question about pharo is welcome Betreff: Re: [Pharo-users] Who is maintaining of Artefact? Hi Christian. 2017-09-12 11:38 GMT+02:00 Christian

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Nicolai Hess
2017-09-11 1:26 GMT+02:00 Tim Mackinnon : > While I’m on a debugger trip… anyone else also notice that the > Suggestions, Break once debug option acts weirdly? I seem to get a debugger > but it halts several lines after where I have said, and if I start stepping > the debugger seems to jump to fun

Re: [Pharo-users] Accessor Creation in Nautilus Browser

2017-09-12 Thread Alistair Grant
Hi Rob, On 12 September 2017 at 03:32, Rob Rothwell wrote: > Hello, > > Is there a way to create accessors for more than one instance variable at a > time with the Nautilus browser? > > "Class -> Refactoring -> Inst Var Refactoring -> Accessors" shows available > instance variables, but only one

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Denis Kudriashov
Hi Christian. 2017-09-12 11:38 GMT+02:00 Christian Haider < christian.hai...@smalltalked-visuals.com>: > Moin, > > > > the port is almost done. Then I will add documentation and publish the > code under MIT licence. > Cool. And code repo is not public yet? > > > Including the code used to port

Re: [Pharo-users] DataFrame inspector issues

2017-09-12 Thread Alistair Grant
On Tue, Sep 12, 2017 at 09:28:13AM +0200, Serge Stinckwich wrote: > > On Tue, Sep 12, 2017 at 9:22 AM, Alistair Grant wrote: > > Hi Everyone, > > ?Hi Alistair, > > I've started using DataFrame, it's great to have this functionality > easily available, and noticed a few issues with

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Christian Haider
Moin, the port is almost done. Then I will add documentation and publish the code under MIT licence. Including the code used to port the library from VW to Gemstone using a novel approach. The heard of the “PDF engine” is the type system which allows the assignment of Smalltalk class

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Denis Kudriashov
Look at slides PDFtalk for Gemstone from last ESUG about porting it to Gemstone (which is done). Maybe it is similar as porting GLORP into Pharo. Somebody can comment on this process. 2017-09-12 11:04 GMT+02:00 H. Hirzel : > Looks like a wort

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread H. Hirzel
Looks like a worthwhile exercise PDFTalk https://wiki.pdftalk.de/doku.php "The syntax is covered comprehensively, which means that any PDF file can be read and any PDF object can be written in a conforming way. Typical PDF objects are dictionaries of which many are specialized as Smalltalk objec

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-12 Thread Denis Kudriashov
There is also PDFTalk from Christian Haider https://wiki.pdftalk.de/doku.php. But it needs to be ported into Pharo. 2017-09-11 21:03 GMT+02:00 Alejandro Infante : > Hi! > I would like to explore having support for Unicode characters. I want to > help for it. > > Who is the right person to talk ab

Re: [Pharo-users] DataFrame inspector issues

2017-09-12 Thread Serge Stinckwich
On Tue, Sep 12, 2017 at 9:22 AM, Alistair Grant wrote: > Hi Everyone, > > ​Hi Alistair, ​ > I've started using DataFrame, it's great to have this functionality > easily available, and noticed a few issues with the inspector: > > 1. The inspector always shows row numbers and not the supplied name

[Pharo-users] DataFrame inspector issues

2017-09-12 Thread Alistair Grant
Hi Everyone, I've started using DataFrame, it's great to have this functionality easily available, and noticed a few issues with the inspector: 1. The inspector always shows row numbers and not the supplied name. 2. The last column label isn't displayed. If I remember correctly, there has been

Re: [Pharo-users] About neoCSV

2017-09-12 Thread Sven Van Caekenberghe
I am not sure I understand 100% what you want, but consider this example: (NeoCSVReader on: 'foo bar baz 1 2 3 11 22 33' readStream) separator: $ ; namedColumnsConfiguration; upToEnd. => an Array(a Dictionary(#bar->'2' #baz->'3' #foo->'1' ) a Dictionary(#bar->'22' #baz->'