mcclure

Results 166 issues of mcclure

Addresses #219. Imagine you are writing a cpShapeEach callback to draw a scene which contains both circle and poly shapes. At the moment, there is no way to determine whether...

The docs list a function >> int cpPolyShapeGetNumVerts(cpShape *shape) >> ... > > Getters for poly shape properties. Passing a non-poly shape or an index that does not exist will...

cpShapes may be of several underlying types (cpPolyShape, cpCircleShape, etc). There are methods that only work with the appropriate type and, per the documentation, throw an assert if called on...

Say I type `typings list --help`. I get: ``` typings list Options: [--production] List only production dependencies (omit dev dependencies) Aliases: la, ll, ls ``` After reading this, I still...

Here's my first pass. I did a version based on 06a46560944c0, which worked but printed a spurious error in report_missing_dependencies. This new version based against master (I changed the _pattern...

I am a longtime user of Penlight, I make especially heavy use of the class module. I found something today. I check out a copy of Penlight 1.6.0. I run...

``` Tweener authors, Yuichi Tateno, Emmanuel Oga The MIT License -------- Copyright (c) 2010, Emmanuel Oga. Permission is hereby granted, free of charge, to any person obtaining a copy of...

Your repository contains two files which have the same name after casefolding, `BIOS.BIN` and `bios.bin`. This makes Windows 10 upset and git picks one at random to check out. Since...

This example https://github.com/libp2p/js-libp2p/blob/master/examples/peer-and-content-routing Involves running two scripts simultaneously; they then connect to each other. Each one does this before calling findPeers ``` // The DHT routing tables need a moment...

help wanted
P2
good first issue
effort/hours
topic/docs

Check out this [libp2p with preact](https://github.com/mcclure/ts-hello/tree/libp2p-preact) sample code to 0.29.0 demo (libp2p-preact branch). This is basically a rewrite of the libp2p-in-the-browser example. Run it with ``` npm install && npx...

status/ready