Luke Haas

Results 10 issues of Luke Haas

Template strings are being skipped. I think it's because the function for extracting text in `getNodeText.js` is not going deep enough.

Since version 0.8.0 was released, when running this on Windows 10, I'm seeing visible shell windows appear briefly on initialization. I'm seeing this when running from the main thread of...

help wanted

Hi, @tiaanduplessis. The major version update to version 2.0 implies that a breaking change was introduced but I can't find any release notes or change log. Could you provide some...

There is an issue when printing objects whose properties are objects. For example: ``` function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName; } var family = {}; family.mother...

### Summary RunJS is a Javascript/TypeScript playground for desktop - available for Mac, Windows and Linux. https://runjs.app/typescript-playground/

Why does the output appear out of order?

question

Shortly after starting a plot, saxi crashed with the following error: ``` [8430:0x4671888] 1211884 ms: Scavenge 135.9 (169.3) -> 135.9 (170.8) MB, 15.6 / 0.0 ms (average mu = 0.961,...

The SVG fonts that have been included with drawingbot are great, but they seem to only have alphanumeric characters. It would be great if some SVG fonts could be included...

enhancement

### Types of Changes **What types of changes does your PR introduce?** Put an x in all boxes that apply - [x] New addition to list - [ ] Fixing...

This problem causes hovered elements to flicker and for clicks to occasionally go unregistered. The problem is caused by the way `sideX` and `sideY` are generated. Because the `jstar_rand` function...

bug