Hi Udo,
On 26 Jul 2013, at 22:54, Udo Schneider wrote:
> All,
>
> Is there a supported way to change the capitalization of HTTP header fields
> in Zinc? I'm currently running into problems with a websocketpp
> (https://github.com/zaphoyd/websocketpp) based backend which expects a
> specifica
All,
Is there a supported way to change the capitalization of HTTP header
fields in Zinc? I'm currently running into problems with a websocketpp
(https://github.com/zaphoyd/websocketpp) based backend which expects a
specifically capitalized Sec-WebSocket-* header field. E.g.
Sec-WebSocket-* w
Hi guys,
Something I did not know and I would like to share:
what is the result of "#a < #9" ? DNU !
When I expected to compare two symbols, in fact "#9 class" returns SmallInteger.
So if I want to compare two symbols, I have to do "#a < #'9' ".
Kind of small fun things !
Cheers,
Jannik
The Fundación Argentina de Smalltalk (FAST, http://www.fast.org.ar)
invites you to the 7th International Conference on Smalltalk
Technologies (Smalltalks), to be held from October 30th through November
1st at the Universidad Tecnológica Nacional, Facultad Regional Rosario,
located in Rosario, A
On Jul 26, 2013, at 9:34 AM, p...@highoctane.be wrote:
> In my application, I need to work with units (which I have to integrate in
> Seaside-Magritte 3).
>
> So, I looked around and after a while found
>
> http://www.smalltalkhub.com/#!/~MarcusDenker/Units
>
> Tests are green on 2.0 and it
In my application, I need to work with units (which I have to integrate in
Seaside-Magritte 3).
So, I looked around and after a while found
http://www.smalltalkhub.com/#!/~MarcusDenker/Units
Tests are green on 2.0 and it looks like it will do what I need.
Pretty cool package, worth a chapter so