Quincy Forbes

Results 7 comments of Quincy Forbes

``` import asyncio import croniter import datetime import logging import random import time class Check: def __init__(self, name, cron, dependencies=None, max_retries=0, retry_delay=60): """ A class representing a single check to...

``` use chrono::{DateTime, Utc}; use cron::Schedule; use futures::future::join_all; use std::collections::{HashMap, HashSet}; use std::error::Error; use std::sync::{Arc, Mutex}; use std::thread; use std::time::Duration; struct Check { name: String, cron: Schedule, dependencies: Vec, max_retries:...

@qiin2333 do you accept pr's?

@Yundi339 你不想要注释有什么特别的原因吗? 你是更喜欢用文档字符串(docstring)吗?

> > @Yundi339 你不想要注释有什么特别的原因吗? 你是更喜欢用文档字符串(docstring)吗? > > 我的意思是,发现你连我们原本的一些注释也给翻译了,这个是没有必要的。 我会把那个改回去,不好意思,是我的疏忽。

> > > @Yundi339 你不想要注释有什么特别的原因吗? 你是更喜欢用文档字符串(docstring)吗? > > > > > > 我的意思是,发现你连我们原本的一些注释也给翻译了,这个是没有必要的。 > > 我会把那个改回去,不好意思,是我的疏忽。 @Yundi339 @qiin2333 Fixed

@Yundi339 @qiin2333 I have translations for the control panel to push aswell, is it possible to get this reviewed?