Hi list,
I've been too busy to look into this lately, but today I tried the latest
MacOS version and I still get the same PrimitiveFailed error when trying to
write a byte array through the serial port.
Has there been any further development on this?
Thanks!
Best,
Bernat.
2013-11-12 13:07 GMT
Hi Bernat,
yes, I’m committed to have it ready before Pharo3 release.
Esteban
On 20 Feb 2014, at 12:54, Bernat Romagosa
wrote:
> Hi list,
>
> I've been too busy to look into this lately, but today I tried the latest
> MacOS version and I still get the same PrimitiveFailed error when trying
Hi Esteban!
Oh, good to know!
The offer stays on, I can't help much more than testing, but I'm available
for anything you need me to do :)
Gracias!
Bernat.
2014-02-20 13:30 GMT+01:00 Esteban Lorenzano :
> Hi Bernat,
>
> yes, I’m committed to have it ready before Pharo3 release.
>
> Esteban
>
Great to see that application menus have arrived in Spec! Many thanks
Benjamin. I suppose it shows how well Spec has been designed and coded that
the menus could be added so quickly.
--
View this message in context:
http://forum.world.st/Spec-and-an-application-menu-tp4744164p4745357.html
Sent
Hi all,
whom do I need to mail for questions regarding the pharo association and
billing? The association web site has no contact information (or at least I
cannot find it).
Also, I think it would be good to add contact information to the association
web site. (Or make it more prominent.)
---
I know one of the guys in Object Profile was working on this feature before
his vacations, maybe you could check in a week or so. Not a cool solution
but right now if you click on each item lines will stay there.
Cheers,
Hernán
2014-02-18 16:35 GMT-03:00 rosariosm :
> Hi all,
>
> Is there a w
I have a class with an instance attribute "x" and this one contains an
integer value.
No when exporting this to json I want to write a string instead of this
number to the json string ...
neoJsonMapping: mapper
mapper for: self do: [ :mapping |
(mapping mapInstVar: #x to: 'x') valueSchema: