Charly Coste

Results 231 issues of Charly Coste

Hi, While developing new coverage plugins I found that they received invalid arcs when branch coverage was turned on. An example of an obviously invalid arc is one which contains...

It's missing a lock around the calls to `self.connection.sendmail(...)`.

Type:Bug
Status:Planned

It would be nice if `CBORDecoder` had an option to [intern](https://docs.python.org/3/library/sys.html#sys.intern) decoded strings, especially dict keys since they're the most likely to appear multiple times both within the CBOR data...

enhancement

cbor2 lacks [type hints](https://docs.python.org/3/library/typing.html). In addition to enabling static type checking, these annotations might allow [mypyc](https://github.com/mypyc/mypyc) to automatically generate the C version of the module. (Back in #47, using [Cython](https://github.com/cython/cython)...

enhancement

CBOR now has two registered tags for dates: 100 and 1004. https://tools.ietf.org/html/draft-ietf-cbor-date-tag-01

enhancement
IANA Tag Support

Right now the only simple way to avoid #37 is to modify a global variable (see code below), which could theoretically break another module that uses `cbor2` in the same...

It seems that shields.io was recently moved to different servers, which resulted in Liberapay badges not working anymore, because the API requests coming from the new servers were being blocked...

One way to mitigate issues like #514 could be to use systemd's `WatchdogSec=` property to automatically restart an idle cloudflared. For this to be possible, cloudflared would have to send...

Teams were always intended to work by consensus, and I started thinking about enabling team members to vote on some decisions directly through Liberapay even before it was launched, but...

On the stats page we show how much money entered and left Liberapay each week, but we don't show how much was paid in fees.

good first issue