rht

Results 789 comments of rht

I don't have admin right to close the issue, but I agree with @refeed. The issue is fixed by https://github.com/zulip/zulip-archive/commit/78da21b67e73d2ca7c42a7dfee9547b4645a2836.

Though it's because of the URL encoding, not specifically Jekyll.

I can do this later this weekend. Regarding with GSoC, isn't it already too late to specify a zulip-archive project in https://github.com/zulip/zulip/blob/master/docs/overview/gsoc-ideas.md?

You can modify https://github.com/zulip/zulip-archive/blob/b5561fde4f77b751a3045aa91f933faa7a974f4b/lib/zulip_data.py#L19 to the sorting mechanism of your choice.

This repo is specifically for archival tool for web-public streams. You should raise in the main repo instead: #10205.

I meant https://github.com/zulip/zulip/issues/10205.

Right. Here is the thread of current discussion: https://chat.zulip.org/#narrow/stream/2-general/topic/master-slave.20term.

This had been finished in https://github.com/zulip/zulip/pull/7262 actually. I ran flake8 and grepped for F401, while making sure that the ones needed by type annotation (in Python 2 syntax) are still...

Yup, I updated the statement here: https://github.com/zulip/zulip/pull/7262#issue-270583498. This can be quickly re-verified later anyway once the full mypy comments to annotations migration has been completed.

This is expected in the new API. Because you are not using `model.schedule.step()`, the `model._steps` doesn't get updated automatically. You need to manually advance the clock. See https://github.com/projectmesa/mesa-examples/blob/1e0d6b855c853c1dfa749348445a31000b4daca4/examples/schelling_experimental/model.py#L65-L77