Skip to content

Commit 6a50ad5

Browse files
committed
add-repo-links-fields-to-gsoc-ideas.yml
1 parent 6347bee commit 6a50ad5

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

_data/gsoc-ideas.yml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# mentors: github handles
77
# categories: AI / data / dev tools / apps / cloud / media / operating systems / programming languages / science / security / social / web
88
# repolinks: reference links to respective github repos
9+
910
- title: Machine learning inference in Cats Effect
1011
description:
1112
We want to make it possible to deploy machine learning inference as part of a larger web service without compromising the latency of other on-going requests. The goal of this project is to create a compiler to transform a pre-trained ML model into a sequence of Cats Effect `IO` steps that perform inference on some input.
@@ -15,7 +16,8 @@
1516
mentors: [armanbilge, djspiewak, ekrich, valencik]
1617
categories: [AI, web, programming languages]
1718
repolinks:
18-
- https://github.com/typelevel/cats-effect
19+
- name: cats-effect
20+
url: https://github.com/typelevel/cats-effect
1921

2022
- title: Serverless integrations for Feral
2123
description:
@@ -26,7 +28,8 @@
2628
mentors: [armanbilge, bpholt]
2729
categories: [cloud, programming languages]
2830
repolinks:
29-
- https://github.com/typelevel/feral
31+
- name: feral
32+
url: https://github.com/typelevel/feral
3033

3134
- title: Native I/O backend for FS2 JVM
3235
description:
@@ -37,7 +40,8 @@
3740
mentors: [antoniojimeneznieto, djspiewak, mpilquist, armanbilge]
3841
categories: [operating systems, programming languages]
3942
repolinks:
40-
- https://github.com/typelevel/fs2
43+
- name: fs2
44+
url: https://github.com/typelevel/fs2
4145

4246
- title: Polling-based I/O in FS2
4347
description:
@@ -48,7 +52,8 @@
4852
mentors: [armanbilge, mpilquist, antoniojimeneznieto]
4953
categories: [operating systems, programming languages]
5054
repolinks:
51-
- https://github.com/typelevel/fs2
55+
- name: fs2
56+
url: https://github.com/typelevel/fs2
5257

5358
- title: FS2 Connection API
5459
description:
@@ -59,7 +64,8 @@
5964
mentors: [mpilquist, armanbilge]
6065
categories: [operating systems, programming languages]
6166
repolinks:
62-
- https://github.com/typelevel/fs2
67+
- name: fs2
68+
url: https://github.com/typelevel/fs2
6369

6470
- title: Web Components for Calico
6571
description:
@@ -70,7 +76,8 @@
7076
mentors: [armanbilge]
7177
categories: [web, programming languages]
7278
repolinks:
73-
- https://github.com/armanbilge/calico
79+
- name: calico
80+
url: https://github.com/armanbilge/calico
7481

7582
- title: Upgrade sbt-typelevel to sbt 2
7683
description:
@@ -81,7 +88,8 @@
8188
mentors: [mzuehlke, armanbilge]
8289
categories: [development tools]
8390
repolinks:
84-
- https://github.com/typelevel/sbt-typelevel
91+
- name: sbt-typelevel
92+
url: https://github.com/typelevel/sbt-typelevel
8593

8694
- title: Refresh Davenverse projects
8795
description:
@@ -92,7 +100,8 @@
92100
mentors: [samspills, valencik]
93101
categories: [development tools, programming languages]
94102
repolinks:
95-
- https://github.com/davenverse
103+
- name: davenverse
104+
url: https://github.com/davenverse
96105

97106
- title: Cats Effect & FS2 on WASM/WASI
98107
description:
@@ -113,7 +122,8 @@
113122
mentors: [morgen-peschke, kubukoz, irevive]
114123
categories: [cloud, programming languages]
115124
repolinks:
116-
- https://github.com/typelevel/log4cats
125+
- name: log4cats
126+
url: https://github.com/typelevel/log4cats
117127

118128
- title: http4s-fs2-data
119129
description:
@@ -124,8 +134,10 @@
124134
mentors: [satabin, ybasket]
125135
categories: [cloud, web, programming languages]
126136
repolinks:
127-
- https://github.com/typelevel/fs2
128-
- https://github.com/http4s/http4s
137+
- name: fs2
138+
url: https://github.com/typelevel/fs2
139+
- name: http4s
140+
url: https://github.com/http4s/http4s
129141

130142
- title: Convert Doobie test suite to use munit-cats-effect
131143
description:

0 commit comments

Comments
 (0)