Avi Kelman
Avi Kelman
I don't think that set_row_height_dict works. Pandas doesn't like applying max to Series like that now. Also something about that arithmetic seems off to me.
I have no idea what A_FACTOR and P_FACTOR are supposed to be, but I think rather for height you would want to multiply the number of lines (count("\n")+1) by a...
``` The call in our Dockerfile looked like: ENTRYPOINT ["dockerize", "-wait", "tcp://db:5432", "./repeat.sh"] CMD ["3m", "./handlers/downloadData.php" ] Changing it to ENTRYPOINT ["dockerize", "-wait", "tcp://db:5432", "./repeat.sh"] CMD ["3m", "./handlers/downloadData.php" ] resolved...
GetVoices and Item both work fine. You can see by doing `print(talk.Voice:GetDescription(), "--" , talk:GetVoices():Item(0):GetDescription())` On my machine e.g. this shows > Microsoft Mary -- Microsoft Mary I'll have to...
Sorry. I should clarify. I did this before and the failure seems to be at the final assignment to talk.Voice On Feb 25, 2016 6:17 PM, "Ignacio Burgueño" [email protected] wrote:...
`talk.Rate = 10` does work and alters the speech appropriately. And this works! Which is what I'll use. `talk:setVoice(talk:GetVoices():Item(0)) -- talk.Voice = fails so use :setVoice()` Thanks for that idea....
@markemus @tomatenbiss raising IOError on Aperio label not found and macro not found separately means that if there's no label but there is a macro, the macro won't be removed...
Also, according to https://github.com/openslide/openslide/issues/297#issuecomment-813424628 it's not safe to rely on "label" and "macro" in the description field.
> I'm not maintaining this code anymore That's ok then. Feel free to ignore. I figured I'd tag you here just in case. I had just wanted to add information...
bless. sorry it's taking so long.