Christopher Schölzel

Results 41 comments of Christopher Schölzel
trafficstars

Nice! Thanks for the swift reply and the update on what needs to happen. Are there any other guidelines or starting points I should be aware of other than the...

Thanks again. :smiley: I started with writing a few issues for myself today, but didn't get to coding anything yet. There are some open questions in https://github.com/CSchoel/acl-anthology/issues/2 and https://github.com/CSchoel/acl-anthology/issues/3, though.

The issue with the unescaped `&` should be fixed once the preview is updated to the current branch version. See https://github.com/acl-org/acl-anthology/pull/2744#issuecomment-1793083514.

Hey @mbollmann @mjpost. :wave: It's been quiet for a while here. If there is anything that you need from me, please let me know. I don't have a lot of...

I checked the failing test: It seems that `ruff` didn't like the RSS template. I wonder if this is because it doesn't understand that this is a template and not...

Yeah, I noticed that it's a call where multiple things are happening at once. I could reproduce the error locally. I hope I can find some time to look into...

Hey there. :wave: It took me a while to find time for this again. :see_no_evil: Thanks for the detailed instructions on how to fix the checks. :+1: I applied the...

@mbollmann Hi. I just wanted to let you know that I have a lot of spare time for private projects this week, so this would be the ideal time for...

> I wonder what the right balance is between providing information in the RSS feed vs. not making it too large. Is there some kind of "previewer" that allows you...

Damn, I totally misinterpreted what `safeHTML` was supposed to do. I thought it meant "make this safe for printing to HTML". Instead, it means "this is safe for printing to...