Skip to content

Commit 28b784f

Browse files
author
Archive Bot
committed
Update archive.
0 parents  commit 28b784f

File tree

5,646 files changed

+936414
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,646 files changed

+936414
-0
lines changed

.github/workflows/main.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
on:
2+
workflow_dispatch:
3+
# pull_request:
4+
schedule:
5+
- cron: '0 12 * * *'
6+
7+
jobs:
8+
publish_archive_job:
9+
environment: zulip-archive-api-script
10+
runs-on: ubuntu-latest
11+
name: A job to publish zulip-archive in GitHub pages
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
- name: Run archive
16+
id: archive
17+
uses: zulip/zulip-archive@master
18+
with:
19+
zuliprc: ${{ secrets.ZULIPRC }}
20+
# Using the GitHub Token that is provided automatically by GitHub Actions
21+
# (no setup needed).
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
delete_history: true
24+
archive_branch: main

.nojekyll

Whitespace-only changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# zulip-export
2+
Export of public channels from https://roc.zulipchat.com available at https://roc-lang.github.io/zulip-export/ updated once a day.

assets/img/zulip.svg

Lines changed: 10 additions & 0 deletions
Loading

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<html>
2+
<head><meta charset="utf-8"><title>Zulip Chat Archive</title></head>
3+
<hr>
4+
5+
<h2>Streams:</h2>
6+
7+
<ul>
8+
<li> <a href="stream/231634-beginners/index.html">beginners</a> (1551 topics) </li>
9+
10+
<li> <a href="stream/316715-contributing/index.html">contributing</a> (381 topics) </li>
11+
12+
<li> <a href="stream/395097-compiler-development/index.html">compiler development</a> (350 topics) </li>
13+
14+
<li> <a href="stream/304902-show-and-tell/index.html">show and tell</a> (156 topics) </li>
15+
16+
<li> <a href="stream/302903-platform-development/index.html">platform development</a> (86 topics) </li>
17+
18+
<li> <a href="stream/358903-advent-of-code/index.html">advent of code</a> (77 topics) </li>
19+
20+
<li> <a href="stream/463736-bugs/index.html">bugs</a> (64 topics) </li>
21+
22+
<li> <a href="stream/397893-announcements/index.html">announcements</a> (52 topics) </li>
23+
24+
<li> <a href="stream/383402-API-design/index.html">API design</a> (45 topics) </li>
25+
26+
<li> <a href="stream/347488-roctoberfest/index.html">roctoberfest</a> (32 topics) </li>
27+
28+
<li> <a href="stream/429850-software-unscripted-podcast/index.html">software unscripted podcast</a> (17 topics) </li>
29+
30+
<li> <a href="stream/463735-performance/index.html">performance</a> (1 topic) </li>
31+
</ul>
32+
33+
<hr><p>Last updated: Sep 29 2025 at 12:16 UTC</p>
34+
</html>

sitemap-001-pages.xml.gz

36.4 KB
Binary file not shown.

sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<!-- Generated on 2025-09-29 by https://github.com/pigs-will-fly/py-xml-sitemap-writer -->
4+
<!-- 2493 urls in 1 sub-sitemaps -->
5+
<sitemap><loc>https://roc-lang.github.io/zulip-export/sitemap-001-pages.xml.gz</loc></sitemap>
6+
</sitemapindex>

stream/231634-beginners/index.html

Lines changed: 1563 additions & 0 deletions
Large diffs are not rendered by default.

stream/231634-beginners/topic/.22Closing.20Parenthesis.20Next.22.html

Lines changed: 261 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<html>
2+
<head><meta charset="utf-8"><title>&quot;Identity&quot; Task? · beginners · Zulip Chat Archive</title></head>
3+
<h2>Stream: <a href="https://roc-lang.github.io/zulip-export/stream/231634-beginners/index.html">beginners</a></h2>
4+
<h3>Topic: <a href="https://roc-lang.github.io/zulip-export/stream/231634-beginners/topic/.22Identity.22.20Task.3F.html">&quot;Identity&quot; Task?</a></h3>
5+
6+
<hr>
7+
8+
<base href="https://roc.zulipchat.com">
9+
10+
<head><link href="https://roc-lang.github.io/zulip-export/style.css" rel="stylesheet"></head>
11+
12+
<a name="474951165"></a>
13+
<h4><a href="https://roc.zulipchat.com#narrow/stream/231634-beginners/topic/%22Identity%22%20Task%3F/near/474951165" class="zl"><img src="https://roc-lang.github.io/zulip-export/assets/img/zulip.svg" alt="view this post on Zulip" style="width:20px;height:20px;"></a> Jared Cone <a href="https://roc-lang.github.io/zulip-export/stream/231634-beginners/topic/.22Identity.22.20Task.3F.html#474951165">(Oct 05 2024 at 06:22)</a>:</h4>
14+
<p>With backpassing gone, I feel like I have to rearrange the <code>!</code> often when pipelining tasks (make sure it's only on the last task). Is there like an "identity" task or something I can throw on the end of a task chain just to always act as the final task to await on? So instead of:</p>
15+
<div class="codehilite"><pre><span></span><code> |&gt; Task.fromResult
16+
|&gt; Task.mapErr! (\_ -&gt; &quot;Failed to find enum $(enumName)&quot;)
17+
</code></pre></div>
18+
<p>something like:</p>
19+
<div class="codehilite"><pre><span></span><code> |&gt; Task.fromResult
20+
|&gt; Task.mapErr (\_ -&gt; &quot;Failed to find enum $(enumName)&quot;)
21+
|&gt; Task.do!
22+
</code></pre></div>
23+
24+
25+
26+
<a name="474951723"></a>
27+
<h4><a href="https://roc.zulipchat.com#narrow/stream/231634-beginners/topic/%22Identity%22%20Task%3F/near/474951723" class="zl"><img src="https://roc-lang.github.io/zulip-export/assets/img/zulip.svg" alt="view this post on Zulip" style="width:20px;height:20px;"></a> Jared Cone <a href="https://roc-lang.github.io/zulip-export/stream/231634-beginners/topic/.22Identity.22.20Task.3F.html#474951723">(Oct 05 2024 at 06:27)</a>:</h4>
28+
<p>The issue I run in to is I'll write a single task, then realize I need to pipe it into another task like Task.mapError, but I forget to move the ! and it takes a while to figure out what the compiler is complaining about</p>
29+
30+
31+
32+
<a name="474956731"></a>
33+
<h4><a href="https://roc.zulipchat.com#narrow/stream/231634-beginners/topic/%22Identity%22%20Task%3F/near/474956731" class="zl"><img src="https://roc-lang.github.io/zulip-export/assets/img/zulip.svg" alt="view this post on Zulip" style="width:20px;height:20px;"></a> Sven van Caem <a href="https://roc-lang.github.io/zulip-export/stream/231634-beginners/topic/.22Identity.22.20Task.3F.html#474956731">(Oct 05 2024 at 07:36)</a>:</h4>
34+
<p>I haven't tried it, but I believe just the identity function would work!</p>
35+
36+
37+
38+
<hr><p>Last updated: Sep 29 2025 at 12:16 UTC</p>
39+
</html>

0 commit comments

Comments
 (0)