Malcolm Hall

Results 54 issues of Malcolm Hall

Hi I was unable to get DisplayPort audio working on this card, with 200 series MB and ALC1220. From the readme it is a ambiguous if DP audio is supported....

The new unique constraints property on an entity is missing from the generated model.

Child entities duplicate parent entity attributes. E.g. Entity A string1 Entity B parent entity: A string1 string2 string1 shouldn't appear in entity B. I believe line 76 of [NSEntityDescription+xmlElement.m](https://github.com/atomicbird/momdec/blob/master/momdec/NSEntityDescription%2BxmlElement.m) should...

When loading offline it would be good to know if the database has been loaded, so you don't need to wait indefinitely for subscriptionReady or Ground.ready() which by my understanding...

Personally I don't really see the need for private database support since we already have iCloud Core Data storage which does the same thing. Public on the other hand introduces...

feature-request

php artisan confide:controller --name=Employee --username Generates a UserRepository.php including username php artisan confide:controller --name=Employee2 Overwrites the UserRepository removing the username functionality. Also I'm assuming any other customisation of the UserRepository...

I noticed you had duplicate navigation views so I thought I'd help you out by removing it. And I put a Text for select folder to enable the 3 columns.

Somewhere down the line Laravel supported Form Request Validation where you create a Request subclass and implement an authorise method. That seems to me to be the perfect place to...

As of Feb 2016 it is now possible to look up an existing collection, finally!!! https://github.com/meteor/meteor/pull/5845 (initial attempt) https://github.com/meteor/meteor/pull/6160 (fix) Works like this: `Meteor.connection._stores['tasks']._getCollection()`