Stjepan Brkić

Results 4 comments of Stjepan Brkić

@ianlewis are you sure this would work? Linux syscalls could be translated into native Darwin syscalls by gvisor, but I think the host kernel (in this case Darwin) needs to...

Hey. Ill look it up. Thanks for opening the issue, this seems like it could be a big problem.

Looks cool, shouldn't be too hard to implement, you can try it and open a PR if you want :)

@pizzalord22 it is still open. Is use of multiple `At` statements really that useful? I could implement it if you find it easier to use. I personally use ```go sched.Schedule().Every().Day().At("xxx").Do(foo)...