Sara Brumfield

Results 86 comments of Sara Brumfield

So just skipping the media element extension, as in @benwbrum's PR above, introduces CORS issues: `Access to video at 'https://ia601606.us.archive.org/0/items/arrival-beginning/ArrivalBeginning.mp4' from origin 'https://lgsump.github.io' has been blocked by CORS policy: No...

Getty also reports that This also is a problem when someone is updating a link on page: subject A is linked withing a page transcription user updates that to instead...

I think this is caused by `source_article` reference this line: https://github.com/benwbrum/fromthepage/blob/development/app/views/article/_article_links.html.slim#L22 I'm not sure where that is coming from; it's only referenced on this line. `source_article` has been there for...

try testing without the `xelatex "-halt-on-err"` call.

this is done but looks buggy: ![image](https://github.com/benwbrum/fromthepage/assets/708566/2960fc73-1962-448a-b958-934421b79fcf)

I see the letter being sent: `I, [2024-02-12T14:33:54.686693 #21787] INFO -- : Sent file /home/fromthepage/deployment/releases/20240208150925/tmp/letter.pdf (0.5ms)` And it's in the directory: ``` fromthepage@fromthepage:~/deployment/shared/tmp$ ls cache data input.md letter.pdf miniprofiler restart.txt...

Change works in dev, but not in prod. Needs more work.

Working on some options for styling the tag cloud better. I could use some feedback on these, @anabeabas and @benwbrum: With `justify-content: space-evenly;` ![image](https://github.com/benwbrum/fromthepage/assets/708566/d823c8e8-70b5-4d50-bcf1-a6c4bfa74071) With ` justify-content: space-between;` ![image](https://github.com/benwbrum/fromthepage/assets/708566/a7f48937-0250-4710-8f03-9242c281ae40) With...

Agreed on the `justify-content: space-evenly;` Also tried this one: ![image](https://github.com/benwbrum/fromthepage/assets/708566/2ff4ec21-e48d-4f0f-9f97-be294df2614f) Because it was easy to implement, but the bullets are slightly wonky on the spacing. I'm going to go back...