Ryan Hall
Ryan Hall
I'm thinking about ways to implement this without doing too much work, and I'm considering the following approach. Do a first pass with each word as its own fragment. Then...
My use case is generating closed captions for video content. Aeneas has great documentation, is actively developed, and it looks like it can be used for commercial purposes (unlike the...
It would be nice to display `Firstname Lastname` but serialize as `@{userID}`
If you have config.serve_static_assets = false then ActionDispatch::Static is never loaded by rails, therefore you can't insert before it - it doesn't exist. Which makes sense right? You said you...