22 Commits

Author SHA1 Message Date
Renovate Bot
3f01a5ff0a fix(deps): update rust crate actix-http to v3.7.0 2024-06-04 04:55:29 +00:00
Aravinth Manivannan
8199005f84 Merge pull request 'chore(deps): update rust crate futures to v0.3.30' (#16) from renovate/futures-0.x-lockfile into master
Reviewed-on: https://git.batsense.net/realaravinth/libmedium/pulls/16
2024-06-04 10:19:23 +05:30
Aravinth Manivannan
55c368bd63 Merge pull request 'chore(deps): update rust crate log to v0.4.21' (#17) from renovate/log-0.x-lockfile into master
Reviewed-on: https://git.batsense.net/realaravinth/libmedium/pulls/17
2024-06-04 10:19:13 +05:30
Aravinth Manivannan
e98a5132a0 Merge pull request 'chore(deps): update rust crate chrono to v0.4.38' (#15) from renovate/chrono-0.x-lockfile into master
Reviewed-on: https://git.batsense.net/realaravinth/libmedium/pulls/15
2024-06-04 10:19:00 +05:30
Renovate Bot
603ceeba76 chore(deps): update rust crate sailfish to v0.8.3 2024-06-03 03:02:03 +00:00
Renovate Bot
e53c128538 chore(deps): update rust crate log to v0.4.21 2024-06-03 03:01:59 +00:00
Renovate Bot
5b1a8bea86 chore(deps): update rust crate futures to v0.3.30 2024-06-02 13:26:31 +00:00
Renovate Bot
f96cb38f3d chore(deps): update rust crate chrono to v0.4.38 2024-06-02 13:26:28 +00:00
Aravinth Manivannan
dcdc2051cc
fix: assign unique IDs to gist permanent links 2024-04-13 06:50:07 +05:30
Aravinth Manivannan
4378526787
feat: update sailfish 2023-10-20 14:32:15 +05:30
Aravinth Manivannan
0e0637bfa4
chore: update deps 2023-10-20 14:31:21 +05:30
Aravinth Manivannan
14eb06e746
chore: update graphql client 2023-10-20 14:21:21 +05:30
Aravinth Manivannan
d4f73dd425
chore: update deps 2023-02-19 19:52:14 +05:30
realaravinth
e6563e2c83
chore: bump deps 2023-02-17 18:19:30 +05:30
realaravinth
1c1224b405
feat: bump deps and switch to actix-web-codegen-const-routes 2022-08-21 17:57:45 +05:30
realaravinth
4694030946
feat: syntax highlighting for github gists 2022-03-19 12:29:39 +05:30
realaravinth
0f9f1e0315
chore: update deps 2022-02-17 20:26:45 +05:30
realaravinth
9bf500f764
render gists inline 2021-11-04 23:51:59 +05:30
realaravinth
072e30cba3
proxy github gists and render them on posts 2021-11-04 19:36:37 +05:30
realaravinth
af3c43dbf5
Cache post data using sled
Each post fetch was taking 800ms TAT, so I'm using sled to fetch and
cache post data. This reduced TAT down to 2ms.

However, this could cause storage issues. I must design some sort of
resource manager to clean up cache.
2021-11-02 15:30:25 +05:30
realaravinth
f0853a4a64
implement rendering on medium-formatted data 2021-10-31 22:26:42 +05:30
realaravinth
ce837634e7
init 2021-10-31 15:11:13 +05:30