Sebastian Carlos

Results 26 comments of Sebastian Carlos

Thanks for the report, Unfortunately, with the tech stack in use, fonts are generally limited to Times at hardcoded sizes. Fortunately, I have some ideas in this area that I...

Sure. If it helps, here's a mapping of supported Bible translations to each book and chapter count: translations_to_books_and_chapter_counts.json ```json { "ASV": { "Genesis": 50, "Exodus": 40, "Leviticus": 27, "Numbers": 36,...

It does seem that people use React Testing Library for snapshot testing too: https://stackoverflow.com/questions/66362759/react-snapshot-testing-react-test-renderer-vs-react-testing-library

This looks great! Just to make sure we're all on the same page, could we get some confirmation from some of the core devs that the `isPending` prop in `useActionState`...