Aliaksei Chapyzhenka

Results 269 issues of Aliaksei Chapyzhenka

_From [[email protected]](https://code.google.com/u/112117906073099522199/) on April 12, 2013 21:40:37_ I got multiple requests from analog HW folk about adding analog waveforms into the WaveDrom that makes it mixed-signal. I seems easy to...

enhancement :rainbow:
imported

From discussion here: https://groups.google.com/forum/#!topic/wavedrom/THreH-zNU7A > I have just started using Wavedrom. Its really good.. > I want to increase the font size of the text inside the "edge" option. Is...

Please describe your system environment before submitting your Issue.

WaveDrom performance data: Some data v1.0.1 ![image](https://cloud.githubusercontent.com/assets/511872/11760790/fabebf1a-a05d-11e5-84fd-93fc4d7f4333.png) All tutorial rendering ~230ms. ![image](https://cloud.githubusercontent.com/assets/511872/11760750/a1f94244-a05b-11e5-9011-414dbe5be0d6.png) insertSVGTemplate ~40ms ![image](https://cloud.githubusercontent.com/assets/511872/11760751/c9542516-a05b-11e5-808f-9ec230b0bedc.png) Step 5 rendering ~16ms ![image](https://cloud.githubusercontent.com/assets/511872/11760798/2dd1dce8-a05e-11e5-90a5-c92b907d3b81.png)

enhancement :rainbow:
Performance
waveform :ocean:

## `hl` ```js {signal: [ {name: 'pulse', wave: '0.hl.'} ]} ``` expected: 1.5 cycle active-high pulse ## `.l` ```js {signal: [ {name: 'pulse', wave: '0..l.'} ]} ``` expected: 1.5 cycle...

bug :beetle:
Hacktoberfest :fallen_leaf:

Related to: https://github.com/wavedrom/wavedrom/issues/48 https://github.com/wavedrom/wavedrom/issues/148 https://github.com/wavedrom/wavedrom/issues/163 https://github.com/wavedrom/wavedrom/issues/213 https://github.com/wavedrom/wavedrom/issues/240 https://github.com/wavedrom/wavedrom/issues/242

help wanted
waveform :ocean:
Hacktoberfest :fallen_leaf:
document

Based on discussion here: https://groups.google.com/d/topic/wavedrom/KDoRiDNoiTs/discussion

enhancement :rainbow:

Chromium Version 80.0.3987.132 (openSUSE Build) (64-bit) Inconsolata installed via OpenSuSe system repo. ![image](https://user-images.githubusercontent.com/511872/77472563-5df2b100-6dd1-11ea-88a4-ee3949e40880.png) On all pages using `Inconsolata` like this: https://json-schema.org/understanding-json-schema/reference/array.html The font looks too wide like this: ![image](https://user-images.githubusercontent.com/511872/77472214-d016c600-6dd0-11ea-8804-0e52d693f1b4.png)

Some tests are wrongly marked as preprocessor tests.

This case looks like syntactically correct Verilog. ```verilog module foo (); always @(posedge 1'd0) begin end endmodule ``` If yes, what would it model? a `never` construct? unreachable state?

enhancement
good first issue
tests