• Joined on 2023年09月02日
a0kami pushed to main at a0kami/rustypipe 2025年11月02日 20:38:57 +01:00
4cda8d8f45 feat: add PlaylistRss
6035e6db4e
fix: parse channel subscriber/video count correctly
e7e389a316
feat: add unavailable field for music tracks
412cd37840
test: fix isrc_search_languages (use quoted query)
71712e4eda remove unwrap trying to fetch visitor data (#60)
Compare 10 commits »
a0kami deleted branch rss_playlist from a0kami/rustypipe 2025年11月02日 20:37:48 +01:00
a0kami pushed to rss_playlist at a0kami/rustypipe 2025年11月02日 20:33:43 +01:00
4cda8d8f45 feat: add PlaylistRss
6035e6db4e
fix: parse channel subscriber/video count correctly
e7e389a316
feat: add unavailable field for music tracks
412cd37840
test: fix isrc_search_languages (use quoted query)
71712e4eda remove unwrap trying to fetch visitor data (#60)
Compare 10 commits »
a0kami created branch rss_playlist in a0kami/rustypipe 2025年11月02日 20:33:43 +01:00
a0kami pushed to main at a0kami/rustypipe 2025年04月20日 00:44:38 +02:00
09210bc798 fix: mishap renaming response/channel_rss.rs to rss.rs in
a0kami commented on pull request ThetaDev/rustypipe#40 2025年04月20日 00:17:03 +02:00
feat: add PlaylistRss

Hey, so I introduced 2 new traits in order to mutualize the rss feed query part between channel and playlist, RssModel for models and MapRssResponse<T> for responses. I don't feel confident...

a0kami pushed to main at a0kami/rustypipe 2025年04月19日 23:50:47 +02:00
72fa3f6ff6 fix: PlaylistRss feature
a0kami pushed to main at a0kami/rustypipe 2025年04月19日 23:47:58 +02:00
f9d7726bd3 fix: PlaylistRss feature
a0kami commented on issue ThetaDev/rustypipe#38 2025年04月18日 14:48:32 +02:00
Feature: Add PlaylistRss

Thanks! I added the MR I've made attempt at when I submitted the issue. Mostly looking for properly adding the feature, especially the tests which are bugging me as I'm still new to rust.

And...

a0kami created pull request ThetaDev/rustypipe#40 2025年04月18日 14:41:13 +02:00
feat: add PlaylistRss
a0kami opened issue ThetaDev/rustypipe#38 2025年04月07日 11:40:54 +02:00
Feature: Add PlaylistRss
a0kami pushed to main at a0kami/rustypipe 2025年04月07日 10:47:26 +02:00
d4331f8f43 feat: add PlaylistRss
a0kami pushed to main at a0kami/rustypipe 2025年04月07日 10:09:48 +02:00
5e866dfc90 feat: add PlaylistRss
a0kami pushed to main at a0kami/rustypipe 2025年04月07日 10:06:56 +02:00
41e0631dde feat: add PlaylistRss
a0kami created repository a0kami/rustypipe 2025年04月07日 08:57:33 +02:00
a0kami commented on issue tom79/Fedilab#944 2023年09月03日 18:53:00 +02:00
Markdown causes problem with gender stars

It heavily depends on markdown definition and implementation, but a solution could be escaping asterisk (*) characters.

Al...

a0kami opened issue tom79/Fedilab#954 2023年09月02日 21:42:31 +02:00
[Mastodon] Suggestion list gets confused after following a few accounts.