Max Reynolds

Results 21 issues of Max Reynolds

I am running the task: ```js const youtubedl = require('youtube-dl') const url = 'http://www.youtube.com/watch?v=YE7VzlLtp-4' const options = ['skip_download=true'] youtubedl.getInfo(url, options, (err, info) => { console.log(info) }) ``` Which according to...

As discussed [in the forum](https://librecad.zulipchat.com/#narrow/stream/110434-general/topic/Show.20current.20tool/near/286466577), I'd like to be able to see the current active tool while using LibreCAD. The highlighting is not always accurate, and wouldn't show for the...

feature request

Fixes #1375 This adds an input box to the top `qg_textoptions.ui` that allows editing the text height while keeping the text box active. I've added it to `qg_mtextoptions.ui` too. ![image](https://user-images.githubusercontent.com/21159570/137625392-44e0e4a9-f5c3-48fe-85d0-86a23dea82e7.png)

PR medium
PR improvement
PR next release

I've added an `else` block on the back of the command handler to detect a radius, like the `offset` command. https://github.com/LibreCAD/LibreCAD/blob/415f8fcbe4e8b256884c17da344b0fadc901a023/librecad/src/actions/rs_actiondrawlineparallel.cpp#L172-L177 It does duplicate the code required for the `radius`...

PR small
PR improvement
PR next release

At the moment, if I try to seek to a position with an HTML audio element, it restarts the audio. Could HTTP range requests be supported, so that I can...

Following on from #121, it would be really useful if search endpoints could return the ID of the album, artist and song (the song can be parsed from the `location`...

I've been told this is the best place to ask for a folding feature for each case of a switch in the Arduino IDE...

enhancement
low-priority
pr-welcome

![image](https://user-images.githubusercontent.com/21159570/70820244-1b800800-1dd0-11ea-9853-5db68be7540b.png)

There aren't any great resources available for documenting exactly how the CSP reporting API works. Some advice on how to set this directive, what to expect (from the JSON payload),...

Currently `nuxt/recommended` throws errors for [fixable issues](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems). I think it should instead throw a warning, so development can continue. Errors should only be for problems that affect compilation.