Justin Makaila
Justin Makaila
If i create a NestedModel within my models.js, anytime I attempt to update the model through code, I receive the above error. My model is instantiated like so: ``` javascript...
This is an extension of the issue I already opened, [#70](https://github.com/afeld/backbone-nested/issues/70). If I copy the Backbone.NestedModel.extend({...}) in the linked issue, and paste it after `var other = (pasted code)`, a...
# Summary This adds animation meta information to the `useKeyboard` hook to support implementing custom keyboard avoiding views. Solution adds a new state hook that is used to indicate the...
Hi, I'm writing a web/native app using `react-navigation` and `react-native-web`. Whenever I attempt to run it on the web, I get this issue from webpack: ``` ERROR in ../../../.yarn/unplugged/react-native-virtual-f8f4313058/node_modules/react-native/Libraries/Utilities/codegenNativeComponent.js 14:12...
As a user, I'd like to be able to manipulate the image cache with locally captured data. Currently building an app where the user can submit images to a server,...
I have expanding and collapsing table cells in my project and it appears that with your code versus a UITableView, they no longer collapse. I use custom implementations of -tableView:didSelectRowAtIndexPath:...
I have a model: ``` Swift class Update: MeteorCoreDataDocument { @NSManaged var createdAt: NSDate @NSManaged var endedAt: NSDate? @NSManaged var createdBy: String @NSManaged var isAvailable: Bool @NSManaged var update: Update?...
It would be awesome if I could specify source files for my `TODO`s, either an `.xcodeproj` or specific folder to target
HI, I'm not sure how to exactly report on this because I have tests of my link chain that verify requests are timing out... but, it appears in some cases,...
Hey guys, this is more of a code review question... I'm trying to build an object which can handle responses from my API. It looks like this: ``` public struct...