Halfdan Rump
Halfdan Rump
# Problem I've used this wonderful plugin on several machines before, but for some reason on my current system it's very slow. Normally the green "Add expression" button show up...
This would, for instance, be useful in a case like this: ``` ec2 create-security-group --cli-input-json file:// ``` I'm using vanilla bash for the record.
Hi there! Using the example class from the docs: ``` @instance.register class User(Document): email = fields.EmailField(required=True, unique=True) birthday = fields.DateTimeField(validate=validate.Range(min=datetime(1900, 1, 1))) friends = fields.ListField(fields.ReferenceField("User")) class Meta: collection = db.user...
**Is your feature request related to a problem? Please describe.** The list of user agents haven't been updated for 15 months. Would be great if the data was updated with...
I thought it'd be nice to safe some money by adding the option to use preemptible instances, so I added a quickfix to do this. Will issue PR.