Jedrzej Krauze

Results 4 comments of Jedrzej Krauze

> One of the main challenges here is, how do the app understand whether the previously copied file has completed or not? > > If I use file names to...

## The scenario to reproduce the issue File structure: ```shell % tree terraform terraform ├── main.tf ├── my-module │ ├── module.tf │ ├── my-data-module │ │ └── output.tf │ ├──...

By adding a debug log in the if statement here https://github.com/terraform-compliance/cli/blob/e9f37e70f56b461287b1f799ea7711226f429868/terraform_compliance/extensions/terraform.py#L335-L336 like this ```python if parameter not in self.resources[source_resource]['values']: self.resources[source_resource]['values'][parameter] = target_resource defaults = Defaults() console_write('{} {}: {}'.format(defaults.warning_icon, defaults.warning_colour('WARNING (test)'),...

Hello, You can try to modify the [invert_poly](https://github.com/jkrauze/ntru/blob/master/ntru/mathutils.py#L28) method to handle your case. The current code is not prepared to invert polynomials in Z_{p^2} where p is other than 2.