Jerin Philip

Results 63 comments of Jerin Philip

> requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://in-unlock.update.intl.miui.com/api/v2/nonce @RohitVerma882? Any help is much appreciated.

Can you bring the relevant `nonbreaking_prefixes.xx` into the archive, @XapaJIaMnu. I'll pick this up at BRT to include tests for https://github.com/browsermt/bergamot-translator/pull/172.

Looks like my large-text created some confusion and more errors 😓. Please allow me to clarify. 1. A flag that gives the user the ability to change the order of...

Hi, I have worked around this for the time being by just manually finding locations and adding an elbow connector myself. snippet ```py eout = diagram.get_subdiagram("encoder_out").get_location() d0in = diagram.get_subdiagram("decoder_0_in").get_location() print(eout)...

While trying out a few more diagrams - I get a feeling a `connect_elbow(source, target, *args)`, will be enough to create a few basic elbow connectors (⤷⤴⤵⤶ and rotations, reflections)....

I get the following directly using your code: ![image](https://github.com/chalk-diagrams/chalk/assets/727292/bd6b31d4-9c1a-4280-ade2-4820de6775c7) Adding `.line_width(0)` to `text` gives me this: ![image](https://github.com/chalk-diagrams/chalk/assets/727292/d0fded72-e749-4e59-9179-c5cb26327c46) I think this is an entirely different bug? I'm happy with the results...

I'm running ArchLinux, I suspect this could be due to a font difference (hence `line_width(0)` helping out). Colab runs in a google modified Ubuntu environment, so the difference could just...

Any possible fix in the near future? This is quite frustrating, since I come across a lot of these, these days.

Use `torch 1.0.0` for now, that should do okay. Will fix it later.

^ Not advisable. The torch version might break more places, create inconsistencies and will have to fix everywhere. If you want to translate a large batch of samples, I'd recommend...