Ameya Vikram Singh
Ameya Vikram Singh
For now, I have manually reverted the changes in the XML Schema affecting me to move ahead. Would it be possible to call out which files (logs, etc.) are being...
I tried out the latest release, it seems to not modify the xml schema. But it seems to not download the dependency on the `xml.xsd` in the import statement. Should...
> @AmeyaVS: I will not change schema export for downloading skipped schemas like the case of _xml.xsd_, but in the next minor release I will add a new API `download_schemas()`...
Should I close this issue in the meantime, or should I keep it open once the `download_schemas()` API is ready. I could update here with details or any other observations.
Hello @brunato , I tried the following code to try and observe the `download_schemas` API. ```python3 import xmlschema import os.path import urllib from xmlschema import download_schemas def main(): # Schema...
Another observation which I missed out yesterday, between both the approaches is the missing `xml.xsd` when using the `save_remote` parameter on the `export` API: 
Sounds good, let me know if you want me to close this issue.
Sorry, for the delay. Closing the issue.
I am trying to build the tool from source, but since, there are too many changes it seems the build itself is quite broken. Any plans to add support for...
I can confirm this observation on Windows with MSVC. It probably is hitting some memory alignment issues or probably the project configuration doesn't match the SystemC library build. Someone who...