Keith Brady

Results 5 issues of Keith Brady

It is possible to run the module by passing in a user name and password, for example: ``` python svn_report = svn.remote.RemoteClient(svn_item, username=user_name, password=mypassword_as_a_string ) svn_report.export(target_dir) ``` Even if you...

This is an intended fix for dsoprea/PySvn#192 to prevent passwords included in the svn command from being logged or put in an exception message (where they can be logged) where...

**Describe the bug** The documentation has an example for making a sub class of UDPDefinition which is incorrect: ``` python from systemrdl.components import Field, Signal ``` **Expected behavior** Should be:...

It is possible to corrupt the generated HTML by including things that look like HTML tags within the name and desc. This is legal in the systemRDL syntax but corrupts...

This PR addresses some undesirable things that can happen with the legal system RDL format string but would result in undesirable problems in HTML. See the following issue tickets: -...