On Tue, Jul 31, 2018 at 6:29 PM Damien Pollet
wrote:
> Hi Sven… a couple questions:
>
> - is there a preferred order of composition between the encoding and
> buffering streams ? If yes, it the same for read and write stream, or
> reversed ?
> E.g. if Stdio binaryStdin was implemented, Stdio stdi
On Tue, Jul 31, 2018 at 6:41 PM Damien Pollet
wrote:
> On Tue, 31 Jul 2018 at 18:28, Damien Pollet
> wrote:
>
>> Hi Sven… a couple questions:
>>
>
> For context, I'm considering options in Clap, for providing accessors to
> Stdio that:
> - are convenient in most cases
> - discourage users from e
On Wed, Aug 1, 2018 at 11:19 AM Guillermo Polito
wrote:
>
>
> On Tue, Jul 31, 2018 at 6:41 PM Damien Pollet <
> damien.pollet+ph...@gmail.com> wrote:
>
>> On Tue, 31 Jul 2018 at 18:28, Damien Pollet <
>> damien.pollet+ph...@gmail.com> wrote:
>>
>>> Hi Sven… a couple questions:
>>>
>>
>> For conte
Hi Steven
On Fri, Jul 27, 2018 at 3:53 PM Steven Costiou
wrote:
> Hi,
>
> it may not be actively maintained but Phantom has recently been ported to
> Pharo 6/6.1 https://github.com/InesSosa95/PHANtom
>
that's a good news :)
>
>
> You could also use Reflectivity (look for MetaLink class), which
Richard O'Keefe wrote
> @James Foster: 100%. There are no exceptions.
>
>
> On 1 August 2018 at 02:05, James Foster <
> Smalltalk@
> > wrote:
>
>> To what extent is it required by ANSI that objects be of the same class?
>> Does Pharo treat a String and a Symbol as equivalent if they have the
If you want some projects using metalinks for inspiration:
https://github.com/peteruhnak/metalinks-toolkit
https://github.com/peteruhnak/live-instance-viewer
(the second one also has a link to PDF explaining it in more detail)
Also here an example
http://blog.yuriy.tymch.uk/2016/02/vigorous-cach
Thanks to these replies I found the issue, but I'm not sure how to solve it.
I found the start up script. I have never consciously set it, but I assume
some process in the distant past automatically created it for me. The issue
was that the settings for:
#monticello#cacheDirectory and #monticello
Esteban A. Maringolo wrote
> I think it is a tricky thing to do "in memory transactions", even
> without thinking about databases.
> You have to define what to keep and where to place the "original"
> values (inst. vars.) of the object.
>
> As a general purpose solution if you can do that, you end