Tim Murray-Browne

Results 9 issues of Tim Murray-Browne

Sorry if I'm missing something obvious here. But when pulling the package from npm I find there is no custom rand function for Gaussian.random. See [here](https://npm.runkit.com/gaussian/lib/gaussian.js) Both npm and Github...

### Topic The released [p5.min.js](https://github.com/processing/p5.js/releases/download/v1.4.1/p5.min.js) file contains no license for p5js nor any licenses for the third party dependencies. However, searching through [p5.js](https://github.com/processing/p5.js/releases/download/v1.4.1/p5.js) there are a few licenses left in...

Discussion
Build Process

I'd like to include a link in the caption for my image grid. I've tried ```grid|2|Caption with a link and another ![link](/dest2) ![](image1) ![](image2) ``` but the caption is rendered...

**Describe** I'm playing music on an SMB share. The files linger on the Cog playlist after the share has disconnected (I may have restarted Cog in between). If I try...

I'm trying to run the most basic shader example here: https://github.com/aferriss/p5jsShaderExamples/tree/gh-pages/1_basics/1-1_red If I launch a little server (`python -m http.server 8123`) then the example works fine in Firefox. But p5canvas...

bug

I'm trying to get UV coordinates on a tessellated stroke by using the path advancement. It nearly works, but where there are straight line segments joining other segments with tight...

Thank you for creating this excellent plugin! **Is your feature request related to a problem? Please describe.** I want to have all my highlights linked to from a single file...

enhancement

According to the docs, [`LineJoin`](https://docs.rs/lyon_tessellation/latest/lyon_tessellation/enum.LineJoin.html) should behave the same as in the [SVG specification](https://svgwg.org/specs/strokes/#StrokeLinejoinProperty). This means: - Miter falls back to Bevel when the miter-limit is exceeded - MiterClip crops...

bug

I'm trying to set up Rectangle so that: - There is one global shortcut to bring up the menu. - There are simple and visible shortcuts on the menu, e.g....