Nick Yu
Nick Yu
Setting the aforementioned attributes for a text area widget in the admin page has no effect, this https://github.com/askvortsov1/dynamic-django-forms/blob/012612323d28f284004d494bb320fa09e99cc445/dynamic_forms/utils.py#L55-L58 should be changed to something like: ```python def _process_text_area(field_json): field = forms.CharField()...
See issue #236 The returned regex object from `pathToRegex` used to include the modified keys array as a `keys` property in v1.7.0. The current API is not entirely ideal, since...
Related #903 The `litex_setup.py` setup script has the option to specify the a `--tag` argument to pin the version of LiteX, however this currently does not work as the https://github.com/litex-hub/litei2c...
I'm working on a PTP implementation running on a custom board with LiteX+LiteEth, on packet transmit I need the timestamp in order to calculate path delays, however the `timestamp` register...