Lukas Vik
Lukas Vik
Note that this changes the default behavior of the three VCs, so in some sense it is a breaking change. This could be changed by setting the default value `drive_invalid`...
@LarsAsplund Sorry to ping you like this, but would it be possible to merge this? It has been reviewed by Ludvig.
@LarsAsplund No problem at all, I know how it is. @std-max Well with the default value `true` of the `drive_invalid` generic it **is** the default behavior. Which is a breaking...
> I don't quite understand what the spec is saying for this case. My understanding was that tdata must still be valid, but the actual contents are not part of...
Agreed, but just to be clear I do believe your example still needs a ``tstrb``: ``` tvalid = [ '1', '0', '1', '1'] tstrb = [ '1', 'X', '0', '1']...
Commenting so that thread will be bumped. This issue is _not_ resolved (see comment above). Please reopen this issue.
Hello @astrojuanlu The MWE above, https://github.com/readthedocs/sphinx_rtd_theme/issues/445#issuecomment-341618124, works now from what I can tell. But adding a sub-heading yields similar behavior as the error encountered there. Environment: * Python 3.8.10 in...
@SeanSnyders Yes, agreed!
@eugene-bulkin This package does not appear to be maintained anymore. I moved on to use the ``tomlkit`` package instead which has worked well for me: https://pypi.org/project/tomlkit/
I rebased the source branch upon upstream master in order to solve a merge conflict. No functional changes apart from that. Is ready for review/merge.