eine

Results 287 comments of eine
trafficstars

So, on the one hand I changed the base image from `python:alpine` to `python:slim-bullseye`. That's twice the size (142MB vs 64 MB), but let's hope it solves the problem. On...

It looks really promising, congratulations! > My question is, should I write "schematic visualizer" in hwtIde repo and then join it or I should put it there and develop it...

[nturley/netlistsvg](https://github.com/nturley/netlistsvg) seems to use the same underlying algorithm, but the visualization is not done with D3.js, but with custom JS. I think that D3.js should have useful features to aid...

Is this the code you are talking about? https://github.com/Nic30/hwtIde/tree/master/hwtIde/fromHwtToElk Or is there any other version which you have not uploaded yet?

> My assumption is that the parsers are not either set up to deal with the split entity/architectures, I don't think this is the case, since the coding style suggests...

> Unfortunately not able to supply any of the code, have been looking through vunit logs and it seems to pick up on quite a few dependencies between entity/architectures as...

I think it is appropriate to add an example because the usage of pytest in this project is non-trivial. Apart from acceptance tests (which includes +10 tests), many other pytest...

We discussed showing skipped testbenches in [January 16, 2020 7:01 PM](https://gitter.im/VUnit/vunit?at=5e20a5170289c83ba2abd070): > Maybe we can have a list of found but ignored/skipped testbenches to be optionally shown in the summary?...

> One could also take this one step further and take a gist of a markdown document and look for code blocks. [1138-4EB/issue-runner](https://github.com/1138-4EB/issue-runner) is composed of a python script and...

When using SSH (or git) on MSYS2, private keys are searched for at `~/.ssh/`, which defaults to `/msys64/home//.ssh`. Therefore, I guess that webfactory/ssh-agent needs to accept some option to put...