bcaller

Results 39 comments of bcaller

We definitely need this to standardise some of the extra fields. In my [Pebble app](https://github.com/bcaller/pebble-bike-sharer/blob/97c1da7176acc75bf62d9c92cb0050068e73f891/src/js/citybikes.js#L175) I've had to add lot's of cases just to decide whether or not to list...

I couldn't really decipher the regex to fix it, so I made https://github.com/bcaller/pinyin_markdown for what I wanted. Sorry. Feel free to close this, or we can think about how to...

Is there a way to make the events appear as if they synced? Would making a fake sync adapter work? At the moment [we don't sync](https://github.com/dschuermann/offline-calendar/blob/7d719e8eeb391afc346c179785fe8d5241aea1d0/Offline-Calendar/src/main/java/org/sufficientlysecure/localcalendar/CalendarController.java#L165), but perhaps going through...

Did you ever fix this? I'm getting it now.

This annoys me also for QR. I prefer this app to qr generator, but when I put the data in qr generator it shows a smaller qr code (less error...

This will probably be awkward to debug. Anyway... Does the file it's looking for (`app.py`) exist? Does one of your files try to import it e.g. `from compiq_api import app`?...

Thanks for the example. Issues I see immediately (there may be more): 1. pyt is handling `from . import app` as `import .app` rather than first trying `from .__init__ import...

You can, but I don't think you really want to increase the recursion depth. The RecursionError usually means that there is a bug in pyt which gets it stuck in...

Hello! Please can you give some example code to clarify what behaviour you're expecting as I'm not sure I fully understand the question.