Pedro Gordo
Pedro Gordo
At the moment, when cassandra_snapshotter connects to the nodes to start the snapshot creation, it uses the default package installation folder structure to search for the configuration files. Cassandra_snapshotter should...
I'm trying to import a simple schema into cqlsh but I'm getting the error: ``` cqlsh> schema /home/pedro/software/schema.cql Could not import schema from '/home/pedro/software/schema.cql': line 4:0 mismatched input 'CREATE' expecting...
I'm using this simple vagrant file: ``` Vagrant.configure("2") do |config| config.vm.define "acs" do |acs| acs.vm.box = "ubuntu/trusty64" acs.vm.hostname = "acs" acs.vm.network "private_network", ip: "192.168.33.10" end config.vm.define "temp" do |temp| temp.vm.box...
**Describe the bug** When importing an HTML list generated by Battlescribe, AoS Reminders is not importing the mount traits. **To Reproduce** Steps to reproduce the behavior: 1. Import this list:...
**Is your feature request related to a problem? Please describe.** The phase "Turn One Start Of Hero Phase" shows up at the end of the script. This makes it easy...
**Describe the bug** Last two times that AoS Reminders for updated, it broke the custom order of the abilities by which I had setup. **To Reproduce** Steps to reproduce the...