Thomas Ward

Results 94 comments of Thomas Ward

Basic prototype for the queue itself on SD could be something like this: ```python # Superseded in later comment, please refer to that for code. ``` MSRequestsQueue is a Queue...

I've redone my prototype to use the SimpleQueue, which removes a few extra tasks - we don't need a task tracking. But I also altered the `MSRequest` object so that...

`**kwargs` can be one of the expected types, or `Union[type1, type2, ...]` if we go deep with the `typing` library. Just a thought ;)

I also fail to see why we should have gribble PM a user every time they're rated. Also some questions: - Do you also verify whether the individual being messaged...

@JustinTArthur my other questions remain unanswered, and are extremely relevant. However, as any developer knows, while there may be standard $language_of_choice coding conventions, it is better to use consistency with...

I agree with your reasoning on the third part, but it gets very annoying if you get 20 PMs at once, and I'm not sure whether there's flood control in...

That sounds counterintuitive compared to how timestamp search is the opposite - if I put in "10h" for timestamp it searches for 10h ago anf forward.  Having a different search...

The Balena Etcher package definitions state to include `gconf` - see here where these're defined: https://github.com/balena-io/etcher/blob/37618ce2fd7cdbc8c26d0fdb4e91f393acfacbab/package.json#L109:L110 If lines 109 and 110 were removed or replaced with dconf-specific packages instead, this...

Any updates on this? Still continues to be an annoying issue and makes *me* have to create my compose files manually.

NOTE: This makes the program **entirely Python 3** and makes it incompatible with Python 2.