Vaughn Dickson
Vaughn Dickson
Hi, I'm having trouble with scaling. I can add N nodes fine, and drop 1 at a time and wait for shards to allocate. But if I try to increase...
…operate with Bootstrap validation. I need this so that bootstrap classes "form-control is-invalid" etc. can be set during validation. Without this it's very hacky to try override the template and...
Please deploy to a central maven repository, e.g. http://central.sonatype.org/pages/ossrh-guide.html, so we can use the 2.0-SNAPSHOT and 1.2 release from maven. It's a bit of a nightmare trying to include static...
Hi, I'm on riot 2.4.1 and riotcontrol 0.0.3. I'm using webpack to transpile es7. I'm running into problems with event handlers being fired multiple times after a single event trigger....
This would be really useful to manually add to existing EC2 instances with less disruption.
### Issue Summary ``` class SessionBlock(blocks.StructBlock): start_time = blocks.TimeBlock() end_time = blocks.TimeBlock() name = blocks.CharBlock() class Meta: label_format = "Session '{name}': {start_time} - {end_time}" ``` When using a TimeBlock in...