Benjamin Thiemann

Results 11 comments of Benjamin Thiemann

Hi @juliushaertl and @jancborchardt, thank you for your feedback. Before we put further effort into this PR and try to implement the final parts, we would like to make sure...

Hi @juliushaertl and @jancborchardt, this is a friendly ping. Is there any progress in deciding whether the feature might get accepted?

> I’m quite unsure if this is a good idea – this is not something that desktop apps for text or office do, and neither Google Docs, Notion or others,...

Hi everybody, I finally have the time to get started working on the requested changes/tests. Right now I cannot get the cypress e2e tests running. What I do is running...

> I think running within the dev container is currently not really working. If you can run it outside of the container you could just use your existing URL of...

Hi @juliushaertl, did the tests pass as expected? And is there anything left for me to do?

Hi @max-nextcloud, hi @juliushaertl, do you have any updates on the test failures? I could try to reproduce this locally if the failures are related to this PR and if...

@yotarid I think you just forgot a dot in your regex. Try this as it is done in the example: ~~~yaml exceptions: ["s_axi_.*"] ~~~

With this simple example ~~~vhdl entity module is port ( clk : in std_logic; clk_i : in std_logic; s_axi_aclk : in std_logic ); end entity module; ~~~ in combination with...

Running the above example with your config gives me the same result as above: ~~~ ================================================================================ File: file.vhdl ================================================================================ Phase 7 of 7... Reporting Total Rules Checked: 879 Total Violations:...