Jordi Collell

Results 19 issues of Jordi Collell

We use zope.interface and the ZCA almost on every new project we start. The only peace we miss, it's being able to subscribe to async event handlers. We already do...

We are getting that error on Zope: ``` 2017-05-28T17:49:39 ERROR sentry.errors.serializer 'ascii' codec can't encode character u'\xed' in position 42: ordinal not in range(128) Traceback (most recent call last): File...

Under development all works fine, but when I try to build the source, I got this error. I added backbone, and underscore as dependencies. Any tip, where I can statrt...

When decoding a ical, inside the consumer: ``` go ev := &Event{ Start: start, End: end, UID: node["UID"].Val, Summary: node["SUMMARY"].Val, } ``` If Node["SUMMARY"] don't esists, its a nil pointer.....

enhancement

The money tracker is like a counter, with variable value. - Needs a modal to add the desired value

* async pg orm version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what...