Hi,
I would like to connect fingerprint reader to pharo - so far I am able to use C
library to connect to it using UFFI,
however the problem is that I can wait for fingerprint indefinitely ( blocking
call to library) or register call-back for moment when fingerprint is
available.
The registra
Hi,
I started to play with slots and I am observing odd behaviour after the class
structure gets changed.
I am having classes:
Object subclass: #CTA
slots: { #x. #b => ToManyRelationSlot inverse: #a inClass: #CTB }
classVariables: { }
category: ‘ClassTest'
and
Obje
;
> It looks like bug. Could you open issue?
>
> 2016-09-28 15:36 GMT+02:00 Jan Cada mailto:j...@cada.cz>>:
> Hi,
>
> I started to play with slots and I am observing odd behaviour after the class
> structure gets changed.
>
> I am having classes: