Opal Symes

Results 10 comments of Opal Symes

+1, One of the things I ended up doing was having to find a 'plain' `math.h` because Corrode couldn't handle the built-in one. It'll be good to have these sorts...

From a very quick look it seems that the easiest approach fix for this is to use the string formatting parameters in [`bumpversion.version_part:VersionPart.__format__`](https://github.com/c4urself/bump2version/blob/master/bumpversion/version_part.py#L76). This does lead to an interesting problem...

I'd like to add another suggestion, Can the `register__hook` be used as a decorator. ``` @cattr.register_structure_hook(MyClass) def parse_my_class(value, _type): ... ```

I think this is a bug; but that code path is never exercised so it's never surfaced.

Sorry for resurrecting this issue, but is there any update on fixing this? I've just tested using the `v3.8.0` plugin and still have this issue but I could be doing...

The CSV file is this one here: https://github.com/leesdolphin/Embroidermodder/blob/master/line.csv I'm quite happy to poke around with the code with a little bit of guidance as to what I should be poking.

Hey, I'm keen to have session expiry happen when a user changes their password. This library could take a leaf out of Django's book which stores a [hmac of the...

I don't think that reading is correct: The rendering of: ```hcl "[\"prometheus\"]" ``` is .

It turns out that the error is because I needed to fix some configuration that was throwing an error.

An alternative would be to create a `pip metadata ` command to output the `.dist-info/METADATA` or `.dist-info/metadata.json` files so that they can be parsed by downstream tooling.