r commented on issue ruangrupa/lumbung.space#33 2022-02-11 06:16:03 +00:00
social: failed to unmarshal YAML: yaml: line 2: did not find expected key

Do you have the exact contents of that index.md?

My first guess; not properly escaping / sanitizing what is input as post frontmatter. Possibly a ".

r commented on issue ruangrupa/konfluks#14 2022-02-08 17:43:40 +00:00
[video.py] find a way to create human readable file names

Thanks! More things coming up out of this. Maybe you already saw in nongkrong but the links are…

r commented on issue ruangrupa/konfluks#14 2022-02-04 08:41:45 +00:00
[video.py] find a way to create human readable file names

Hi,

Thank you!

This patch doesn't take in to account the check to see whether a file needs to be deleted which is based on the filename:

See…

r commented on issue ruangrupa/lumbung.space#28 2022-01-26 08:57:08 +00:00
Masto posts with n+1 hashtags are downloaded n+1 times

I think at the root it has to do with how the data is pulled in and checked for existence. Probably two seperate posts are now made. However, posts can have multiple categories (tag a, tag b) and a…

r opened issue ruangrupa/members.lumbung.space#2 2022-01-21 13:47:20 +00:00
[UX] Descriptions for apps
r created branch app_list_description in ruangrupa/members.lumbung.space 2022-01-21 13:40:18 +00:00
r pushed to app_list_description at ruangrupa/members.lumbung.space 2022-01-21 13:40:18 +00:00
dfce751860 quick sketch of descriptions and interactions for app list
r opened issue ruangrupa/members.lumbung.space#1 2022-01-13 11:23:34 +00:00
[UX] Use OAuth endpoints for the app URLS so one is immediately logged in when clicking.
r opened issue ruangrupa/konfluks#17 2022-01-09 20:13:31 +00:00
[video.py] newlines and spaces in video description are stripped
r opened issue ruangrupa/konfluks#16 2022-01-09 20:10:27 +00:00
[video.py] change deletion logic to work when API returns 0
r opened issue ruangrupa/konfluks#15 2022-01-09 20:07:10 +00:00
[video.py] current script is limited to 100 videos
r opened issue ruangrupa/konfluks#14 2022-01-09 20:03:53 +00:00
[video.py] find a way to create human readable file names
r opened issue ruangrupa/konfluks#13 2022-01-09 20:00:35 +00:00
[cloudcal.py] the name cloudcal is not descriptive
r opened issue ruangrupa/konfluks#12 2022-01-09 19:58:56 +00:00
[cloudcal.py] change image handling logic
r opened issue ruangrupa/konfluks#11 2022-01-09 11:42:22 +00:00
[cloudcal.py] images should not be downloaded if they do not exist
r opened issue ruangrupa/konfluks#10 2022-01-09 11:37:37 +00:00
[cloudcal.py] find a way to create human readable file names
r commented on issue ruangrupa/konfluks#9 2022-01-07 10:08:01 +00:00
[feed.py] emphasis on origin domain does not make sense with instances with multiple users

It is probably best to write a specific parser for mastodon and twitter or other things. Or change the entire visual representation so that this has less impact.

I believe this had to do with the…

r commented on issue ruangrupa/konfluks#7 2022-01-07 10:02:32 +00:00
[feed.py] mastodon feeds: additonal parsing required

I believe this is handled by not using the RSS feeds of Mastodon but instead using the dedicated Mastodon parser (which is called hashtags.py here)

r commented on issue ruangrupa/konfluks#6 2022-01-07 10:01:34 +00:00
[feed.py] there is no yaml/toml-specific sanitization happening

Quotes, square brackets or other things that are syntax in yaml/toml (the post frontmatter) need to be escaped or otherwise things break!

r commented on issue ruangrupa/konfluks#4 2022-01-07 09:59:46 +00:00
[feed.py] handle length of filenames

n.b. this had to do with the fact that pixelfed returns the post's text as the title. Titles are used as filenames when writing posts.