Ganesh-AT

Results 35 comments of Ganesh-AT

Aliaksei, Can you shed more light on how this sub-cycle feature is supposed to behave with non-default hscale values? For hscale = 2 and period = 1, should we be...

I have been thinking about this more, and IMO, users get the most flexibility if sub-cycle rendering is always in terms of the minimum possible brick size for the configuration....

The sub-cycle consideration in render-gaps.js was not differentiating between sub-cycle nodes and regular nodes when taking hscale into consideration. I am attaching a zip version of the two files (parse-wave-lane.js...

If anyone is successfully running ZeroTier on a USG, I would love to hear back about any issues that you are facing. I am currently running into periodic link disconnects...

> 1.) can we change the width of signal lines No, signal line widths can't be changed. It is NOT necessary because SVG is a vector format. Even if you...

Yes, this is the issue #398 that I reported yesterday. I have encountered this issue before, and used a workaround (have at least one signal name that is longer than...

While investigating this issue further, I discovered a much more reliable workaround by using invisible Unicode characters in the name of a dummy lane. ``` { config: { skin: 'default',...

With the 'pw' functionality, pretty much any waveform can be rendered. However, for your particular case - I think you are referring to a 'bipolar waveform', correct? Let me know...

> This is a right repo for: > > 1. WaveJSON -> SVG embedding. > > 2. WaveJSON deembedding (as library function) > > > https://github.com/wavedrom/wavedrom.github.io -- is a right...

I traced the influence of this PR's modifications to a workflow that is not exercised by users of my custom in-house fork. However, I have tried to make it work...