Adam Goldschmidt
Adam Goldschmidt
add default style to `textInputProps` for fixing android cut text 
I think that the "auto-detection" that is being done on `include_client_id` can be better. If no auth header is being passed, and include_client_id is `None`, I think we should pass...
delete container unnecessary styles to fix android bug where nothing happens on click. # Provide links to any relevant tickets, articles or other resources Closes: #60 Progresses : #
prettify the whole file and allow other components that include the word "image" in them to be used by the photo uploader. # Provide links to any relevant tickets, articles...
iOS works fine. On Android, I can see the image being rendered, but nothing happens on click (no dialog opening). ``` { this.setState({ photo: photo }); }} onStart={this.handleLoading} onRender={this.handleLoading} >...
add `doc_type="_doc"` to delete method
**Describe the bug** Trying to query a ManyToMany through relationship and getting this error: ```bash ormar.exceptions.RelationshipInstanceError: Relationship error - ForeignKey EffortResource is of type while passed as a parameter. ```...
(didn't solve my previous question yet, just trying out baum now) When I try to make a node a child of another node, a "MoveNotPossibleException" exception is being thrown: `A...
Hi, I am trying to implement baum to Eloquent without using Laravel (so no service providers). All I do is extend my Model with \Baum\Node. Now, when I use the...