safetylab
safetylab
any updates for swift 3?
This code for swift3 class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, CustomCellDelegate { // MARK: IBOutlet Properties @IBOutlet weak var tblExpandable: UITableView! // MARK: Variables var cellDescriptors: NSMutableArray! var visibleRowsPerSection = [[Int]]()...
Yes and I used it in my projects
https://github.com/safetylab/expandable-table-view swift3
https://github.com/safetylab/expandable-table-view
nope. Example with 250 ms shows all requests UNDER 250 ms. I need OVER 100 ms
doesnt work - dont show requests over 100 mc
client, err := hdfs.New("127.0.0.1:9870") if err != nil { log.Fatalln(err) } file, err := client.Open("1.zip") if err != nil { log.Fatalln(err) } The same error on Open - how can...
what about 1.30?
Really? kubespray/inventory/sample/group_vars/k8s_cluster/addons.yml - local_path_provisioner_image_repo: "rancher/local-path-provisioner" - is it wrong in sample?