Szigeti Péter

Results 6 comments of Szigeti Péter

I tried my best with #214 .

Sure thing, here it is: ![image](https://user-images.githubusercontent.com/45334856/98451513-923f9580-2146-11eb-8407-02f50965dea5.png) It's currently using the default select/text input elements, but I plan to change that to custom ones (as with the checkbox widget). ![image](https://user-images.githubusercontent.com/45334856/98451550-f3ffff80-2146-11eb-9b0e-9a8ea8dfd1ee.png)

The checkboxes are implemented, so that they can be resized by changing a single height/width pair in the CSS. And if the other widgets are not necessary, it's all the...

@hippogrammer Also, I forgot to add it to the readme, but this is how you would use it from node modules (as ES6 modules) ```js import { SVG } from...

I actually had the same issue (I think). What I believe @kouxin means, is that the Typescript definition files don't define an export for `mysql.raw()`, so TS users can't access...

It seems to me that any keyword or parenthesis/bracket after (or in) a any comment causes the same issue. For example creating a newline between the two curly braces here...