Oleg Lebedev
Oleg Lebedev
> The nix-shell itself is not silent by default e.g., it prints to stderr during building or fetching paths from the internet. 100%, as long as I capture `stderr` and...
Hey @xzfc, any chance you can have another look at this work?
Hey @jwnacnud, thanks for the question. Not really, because it doesn't return `time.Duration` but `time.Time`.
In order to infer the point in time, the static date should also be present in the parser's context, right? Like, ``` My BDay is on 12/09/1980 and I am...
In addition to the above, checked the code once again, I think we can add `Duration` to the `Result` object [here](https://github.com/olebedev/when/blob/master/when.go#L24-L33) so after that you will be able to create...
Hi @mvgrimes, thank you for the contribution! I will get back to you once I have some time to review the change. In the meantime, do you know why the...
Oh, I think I found the issue, we would need to have trigger on the [`pull_request`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) as well. I'll give it a try when I have time, but feel free...
It's supposed that you already know or parse a timezone and give a `time.Time` instance with already set up timezone in it.
Yeah, it seems like a useful feature to have in the library. I think it can be relatively easy implemented as a rule, that parses only timezones if any and...
Hello @mvgrimes, Thank you for your contribution. However, the change you propose contradicts the purpose of the `slash_dmy` rule, which stands for day, month, year. We already have the `dd/mm`...