Nathan Phillip Brink

Results 36 issues of Nathan Phillip Brink

I was playing about and came up with this code: ``` using SharpFileSystem; using SharpFileSystem.FileSystems; using System.IO; class Program { static void Main(string[] args) { var fs = new PhysicalFileSystem(".");...

The changes introduced in #6 were intended to allow callers to do things like the following: ```js Model.findOrCreate({ key: '0', value: { $exists: false } }) ``` However, its implementation...

The tarballs that github.com produces seem to be arbitrarily structured. May you post tarballs for php-openid releases at least slightly manually, such as having a subdirectory called packagename-version instead of...

``` php > $b = (object)array('name' => 'Pooh', 'age' => 24); php > echo $b->name . PHP_EOL; Pooh php > print_r($b); stdClass Object ( [name] => Pooh [age] => 24...

serialize() always seems to just return nothing or an empty string.

Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /console.htm on line 1 PHP_EOL

`Db.createCollection()` should return a `Promise` yielding `Collection` like the mongo node API does. From the example at https://mongodb.github.io/node-mongodb-native/2.2/api/Db.html#createCollection : > ```node > db.createCollection("a_simple_collection_2_with_promise", {capped:true, size:100000, max:10000, w:1}).then(function(collection) { > ```...

If I visit https://webrtc.github.io/samples/ in Bowser, tapping on the links does nothing. Since the Console doesn’t show up (#91), I can’t tell what’s happening. I’m using Bowser-0.6.1 from the App...

The concept of idPs resolved via email addresses (instead of OpenID discovery URIs) is my favorite feature of Persona. It made Persona much easier to use than traditional OpenID where...

enhancement

IMO, `config.guess` and `config.sub` and `./configure` and other things I’m forgetting about should be put in `.gitignore` and only included in dist tarballs. But since atheme seems to want to...