Parham Doustdar

Results 30 comments of Parham Doustdar

Ah, that’s a good point. Do you have any ideas on how this can be made portable? Maybe a better way would be to detect when the cursor is moved...

I hunted this down to `jabber-util.el`, line 498, where `jabber-parse-time` is trying to parse timezones. It looks like `jabber.el` expects the indexes 23 to 27 to be timezone information, but...

Excellent, thanks for the link. Now I know where to look for standards like this! Yes. It appears that fractions can be any number of digits: > sss: fractional second...

Can't you use the `forge` package for this? They already have a workflow for checking out a pull request (forge-checkout-pullreq) that covers a variety of weird edge cases.

Yes sure. My suggestion was that instead of supporting working with pull requests, either the user or the package could use forge to check out the relevant PR. For example,...

@wormling What's the status on your changes? I need to work with Asterisk 12+, and I wonder if I can use your changes?

Good catch. I didn't realise "bug" was the default state.

In support of what @ksurent said, `kubectl rollout restart` does something similar, setting the annotation `kubectl.kubernetes.io/restartedAt` to something like `"2019-07-10T10:26:20+02:00"`. Here is the [relevant issue](https://github.com/kubernetes/kubernetes/issues/13488)

Yes, exactly. The reason the annotation was suggested as a solution is that we create a new Release resource every time the Application resource is modified. So in essence, adding...