Nic30
Nic30
Hi @jesseclin , in this case, lets do this: * lets add IS_SYNC to reset interfaces as I suggested earlier, but lets initialize it to NOT_SPECIFIED * if reset type...
For mentioned example the button should work as a checkbox. `vscode-button appearance="icon"` does not save its check state. `vscode-checkbox` does not display correctly (has additional checkbox and check state does...
Hello, > Did you link the wrong pull request? All that does is add ninja to the dependencies. * It seems like I did, but I can not find relevant...
> Dockerfile you change to RUN pip3 install --user ., does that fix it? No it is the same [docker-build.log](https://github.com/FFY00/meson-python/files/9483017/docker-build.log) @rgommers (or anyone else with working meson-python) What system, python,...
I tried ``` RUN pip3 install git+https://github.com/pypa/pip.git@main ENV PATH /home/${NB_USER}/.local/bin/:$PATH ``` And it seems that the issue is still there. [err.log](https://github.com/mesonbuild/meson-python/files/10097970/err.log)
@dnicolodi `pip3 install git+https://github.com/dnicolodi/pip.git@debian-scheme` Yes it works, but there is an error during the build the error message ends with ``` INFO: calculating backend command to run: /tmp/pip-build-env-zy8aywfy/overlay/local/bin/ninja + meson...
@dnicolodi > With only this error message There was just some missing include in cmake subproject. [err.log](https://github.com/mesonbuild/meson-python/files/10102930/err.log) What I wanted to say is that your fix for pip works.
Good idea, I think that vertical bar should be configurable using some configuration property. > I tried coding it as: What build tool are you using webpack, gradle,...? Can you...
> rendered whenever the waveform is clicked Yes, as in the GTKWave. > pom.xml file. If d3-wave was downloaded and installed correctly it must be the problem of transpiler settings....
In https://github.com/Nic30/vscode-extension-digitalcircuitanalysis I also found out that the zoom and drag is broken if d3-wave is embedded but the installation and compilation seems to work.