Kyle Wannacott

Results 30 issues of Kyle Wannacott

Doesn't tell me to remove extra character `,` on the end. ![image](https://user-images.githubusercontent.com/49783296/153363872-7eabfeed-8a28-4035-86d0-cc658dc69b32.png) This should give an error saying unexpected token and missing semicolon like below: ![image](https://user-images.githubusercontent.com/49783296/153366426-1323b06d-acb6-427d-94b0-acbb47198d07.png)

good first issue
for hire

You need to replace `insert_github_access_token_here` with your own personal GitHub access token that has push access privileges. I don't know how best to handle the security aspect :shrug: I ran...

![image](https://github.com/quick-lint/quick-lint-js/assets/49783296/2f88b5a0-d522-48cd-a4d9-c3cf83fac9a1) https://quick-lint-js.com/blog/version-3.0/ Boxes text scale inversely with font size. (overlap the smaller the font size is set in your browser)

Hey @jameslawler Any chance we can bump the xmldom version up? (I ran the tests and they passed): ![image](https://user-images.githubusercontent.com/49783296/226162666-4a3924dd-0840-4c4c-9a5c-68b7c579bb24.png) (Severity Critical: 9.8/10 doesn't sound great :sweat_smile: ) https://github.com/LeeWannacott/Public-Audiobooks/security/dependabot/3) Cheers.

Hey @jameslawler I made a GitHub Actions workflow that will run `npm test` on the master branch for pushes and will also run for pull request's (PR's) Note: you might...

You can override another refslot with the item from another refslot; which isn't the problem its that they don't swap. Video: https://github.com/peter-kish/gloot/assets/49783296/17515b3e-be52-4506-b8da-0d581407e636 I'm not sure what use case you would...

enhancement
wontfix

Hi, Just curious, when saving a scene as a branch containing nodes from gloot, or "make local" a branch scene containing nodes from gloot; you can see the internal nodes....

bug
wontfix

When using a vertically split window doing a vertical resize results in the scrollbar staying in place and not resizing with the window. Refer to image below: ![image](https://user-images.githubusercontent.com/49783296/109940154-a4b58e80-7d36-11eb-8f95-1a95e91970f7.png) I'm using...

Make a fraction-sort class that calculates a fraction as a decimal -> number and then sort that.

table-sort-js should handle the sorting of tables that contain text between tags like `` and `` etc. I don't know exactly how this should be handled, I guess use the...