Results 144 issues of theapache64

https://stackoverflow.com/questions/53896245/android-data-binding-example-vs-reality

When I try to run this ``` import { JsonMember, JsonObject } from 'typedjson-npm'; @JsonObject class User { @JsonMember first_name: string; @JsonMember last_name: string; } ``` I am getting `Error:...

For example, i want to hide the view after 'SlideOutUp' (View.GONE like, no space allotment) and show the view after `SlideInDown` (View.VISIBLE like)

Package name should be collected from Manifest/Dir rather than build.gradle

![image](https://user-images.githubusercontent.com/9678279/72661407-99eb4d80-39ff-11ea-9c45-22f9f30f7748.png) When I try to drag-n-drop the `crx` file to my chrome, it shows the above error. ### Details - Google Chrome version : **Version 77.0.3865.120 (Official Build) (64-bit)** -...

**Input** ```json { "programmers":[ { "isFirstName":"Brett", "lastName":"McLaughlin", "email":"aaaa" }, { "firstName":"Jason", "lastName":"Hunter", "email":"bbbb" }, { "firstName":"Elliotte", "lastName":"Harold", "email":"cccc" } ], "authors":[ { "firstName":null, "lastName":"Asimov", "genre":"science fiction" }, { "firstName":"Tad", "lastName":"Williams",...

bug

**Input** ```json { "a": { 1: 1, 2: 2 } } ``` **Expected Output** ```kotlin data class Model( val a: Map ) ``` **Actual Output** ```kotlin data class Model( val...

bug