ivanjaros
ivanjaros
you can do this by simply calling Run() on every job when you are calling Start() on cron. since you have to provide the jobs to the cron, you already...
this is quite needed indeed. the `AddJob(spec string, cmd Job)` could be simply refactored to `AddJob(spec string, cmd Job, runOnStart ...bool)` to keep the backwards compatibility and the scheduler would...
yeah, without tls this is quite useless these days where even services in a private network use encryption. tls is simply a must, no matter which protocol you're using these...
Thanks, that is very helpful. But that still does not change the incoherence in the docs. Even if i search for "segment" it shows me the api page and the...
no. i mean the mail address object should be used in place of string arguments, ie. every occurrence of email should be an object.
that should be suggested to the dgraph folk and not here since this is only a wrapper.
no, that is not how this works. i dont even have to look at the source code since i have done this multiple times. the underlying db is a key-value...
> > > This is a quite important improvement. With a few thousands of indexes any operation with that kind of record becomes very very slow. Actually I would say...
yes: `Mr. Foo Bar ` Just keep in mind what I wrote above - you can use this format only in headers not in the smtp's methods which expect just...
yep, same problem on windows 10 and ff 75.0.2 . i have built from source(go). last commit was in february.