Mal Graty

Results 11 issues of Mal Graty

This succeeds https://github.com/Neilpang/acme.sh/pull/1313 because it's easier for me to keep rebased 🙂 --- Support deploying certificates to Amazon Certificate Manager And S3 - Rewrite AWS request signing code to support...

Would it be possible to add this as a column? Until now I've been relying on the "Instance Storage" column, but it seems some of the newer instance types (`h1`...

Data request

Unsure if this fits with the longer-term vision for atl/styles/events/states, so if this is not "the way" it can just be nuked. Filed on the off chance that it makes...

Currently when creating a queue the URL is always of the form `http:///queue/`. Originally I thought I could configure the `queue` part via the `context-path` setting, but that does not...

I'm currently writing tests for message passing with the cluster module. In some cases it would be useful to check that a number of certain type of message were received....

Recommend commit-by-commit review using commit messages as your guide. Headlines: - Moved `absolute`, `position`, and `DualAngle` types to new `renpy.display.types` module, along with various coercion functions. - Optimised creation of...

The deprecated `imp` module has been removed in Python 3.12. This change works by implementing the [`MetaPathFinder`](https://docs.python.org/3.12/library/importlib.html#importlib.abc.MetaPathFinder) API, and returning a `ModuleSpec` which tells the other import machinery to use...

It appears in the ocean off of the west coast of Africa.

Each label that's encountered adds to the rollback log even if no interaction takes place between it and the previous label. In some cases this can lead to the rollback...

Keywords: `PLE0237`, `setter`, `property` ```py class Foo: __slots__ = ('bar',) def __init__(self): self.qux = 2 @property def qux(self): return self.bar * 2 @qux.setter def qux(self, value): self.bar = value /...

bug