mcclure

Results 166 issues of mcclure

Repro steps: - Check out js-libp2p master (I got ce58805e900f999eec96d8de585d6bf07363a26e) - go to examples/libp2p-in-the-browser and `npm install` I get these warnings: npm WARN [email protected] requires a peer of bufferutil@^4.0.1 but...

status/ready
P3
dx

It is convenient to be able to perform simple edits, such as cropping and rotation, to an image you are posting to Mastodon without leaving the app. This is especially...

Hello. I downloaded Version 1.0.1 (0656). I am using OS X 10.12.6 (16G29). **Steps:** I download **this specific SVG file** https://github.com/VCVRack/Tutorial/raw/master/res/MyModule.svg from https://github.com/VCVRack/Tutorial I select a tool, such as rectangle...

I downloaded Version 1.0.1 (0656). I am using OS X 10.12.6 (16G29). **Steps:** I select "About macSVG" from the "macSVG" menu. I select the text "Version 1.0.1 (0656)". I type...

Instead of relying on a separate @types repo, preact ships its own d.ts files, which is very cool. However, Preact does not cover these typings in the official documentation. This...

enhancement
help wanted

Here is a high-level thing I want to be able to do: I want to be able to do a match%sedlex, with one of the matched patterns being something that...

I use this tutorial from time to time when I need to create a new project. https://www.typescriptlang.org/docs/handbook/react-&-webpack.html I ran through it today. There were two problems. 1. webpack now gets...

Very minor change. This makes the message printed when you run ./crunch align with the README.

Sometime in January I needed euler angles so I threw together a quat.to_euler_angles function (and a quat.to_euler_angles_unpack function). I would like to submit it back upstream but I think first...

Consider the following code #define VCA 7 void setup() { pinMode(VCA,OUTPUT); } void loop() { static int i = 0; analogWrite(VCA, i++); } Normally in Arduino C analogWrite is used...