Vishvas Vasuki विश्वासः

Results 83 comments of Vishvas Vasuki विश्वासः

2014-07-04 6:16 GMT-07:00 Shreevatsa [email protected]: > I have plans to do this, but for now note that you can hover over the [-] > to see what it should be...

> > We might be able to add an option for `ignore_branch: true` to only use the SHA That's indeed what I seek!

> Great! Do you want to submit a PR? Much as I'd like to contribute, I don't have the bandwidth to learn this system and make the fix myself :-(

> ``` > WINEPREFIX=~/.local/share/wineprefixes/adobe_diged2 wine ADE_2.0_Installer.exe > ``` In my case (wine 6.16 on arch linux), it failed with: ![image](https://user-images.githubusercontent.com/2664797/136988446-487c8c45-2bc2-45ee-a34c-058fc0e915c4.png)

+1. I was looking for the same.

To add to the above: ``` default_to_none = true id = "govA-mandira-nirodhaH" [description] en = """ Portuguese viceroy De Noroha ordered - "No Hindu Temples should be erected in any...

Related (with a workaround): https://github.com/uiri/toml/issues/284#issuecomment-841751348

My workaround: ``` try: input_dict = toml.loads(data) # Many bugs above. except TomlDecodeError as e: import qtoml input_dict = qtoml.loads(data) ```

My minimal implementation https://github.com/sanskrit-coders/sanskrit_data/blob/67e0999be6f8bf7fff761f0484141e03b9e551f4/sanskrit_data/toml_helper.py#L6

> @vvasuki could we add a replace('"""','\"""') as a minimal way to correctly handle escaping any embedded triple quotes? Done (edited link in prior message.)