Andrew LeFevre

Results 51 comments of Andrew LeFevre

@nklaassen added some info to the PR description. I could make a backport that logs a warning instead of blocking Github orgs to v10 if that's what we want to...

Bashfuscator already does this to a certain extent; the special variables `$@` and `$*` are liberally placed throughout obfuscated payloads. The reason only these variables are used, is because they...

This is a good idea, and would be extremely simple to add in. I'd definitely accept a PR for this 😃 From a brief glance at the source, I'm pretty...

Can you share the input script in that picture?

What version of bash are you using? Bashfuscator needs 4.0+ to work properly I believe

Hmm, that kind of makes sense, except for the fact that a week ago, every file had a windows build flag and godoc.org generated docs perfectly. So the sudden regression...

Per MSDN, day intervals and week intervals can both be only 2 values: https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nf-taskschd-idailytrigger-get_daysinterval https://docs.microsoft.com/en-us/windows/win32/api/taskschd/nf-taskschd-iweeklytrigger-get_weeksinterval I see what you're trying to do here, but to my knowledge Windows will not...

I imagine what is happening is that the RepititionDuration of `period.NewYMD(100, 0, 0)` is causing the errors, but I'm not sure. It would be better not to specify a RepitionDuration...

I originally wrote taskmaster right around when Go 1.13 was released, so I wasn't familiar with the new errors api at the time. I agree that errors should be wrapped...

Hello Ivan, Some parts of Task Scheduler require the caller to have administrative privileges. The tests in Appveyor run as admin for this reason. Try it running as an Administrator,...