Skip to content

Instantly share code, notes, and snippets.

View attheodo's full-sized avatar
Waldo Photos

Thanos Theodoridis attheodo

Waldo Photos
View GitHub Profile
def count_genus_species(file_path):
genus_species = {}
total_species = 0
total_genuses = 0
with open(file_path, 'r') as file:
for line in file:
genus = line.split()[0]
species = line.split()[-1]
@discardableResult
public func mutate<T: GraphQLMutation>(_ mutation: T,
completion: @escaping RequestResult<GQLResponse<T.Data>>) -> Cancellable
{
DispatchQueue.main.async {
UIApplication.shared.isNetworkActivityIndicatorVisible = true
}
return gqlClient.perform(mutation: mutation) { (result, error) in
@attheodo
attheodo / Instructions.md
Last active November 21, 2017 13:59
Slack QA Template

You should post a message in #releases with the following format

Message: New Release - {Product Name} - {Environment(s)}

You should start a thread under that message:

QA Entry point: Could be a link to web, a message to comms or the testing channel (TF/Hockey) for mobile apps QA Context: Basically what the QA team should focus on. If there are new features or bufixes, please link the associated Trello card.

{TAG QA PEOPLE}