Isaac Na

Results 14 comments of Isaac Na

@derekantrican I ran into this same issue, and had to delete the `homepage` parameter entirely [as suggested here](https://github.com/gitname/react-gh-pages/issues/53#issuecomment-905892257). Changing it to the custom domain didn't work for me

I'm also seeing this with `partition_xlsx` as well. In a pretty small 100 row sheet, the `text_as_html` only returns the first ~30

@scanny That fixed the issue, thanks! We were previously on `0.12.4`

@christinestraub This was for an Excel spreadsheet (just some filler dummy data), not a PDF. We didn't see this issue for tables nested in PDFs specifically

Seems like the [previous workflow](https://github.com/hohav/py-slippi/actions/runs/3808083889) was failing due to PEP-484. Rebased the changes in #45 to fix this

Seeing this makes me think that a top down database structure would make this a lot easier... But I think bottom-up makes it easier to just move this layout to...

@JacksonMaxfield feel free to add any thoughts/ideas!

I think the most difficult part will be attaching identities to transcripts that are already speaker differentiated

> We can't use speaker diarization. It has a limit of 8 speakers because it uses some clustering under the hood or they are just arbitrarily imposing some limit. From...

Also once we find the speaker are we writing it to the existing transcript as well (I see that our current transcript has `speaker_name` as null from the diarization we...