Skip to content

Commit 6347bee

Browse files
committed
add-repo-links-to-gsoc-ideas.yml
1 parent 669954c commit 6347bee

1 file changed

Lines changed: 24 additions & 13 deletions

File tree

_data/gsoc-ideas.yml

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# length: short / medium / long (90 / 175 / 350 hours)
66
# mentors: github handles
77
# categories: AI / data / dev tools / apps / cloud / media / operating systems / programming languages / science / security / social / web
8-
8+
# repolinks: reference links to respective github repos
99
- title: Machine learning inference in Cats Effect
1010
description:
1111
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.
@@ -14,7 +14,8 @@
1414
length: long
1515
mentors: [armanbilge, djspiewak, ekrich, valencik]
1616
categories: [AI, web, programming languages]
17-
repolinks:[https://github.com/typelevel/cats-effect]
17+
repolinks:
18+
- https://github.com/typelevel/cats-effect
1819

1920
- title: Serverless integrations for Feral
2021
description:
@@ -24,7 +25,8 @@
2425
length: medium
2526
mentors: [armanbilge, bpholt]
2627
categories: [cloud, programming languages]
27-
repolinks:[https://github.com/typelevel/feral]
28+
repolinks:
29+
- https://github.com/typelevel/feral
2830

2931
- title: Native I/O backend for FS2 JVM
3032
description:
@@ -34,7 +36,8 @@
3436
length: long
3537
mentors: [antoniojimeneznieto, djspiewak, mpilquist, armanbilge]
3638
categories: [operating systems, programming languages]
37-
repolinks:[https://github.com/typelevel/fs2]
39+
repolinks:
40+
- https://github.com/typelevel/fs2
3841

3942
- title: Polling-based I/O in FS2
4043
description:
@@ -44,7 +47,8 @@
4447
length: long
4548
mentors: [armanbilge, mpilquist, antoniojimeneznieto]
4649
categories: [operating systems, programming languages]
47-
repolinks:[https://github.com/typelevel/fs2]
50+
repolinks:
51+
- https://github.com/typelevel/fs2
4852

4953
- title: FS2 Connection API
5054
description:
@@ -54,7 +58,8 @@
5458
length: long
5559
mentors: [mpilquist, armanbilge]
5660
categories: [operating systems, programming languages]
57-
repolinks:[https://github.com/typelevel/fs2]
61+
repolinks:
62+
- https://github.com/typelevel/fs2
5863

5964
- title: Web Components for Calico
6065
description:
@@ -64,7 +69,8 @@
6469
length: long
6570
mentors: [armanbilge]
6671
categories: [web, programming languages]
67-
repolinks:[https://github.com/armanbilge/calico]
72+
repolinks:
73+
- https://github.com/armanbilge/calico
6874

6975
- title: Upgrade sbt-typelevel to sbt 2
7076
description:
@@ -74,7 +80,8 @@
7480
length: long
7581
mentors: [mzuehlke, armanbilge]
7682
categories: [development tools]
77-
repolinks:[https://github.com/typelevel/sbt-typelevel]
83+
repolinks:
84+
- https://github.com/typelevel/sbt-typelevel
7885

7986
- title: Refresh Davenverse projects
8087
description:
@@ -84,7 +91,8 @@
8491
length: medium
8592
mentors: [samspills, valencik]
8693
categories: [development tools, programming languages]
87-
repolinks:[https://github.com/davenverse]
94+
repolinks:
95+
- https://github.com/davenverse
8896

8997
- title: Cats Effect & FS2 on WASM/WASI
9098
description:
@@ -94,7 +102,7 @@
94102
length: long
95103
mentors: [armanbilge, tanishiking, valencik]
96104
categories: [web, cloud, operating systems, programming languages]
97-
repolinks:[]
105+
repolinks:
98106

99107
- title: Extensible log4cats interface
100108
description:
@@ -104,7 +112,8 @@
104112
length: long
105113
mentors: [morgen-peschke, kubukoz, irevive]
106114
categories: [cloud, programming languages]
107-
repolinks:[https://github.com/typelevel/log4cats]
115+
repolinks:
116+
- https://github.com/typelevel/log4cats
108117

109118
- title: http4s-fs2-data
110119
description:
@@ -114,7 +123,9 @@
114123
length: short
115124
mentors: [satabin, ybasket]
116125
categories: [cloud, web, programming languages]
117-
repolinks:[https://github.com/typelevel/fs2,https://github.com/http4s/http4s]
126+
repolinks:
127+
- https://github.com/typelevel/fs2
128+
- https://github.com/http4s/http4s
118129

119130
- title: Convert Doobie test suite to use munit-cats-effect
120131
description:
@@ -125,4 +136,4 @@
125136
length: medium
126137
mentors: [jatcwang]
127138
categories: [cloud, programming languages]
128-
repolinks:[]
139+
repolinks:

0 commit comments

Comments
 (0)