Daniel Danecki
Daniel Danecki
It crashes for me every time. I use MacBook white (not the newest one) with 10.5.8. I assume it's 32 bit only, any fix for that ?
I tried to use it on 10.5.8 with Safari 5.0.1 and got this error: "Safari 5.0.1 (v5533.17.8) has not been tested with the plugin Keywurl (null) (v1.4.0). As a precaution,...
A Trait can be enabled/disabled by a Factory subclass: ```python class OriginalFactory(Factory): class Params: my_trait = factory.Trait( some_parameter=3 ) class WithTraitFactory(OriginalFactory): my_trait = True ``` You can register then such...