karlicoss
karlicoss
Improved decoding so hopefully `progress` wouldn't spam with errors anymore! https://github.com/karlicoss/kobuddy/pull/4
Related: https://github.com/aquamacs-emacs/aquamacs-emacs/issues/166
I wonder if it's worth reopening? Not sure what's the proper way to resolve this would be, but this must be very confusing for people new to Spacemacs (half of...
sorry, only just got to this! looks great, thanks so much for your changes :heart:
Likely that https://github.com/abenassi/Google-Search-API/issues/40
Likely related https://github.com/abenassi/Google-Search-API/issues/40
In the meantime, one can hack (at least commas) via ``` u = URLExtract() u._stop_chars_right |= {','} u._stop_chars_left |= {','} ``` Perhaps sensible default is treating unconventional special characters as...
Yep, definitely agree about the error message. I guess in principle it would be nice to support as well -- after all, the types that can be stored natively in...
> the only thing I'm unsure of here is if recursive NT/classes would be converted back? As long as we can rely on schemas (i.e. fully annotated type) passed both...
Somewhat related https://github.com/jsonpickle/jsonpickle Although it's more like a regular pickle, not sure ``` In [6]: class ObjWithDate(object): def __init__(self): ts = datetime.datetime.now() self.data = dict(a='a', ts=ts) self.data_ref = dict(b='b', ts=ts)...