· 5 years ago · Jul 30, 2020, 04:18 AM
1{
2 total_count: 171498,
3 incomplete_results: false,
4 items: [
5 {
6 url: 'https://api.github.com/repos/kotest/kotest/issues/1600',
7 repository_url: 'https://api.github.com/repos/kotest/kotest',
8 labels_url: 'https://api.github.com/repos/kotest/kotest/issues/1600/labels{/name}',
9 comments_url: 'https://api.github.com/repos/kotest/kotest/issues/1600/comments',
10 events_url: 'https://api.github.com/repos/kotest/kotest/issues/1600/events',
11 html_url: 'https://github.com/kotest/kotest/issues/1600',
12 id: 666629410,
13 node_id: 'MDU6SXNzdWU2NjY2Mjk0MTA=',
14 number: 1600,
15 title: 'Kotlin 1.4 compatibility',
16 user: [Object],
17 labels: [],
18 state: 'open',
19 locked: false,
20 assignee: null,
21 assignees: [],
22 milestone: null,
23 comments: 1,
24 created_at: '2020-07-27T22:42:52Z',
25 updated_at: '2020-07-27T23:37:53Z',
26 closed_at: null,
27 author_association: 'NONE',
28 active_lock_reason: null,
29 body: '**Which version of Kotest are you using**\r\n' +
30 '4.1.3\r\n' +
31 '\r\n' +
32 'After upgrading to Kotlin 1.4.0-rc all my tests fail with the following stack trace: \r\n' +
33 '\r\n' +
34 '```\r\n' +
35 'org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not complete execution for Gradle Test Executor 13.\r\n' +
36 '\tat org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:63)\r\n' +
37 '\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n' +
38 '\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n' +
39 '\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n' +
40 '\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\r\n' +
41 '\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n' +
42 '\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n' +
43 '\tat org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)\r\n' +
44 '\tat org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)\r\n' +
45 '\tat com.sun.proxy.$Proxy2.stop(Unknown Source)\r\n' +
46 '\tat org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:133)\r\n' +
47 '\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n' +
48 '\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n' +
49 '\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n' +
50 '\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\r\n' +
51 '\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)\r\n' +
52 '\tat org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)\r\n' +
53 '\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)\r\n' +
54 '\tat org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)\r\n' +
55 '\tat org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)\r\n' +
56 '\tat org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)\r\n' +
57 '\tat org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)\r\n' +
58 '\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\r\n' +
59 '\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\r\n' +
60 '\tat org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)\r\n' +
61 '\tat java.base/java.lang.Thread.run(Thread.java:834)\r\n' +
62 "Caused by: org.junit.platform.commons.JUnitException: TestEngine with ID 'kotest' failed to discover tests\r\n" +
63 '\tat org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:189)\r\n' +
64 '\tat org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:168)\r\n' +
65 '\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)\r\n' +
66 '\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)\r\n' +
67 '\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)\r\n' +
68 '\tat org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)\r\n' +
69 '\tat org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)\r\n' +
70 '\t... 25 more\r\n' +
71 "Caused by: java.lang.NoSuchMethodError: 'double kotlin.time.TimeMark.elapsedNow()'\r\n" +
72 '\tat io.kotest.core.engine.discovery.Discovery.loadSelectedSpecs(Discovery.kt:172)\r\n' +
73 '\tat io.kotest.core.engine.discovery.Discovery.discover(Discovery.kt:55)\r\n' +
74 '\tat io.kotest.runner.junit.platform.KotestJunitPlatformTestEngine.discover(KotestJunitPlatformTestEngine.kt:72)\r\n' +
75 '\tat io.kotest.runner.junit.platform.KotestJunitPlatformTestEngine.discover(KotestJunitPlatformTestEngine.kt:23)\r\n' +
76 '\tat org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:181)\r\n' +
77 '\t... 31 more\r\n' +
78 '```\r\n' +
79 '\r\n' +
80 'Everything works fine when I switch back to 1.3.71.\r\n',
81 performed_via_github_app: null,
82 score: 1
83 },
84 {
85 url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/14',
86 repository_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate',
87 labels_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/14/labels{/name}',
88 comments_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/14/comments',
89 events_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/14/events',
90 html_url: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/14',
91 id: 664782144,
92 node_id: 'MDU6SXNzdWU2NjQ3ODIxNDQ=',
93 number: 14,
94 title: '-mvp-kotlin",',
95 user: [Object],
96 labels: [Array],
97 state: 'open',
98 locked: false,
99 assignee: [Object],
100 assignees: [Array],
101 milestone: null,
102 comments: 0,
103 created_at: '2020-07-23T21:39:49Z',
104 updated_at: '2020-07-23T21:39:50Z',
105 closed_at: null,
106 author_association: 'NONE',
107 active_lock_reason: null,
108 body: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/blob/7d3199b39ad0f6e5857d6d8b44047c7365d07335/Content/scripts/data/download/cake/repositori
109es.AndroidX.cake#L178-L183\n' +
110 '\n' +
111 '---\n' +
112 '\n' +
113 '###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 7d3199b39ad0f6e5857d6d8b44047c7365d07335. It's been assigned to @moljac because they commi
114tted the code.',
115 performed_via_github_app: null,
116 score: 1
117 },
118 {
119 url: 'https://api.github.com/repos/pnikosis/materialish-progress/issues/63',
120 repository_url: 'https://api.github.com/repos/pnikosis/materialish-progress',
121 labels_url: 'https://api.github.com/repos/pnikosis/materialish-progress/issues/63/labels{/name}',
122 comments_url: 'https://api.github.com/repos/pnikosis/materialish-progress/issues/63/comments',
123 events_url: 'https://api.github.com/repos/pnikosis/materialish-progress/issues/63/events',
124 html_url: 'https://github.com/pnikosis/materialish-progress/issues/63',
125 id: 645782053,
126 node_id: 'MDU6SXNzdWU2NDU3ODIwNTM=',
127 number: 63,
128 title: 'Kotlin ',
129 user: [Object],
130 labels: [],
131 state: 'open',
132 locked: false,
133 assignee: null,
134 assignees: [],
135 milestone: null,
136 comments: 0,
137 created_at: '2020-06-25T18:56:46Z',
138 updated_at: '2020-06-25T18:56:46Z',
139 closed_at: null,
140 author_association: 'NONE',
141 active_lock_reason: null,
142 body: 'Can we have the library in kotlin. I am facing some issues in conversion with \r\n' +
143 '\r\n' +
144 '`static class WheelSavedState extends BaseSavedState`',
145 performed_via_github_app: null,
146 score: 1
147 },
148 {
149 url: 'https://api.github.com/repos/gurleensethi/contact-room/issues/2',
150 repository_url: 'https://api.github.com/repos/gurleensethi/contact-room',
151 labels_url: 'https://api.github.com/repos/gurleensethi/contact-room/issues/2/labels{/name}',
152 comments_url: 'https://api.github.com/repos/gurleensethi/contact-room/issues/2/comments',
153 events_url: 'https://api.github.com/repos/gurleensethi/contact-room/issues/2/events',
154 html_url: 'https://github.com/gurleensethi/contact-room/pull/2',
155 id: 654421072,
156 node_id: 'MDExOlB1bGxSZXF1ZXN0NDQ3MTUzNDE4',
157 number: 2,
158 title: 'Kotlin',
159 user: [Object],
160 labels: [],
161 state: 'open',
162 locked: false,
163 assignee: null,
164 assignees: [],
165 milestone: null,
166 comments: 0,
167 created_at: '2020-07-10T00:07:54Z',
168 updated_at: '2020-07-10T00:07:54Z',
169 closed_at: null,
170 author_association: 'NONE',
171 active_lock_reason: null,
172 draft: false,
173 pull_request: [Object],
174 body: 'Ported to Kotlin. Also found a bug. You need a key other than the phone number because your interface allows you to update the phone number -- which results in a new Contact. I added a
175 \r\n' +
176 ' @PrimaryKey(autoGenerate = true)\r\n' +
177 ' var id : Int = 0\r\n' +
178 'to your Entity to fix this. Look at Contact.kt.',
179 performed_via_github_app: null,
180 score: 1
181 },
182 {
183 url: 'https://api.github.com/repos/MerlonProgramming/Developer-Web-and-Movil-CRUD/issues/6',
184 repository_url: 'https://api.github.com/repos/MerlonProgramming/Developer-Web-and-Movil-CRUD',
185 labels_url: 'https://api.github.com/repos/MerlonProgramming/Developer-Web-and-Movil-CRUD/issues/6/labels{/name}',
186 comments_url: 'https://api.github.com/repos/MerlonProgramming/Developer-Web-and-Movil-CRUD/issues/6/comments',
187 events_url: 'https://api.github.com/repos/MerlonProgramming/Developer-Web-and-Movil-CRUD/issues/6/events',
188 html_url: 'https://github.com/MerlonProgramming/Developer-Web-and-Movil-CRUD/issues/6',
189 id: 660248945,
190 node_id: 'MDU6SXNzdWU2NjAyNDg5NDU=',
191 number: 6,
192 title: 'Kotlin App',
193 user: [Object],
194 labels: [],
195 state: 'open',
196 locked: false,
197 assignee: null,
198 assignees: [],
199 milestone: null,
200 comments: 0,
201 created_at: '2020-07-18T16:40:25Z',
202 updated_at: '2020-07-18T16:40:25Z',
203 closed_at: null,
204 author_association: 'OWNER',
205 active_lock_reason: null,
206 body: '\r\n',
207 performed_via_github_app: null,
208 score: 1
209 },
210 {
211 url: 'https://api.github.com/repos/zmxv/react-native-sound/issues/692',
212 repository_url: 'https://api.github.com/repos/zmxv/react-native-sound',
213 labels_url: 'https://api.github.com/repos/zmxv/react-native-sound/issues/692/labels{/name}',
214 comments_url: 'https://api.github.com/repos/zmxv/react-native-sound/issues/692/comments',
215 events_url: 'https://api.github.com/repos/zmxv/react-native-sound/issues/692/events',
216 html_url: 'https://github.com/zmxv/react-native-sound/issues/692',
217 id: 664623908,
218 node_id: 'MDU6SXNzdWU2NjQ2MjM5MDg=',
219 number: 692,
220 title: 'Support Kotlin',
221 user: [Object],
222 labels: [],
223 state: 'open',
224 locked: false,
225 assignee: null,
226 assignees: [],
227 milestone: null,
228 comments: 0,
229 created_at: '2020-07-23T16:47:35Z',
230 updated_at: '2020-07-23T16:47:35Z',
231 closed_at: null,
232 author_association: 'NONE',
233 active_lock_reason: null,
234 body: ':clipboard: **Description**\r\n' +
235 '\r\n' +
236 'At least in the manual installation instructions Kotlin should be supported, since the changes to the native Java code for Android is pretty minimal.\r\n' +
237 '\r\n' +
238 ':microphone: **Motivation**\r\n' +
239 '\r\n' +
240 'Running `yarn react-native link react-native-sound` will fail if `MainApplication.java` is not found.\r\n' +
241 '\r\n' +
242 ':bulb: **Relevant Code**\r\n' +
243 '\r\n' +
244 'Instructions for installation, presently:\r\n' +
245 '\r\n' +
246 '```java\r\n' +
247 ' @Override\r\n' +
248 ' protected List<ReactPackage> getPackages() {\r\n' +
249 ' return Arrays.<ReactPackage>asList(\r\n' +
250 ' new MainReactPackage(),\r\n' +
251 ' new RNSoundPackage() // <-- New\r\n' +
252 ' );\r\n' +
253 ' }\r\n' +
254 '```\r\n' +
255 '\r\n' +
256 'Could be amended to also include these instructions:\r\n' +
257 '\r\n' +
258 '```kotlin\r\n' +
259 'override protected fun getPackages():List<ReactPackage> {\r\n' +
260 ' return Arrays.asList<ReactPackage>(\r\n' +
261 ' MainReactPackage(),\r\n' +
262 ' RNSoundPackage() // <-- New\r\n' +
263 ' )\r\n' +
264 '}\r\n' +
265 '```',
266 performed_via_github_app: null,
267 score: 1
268 },
269 {
270 url: 'https://api.github.com/repos/pallaw/DataStructure/issues/1',
271 repository_url: 'https://api.github.com/repos/pallaw/DataStructure',
272 labels_url: 'https://api.github.com/repos/pallaw/DataStructure/issues/1/labels{/name}',
273 comments_url: 'https://api.github.com/repos/pallaw/DataStructure/issues/1/comments',
274 events_url: 'https://api.github.com/repos/pallaw/DataStructure/issues/1/events',
275 html_url: 'https://github.com/pallaw/DataStructure/issues/1',
276 id: 657770405,
277 node_id: 'MDU6SXNzdWU2NTc3NzA0MDU=',
278 number: 1,
279 title: 'Kotlin Support',
280 user: [Object],
281 labels: [Array],
282 state: 'open',
283 locked: false,
284 assignee: [Object],
285 assignees: [Array],
286 milestone: null,
287 comments: 0,
288 created_at: '2020-07-16T01:29:05Z',
289 updated_at: '2020-07-16T01:30:50Z',
290 closed_at: null,
291 author_association: 'OWNER',
292 active_lock_reason: null,
293 body: 'Add Kotlin code for the project ',
294 performed_via_github_app: null,
295 score: 1
296 },
297 {
298 url: 'https://api.github.com/repos/barleytea/sandbox/issues/80',
299 repository_url: 'https://api.github.com/repos/barleytea/sandbox',
300 labels_url: 'https://api.github.com/repos/barleytea/sandbox/issues/80/labels{/name}',
301 comments_url: 'https://api.github.com/repos/barleytea/sandbox/issues/80/comments',
302 events_url: 'https://api.github.com/repos/barleytea/sandbox/issues/80/events',
303 html_url: 'https://github.com/barleytea/sandbox/issues/80',
304 id: 643452286,
305 node_id: 'MDU6SXNzdWU2NDM0NTIyODY=',
306 number: 80,
307 title: 'Kotlin',
308 user: [Object],
309 labels: [],
310 state: 'open',
311 locked: false,
312 assignee: null,
313 assignees: [],
314 milestone: null,
315 comments: 0,
316 created_at: '2020-06-23T01:04:03Z',
317 updated_at: '2020-06-23T01:04:03Z',
318 closed_at: null,
319 author_association: 'OWNER',
320 active_lock_reason: null,
321 body: '# Kotlin<br>\n' +
322 'Tags:<br>\n' +
323 'Url: https://ift.tt/318xHXd<br>\n' +
324 'AddedAt: June 23, 2020 at 09:14AM',
325 performed_via_github_app: null,
326 score: 1
327 },
328 {
329 url: 'https://api.github.com/repos/engSERGIU/React/issues/10',
330 repository_url: 'https://api.github.com/repos/engSERGIU/React',
331 labels_url: 'https://api.github.com/repos/engSERGIU/React/issues/10/labels{/name}',
332 comments_url: 'https://api.github.com/repos/engSERGIU/React/issues/10/comments',
333 events_url: 'https://api.github.com/repos/engSERGIU/React/issues/10/events',
334 html_url: 'https://github.com/engSERGIU/React/pull/10',
335 id: 668289689,
336 node_id: 'MDExOlB1bGxSZXF1ZXN0NDU4ODEwNzM2',
337 number: 10,
338 title: 'Kotlin Conversion',
339 user: [Object],
340 labels: [],
341 state: 'open',
342 locked: false,
343 assignee: null,
344 assignees: [],
345 milestone: null,
346 comments: 0,
347 created_at: '2020-07-30T01:42:54Z',
348 updated_at: '2020-07-30T01:42:54Z',
349 closed_at: null,
350 author_association: 'NONE',
351 active_lock_reason: null,
352 draft: false,
353 pull_request: [Object],
354 body: '- App converted to Kotlin\r\n' +
355 '- Improved string resources\r\n' +
356 '- New Icon, The old one violates Geneva conventions. \r\n' +
357 'This one makes sense with yellow and black for "speed" while also having a snappy font',
358 performed_via_github_app: null,
359 score: 1
360 },
361 {
362 url: 'https://api.github.com/repos/hanseul-Choi/Kotlin/issues/1',
363 repository_url: 'https://api.github.com/repos/hanseul-Choi/Kotlin',
364 labels_url: 'https://api.github.com/repos/hanseul-Choi/Kotlin/issues/1/labels{/name}',
365 comments_url: 'https://api.github.com/repos/hanseul-Choi/Kotlin/issues/1/comments',
366 events_url: 'https://api.github.com/repos/hanseul-Choi/Kotlin/issues/1/events',
367 html_url: 'https://github.com/hanseul-Choi/Kotlin/issues/1',
368 id: 659177138,
369 node_id: 'MDU6SXNzdWU2NTkxNzcxMzg=',
370 number: 1,
371 title: 'Kotlin 기초',
372 user: [Object],
373 labels: [],
374 state: 'open',
375 locked: false,
376 assignee: null,
377 assignees: [],
378 milestone: null,
379 comments: 0,
380 created_at: '2020-07-17T11:31:57Z',
381 updated_at: '2020-07-17T11:31:57Z',
382 closed_at: null,
383 author_association: 'OWNER',
384 active_lock_reason: null,
385 body: '코틀린은 변수에 가능한 널을 사용하지 않으려고 한다.\r\n' +
386 '따라서, null을 선언하려면 타입 정의에 물음표를 선언해야 한다.\r\n' +
387 'ex) val name: String?\r\n' +
388 '또한, null값이라도 꼭 null이라고 선언해야 한다.\r\n' +
389 'ex) name = null\r\n',
390 performed_via_github_app: null,
391 score: 1
392 },
393 {
394 url: 'https://api.github.com/repos/ionic-team/capacitor-site/issues/88',
395 repository_url: 'https://api.github.com/repos/ionic-team/capacitor-site',
396 labels_url: 'https://api.github.com/repos/ionic-team/capacitor-site/issues/88/labels{/name}',
397 comments_url: 'https://api.github.com/repos/ionic-team/capacitor-site/issues/88/comments',
398 events_url: 'https://api.github.com/repos/ionic-team/capacitor-site/issues/88/events',
399 html_url: 'https://github.com/ionic-team/capacitor-site/pull/88',
400 id: 666594185,
401 node_id: 'MDExOlB1bGxSZXF1ZXN0NDU3NDEwMjk2',
402 number: 88,
403 title: 'Kotlin examples',
404 user: [Object],
405 labels: [],
406 state: 'open',
407 locked: false,
408 assignee: null,
409 assignees: [],
410 milestone: null,
411 comments: 3,
412 created_at: '2020-07-27T21:24:11Z',
413 updated_at: '2020-07-28T18:10:38Z',
414 closed_at: null,
415 author_association: 'MEMBER',
416 active_lock_reason: null,
417 draft: false,
418 pull_request: [Object],
419 body: 'This PR adds some Kotlin instructions and examples for Plugin developers.',
420 performed_via_github_app: null,
421 score: 1
422 },
423 {
424 url: 'https://api.github.com/repos/Kirchhoff-/Android-Interview-Questions/issues/251',
425 repository_url: 'https://api.github.com/repos/Kirchhoff-/Android-Interview-Questions',
426 labels_url: 'https://api.github.com/repos/Kirchhoff-/Android-Interview-Questions/issues/251/labels{/name}',
427 comments_url: 'https://api.github.com/repos/Kirchhoff-/Android-Interview-Questions/issues/251/comments',
428 events_url: 'https://api.github.com/repos/Kirchhoff-/Android-Interview-Questions/issues/251/events',
429 html_url: 'https://github.com/Kirchhoff-/Android-Interview-Questions/issues/251',
430 id: 653346851,
431 node_id: 'MDU6SXNzdWU2NTMzNDY4NTE=',
432 number: 251,
433 title: 'Kotlin collections',
434 user: [Object],
435 labels: [Array],
436 state: 'open',
437 locked: false,
438 assignee: null,
439 assignees: [],
440 milestone: null,
441 comments: 0,
442 created_at: '2020-07-08T14:31:36Z',
443 updated_at: '2020-07-08T14:31:44Z',
444 closed_at: null,
445 author_association: 'OWNER',
446 active_lock_reason: null,
447 body: '',
448 performed_via_github_app: null,
449 score: 1
450 },
451 {
452 url: 'https://api.github.com/repos/tarek360/RichPath/issues/67',
453 repository_url: 'https://api.github.com/repos/tarek360/RichPath',
454 labels_url: 'https://api.github.com/repos/tarek360/RichPath/issues/67/labels{/name}',
455 comments_url: 'https://api.github.com/repos/tarek360/RichPath/issues/67/comments',
456 events_url: 'https://api.github.com/repos/tarek360/RichPath/issues/67/events',
457 html_url: 'https://github.com/tarek360/RichPath/issues/67',
458 id: 655504911,
459 node_id: 'MDU6SXNzdWU2NTU1MDQ5MTE=',
460 number: 67,
461 title: 'Unresolved reference: richPathView Kotlin',
462 user: [Object],
463 labels: [],
464 state: 'open',
465 locked: false,
466 assignee: null,
467 assignees: [],
468 milestone: null,
469 comments: 1,
470 created_at: '2020-07-13T00:14:20Z',
471 updated_at: '2020-07-21T16:16:41Z',
472 closed_at: null,
473 author_association: 'NONE',
474 active_lock_reason: null,
475 body: 'Hello, I have a very simple and crucial problem with the package in kotlin:\r\n' +
476 '\r\n' +
477 'In the line below:\r\n' +
478 'val richPath: RichPath = richPathView.findRichPathByName("name")\r\n' +
479 '\r\n' +
480 'I get this error:\r\n' +
481 'Unresolved reference: richPathView\r\n' +
482 '\r\n' +
483 'Is there any solution please?',
484 performed_via_github_app: null,
485 score: 1
486 },
487 {
488 url: 'https://api.github.com/repos/FedericoBaron/HitchApp/issues/65',
489 repository_url: 'https://api.github.com/repos/FedericoBaron/HitchApp',
490 labels_url: 'https://api.github.com/repos/FedericoBaron/HitchApp/issues/65/labels{/name}',
491 comments_url: 'https://api.github.com/repos/FedericoBaron/HitchApp/issues/65/comments',
492 events_url: 'https://api.github.com/repos/FedericoBaron/HitchApp/issues/65/events',
493 html_url: 'https://github.com/FedericoBaron/HitchApp/issues/65',
494 id: 667899948,
495 node_id: 'MDU6SXNzdWU2Njc4OTk5NDg=',
496 number: 65,
497 title: 'turn SwipeHelper to kotlin',
498 user: [Object],
499 labels: [],
500 state: 'open',
501 locked: false,
502 assignee: null,
503 assignees: [],
504 milestone: [Object],
505 comments: 0,
506 created_at: '2020-07-29T14:41:32Z',
507 updated_at: '2020-07-29T14:41:38Z',
508 closed_at: null,
509 author_association: 'OWNER',
510 active_lock_reason: null,
511 body: '',
512 performed_via_github_app: null,
513 score: 1
514 },
515 {
516 url: 'https://api.github.com/repos/JetBrains-Research/kotlinRMiner/issues/1',
517 repository_url: 'https://api.github.com/repos/JetBrains-Research/kotlinRMiner',
518 labels_url: 'https://api.github.com/repos/JetBrains-Research/kotlinRMiner/issues/1/labels{/name}',
519 comments_url: 'https://api.github.com/repos/JetBrains-Research/kotlinRMiner/issues/1/comments',
520 events_url: 'https://api.github.com/repos/JetBrains-Research/kotlinRMiner/issues/1/events',
521 html_url: 'https://github.com/JetBrains-Research/kotlinRMiner/issues/1',
522 id: 662110767,
523 node_id: 'MDU6SXNzdWU2NjIxMTA3Njc=',
524 number: 1,
525 title: 'Processing of Kotlin features',
526 user: [Object],
527 labels: [],
528 state: 'open',
529 locked: false,
530 assignee: [Object],
531 assignees: [Array],
532 milestone: null,
533 comments: 0,
534 created_at: '2020-07-20T18:11:57Z',
535 updated_at: '2020-07-27T19:42:43Z',
536 closed_at: null,
537 author_association: 'MEMBER',
538 active_lock_reason: null,
539 body: 'Kotlin has special features that should be processed too. \r\n' +
540 '\r\n' +
541 '- [ ] Objects\r\n' +
542 '- [x] Companion objects\r\n' +
543 '- [x] when expressions\r\n' +
544 '- [ ] All kinds of ranges in for loop\r\n' +
545 '- [ ] Unit type\r\n' +
546 '- [ ] Nullable types\r\n' +
547 '- [ ] Type aliases\r\n' +
548 '- [x] Function types\r\n',
549 performed_via_github_app: null,
550 score: 1
551 },
552 {
553 url: 'https://api.github.com/repos/Zenika/docker-kotlin/issues/58',
554 repository_url: 'https://api.github.com/repos/Zenika/docker-kotlin',
555 labels_url: 'https://api.github.com/repos/Zenika/docker-kotlin/issues/58/labels{/name}',
556 comments_url: 'https://api.github.com/repos/Zenika/docker-kotlin/issues/58/comments',
557 events_url: 'https://api.github.com/repos/Zenika/docker-kotlin/issues/58/events',
558 html_url: 'https://github.com/Zenika/docker-kotlin/issues/58',
559 id: 665328692,
560 node_id: 'MDU6SXNzdWU2NjUzMjg2OTI=',
561 number: 58,
562 title: '⬆️ New Kotlin release Kotlin 1.4.0-rc',
563 user: [Object],
564 labels: [Array],
565 state: 'open',
566 locked: false,
567 assignee: null,
568 assignees: [],
569 milestone: null,
570 comments: 0,
571 created_at: '2020-07-24T18:00:58Z',
572 updated_at: '2020-07-24T18:00:58Z',
573 closed_at: null,
574 author_association: 'COLLABORATOR',
575 active_lock_reason: null,
576 body: '[Kotlin version Kotlin 1.4.0-rc](https://github.com/JetBrains/kotlin/releases/tag/v1.4.0-rc) has been released.\n' +
577 '⚠ This is a pre-release.\n' +
578 'Compiler: https://github.com/JetBrains/kotlin/releases/download/v1.4.0-rc/kotlin-compiler-1.4.0-rc.zip',
579 performed_via_github_app: null,
580 score: 1
581 },
582 {
583 url: 'https://api.github.com/repos/jxnu-liguobin/cs-summary-reflection/issues/20',
584 repository_url: 'https://api.github.com/repos/jxnu-liguobin/cs-summary-reflection',
585 labels_url: 'https://api.github.com/repos/jxnu-liguobin/cs-summary-reflection/issues/20/labels{/name}',
586 comments_url: 'https://api.github.com/repos/jxnu-liguobin/cs-summary-reflection/issues/20/comments',
587 events_url: 'https://api.github.com/repos/jxnu-liguobin/cs-summary-reflection/issues/20/events',
588 html_url: 'https://github.com/jxnu-liguobin/cs-summary-reflection/issues/20',
589 id: 642024330,
590 node_id: 'MDU6SXNzdWU2NDIwMjQzMzA=',
591 number: 20,
592 title: 'LeetCode Kotlin',
593 user: [Object],
594 labels: [Array],
595 state: 'open',
596 locked: false,
597 assignee: null,
598 assignees: [],
599 milestone: null,
600 comments: 1,
601 created_at: '2020-06-19T14:44:16Z',
602 updated_at: '2020-07-27T02:29:31Z',
603 closed_at: null,
604 author_association: 'OWNER',
605 active_lock_reason: null,
606 body: '',
607 performed_via_github_app: null,
608 score: 1
609 },
610 {
611 url: 'https://api.github.com/repos/exercism/v3/issues/2069',
612 repository_url: 'https://api.github.com/repos/exercism/v3',
613 labels_url: 'https://api.github.com/repos/exercism/v3/issues/2069/labels{/name}',
614 comments_url: 'https://api.github.com/repos/exercism/v3/issues/2069/comments',
615 events_url: 'https://api.github.com/repos/exercism/v3/issues/2069/events',
616 html_url: 'https://github.com/exercism/v3/issues/2069',
617 id: 663514445,
618 node_id: 'MDU6SXNzdWU2NjM1MTQ0NDU=',
619 number: 2069,
620 title: '[Kotlin] Add CLI documentation',
621 user: [Object],
622 labels: [Array],
623 state: 'open',
624 locked: false,
625 assignee: null,
626 assignees: [],
627 milestone: null,
628 comments: 0,
629 created_at: '2020-07-22T06:36:55Z',
630 updated_at: '2020-07-22T06:37:07Z',
631 closed_at: null,
632 author_association: 'MEMBER',
633 active_lock_reason: null,
634 body: 'See\r\nhttps://github.com/exercism/v3/pull/1831#discussion_r458085563',
635 performed_via_github_app: null,
636 score: 1
637 },
638 {
639 url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/25',
640 repository_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate',
641 labels_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/25/labels{/name}',
642 comments_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/25/comments',
643 events_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/25/events',
644 html_url: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/25',
645 id: 664782390,
646 node_id: 'MDU6SXNzdWU2NjQ3ODIzOTA=',
647 number: 25,
648 title: '-mvp-kotlin-coroutines.zip"',
649 user: [Object],
650 labels: [Array],
651 state: 'open',
652 locked: false,
653 assignee: [Object],
654 assignees: [Array],
655 milestone: null,
656 comments: 0,
657 created_at: '2020-07-23T21:40:22Z',
658 updated_at: '2020-07-23T21:40:23Z',
659 closed_at: null,
660 author_association: 'NONE',
661 active_lock_reason: null,
662 body: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/blob/7d3199b39ad0f6e5857d6d8b44047c7365d07335/Content/scripts/data/download/cake/repositori
663es.AndroidX.cake#L199-L204\n' +
664 '\n' +
665 '---\n' +
666 '\n' +
667 '###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 7d3199b39ad0f6e5857d6d8b44047c7365d07335. It's been assigned to @moljac because they commi
668tted the code.',
669 performed_via_github_app: null,
670 score: 1
671 },
672 {
673 url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/24',
674 repository_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate',
675 labels_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/24/labels{/name}',
676 comments_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/24/comments',
677 events_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/24/events',
678 html_url: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/24',
679 id: 664782367,
680 node_id: 'MDU6SXNzdWU2NjQ3ODIzNjc=',
681 number: 24,
682 title: '-mvp-kotlin-coroutines",',
683 user: [Object],
684 labels: [Array],
685 state: 'open',
686 locked: false,
687 assignee: [Object],
688 assignees: [Array],
689 milestone: null,
690 comments: 0,
691 created_at: '2020-07-23T21:40:19Z',
692 updated_at: '2020-07-23T21:40:20Z',
693 closed_at: null,
694 author_association: 'NONE',
695 active_lock_reason: null,
696 body: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/blob/7d3199b39ad0f6e5857d6d8b44047c7365d07335/Content/scripts/data/download/cake/repositori
697es.AndroidX.cake#L198-L203\n' +
698 '\n' +
699 '---\n' +
700 '\n' +
701 '###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 7d3199b39ad0f6e5857d6d8b44047c7365d07335. It's been assigned to @moljac because they commi
702tted the code.',
703 performed_via_github_app: null,
704 score: 1
705 },
706 {
707 url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/15',
708 repository_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate',
709 labels_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/15/labels{/name}',
710 comments_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/15/comments',
711 events_url: 'https://api.github.com/repos/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/15/events',
712 html_url: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/issues/15',
713 id: 664782170,
714 node_id: 'MDU6SXNzdWU2NjQ3ODIxNzA=',
715 number: 15,
716 title: '-mvp-kotlin.zip"',
717 user: [Object],
718 labels: [Array],
719 state: 'open',
720 locked: false,
721 assignee: [Object],
722 assignees: [Array],
723 milestone: null,
724 comments: 0,
725 created_at: '2020-07-23T21:39:52Z',
726 updated_at: '2020-07-23T21:39:53Z',
727 closed_at: null,
728 author_association: 'NONE',
729 active_lock_reason: null,
730 body: 'https://github.com/holisticware-xamarin/HolisticWare.DotNetNew.XamarinProjectsStructureTemplate/blob/7d3199b39ad0f6e5857d6d8b44047c7365d07335/Content/scripts/data/download/cake/repositori
731es.AndroidX.cake#L179-L184\n' +
732 '\n' +
733 '---\n' +
734 '\n' +
735 '###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in 7d3199b39ad0f6e5857d6d8b44047c7365d07335. It's been assigned to @moljac because they commi
736tted the code.',
737 performed_via_github_app: null,
738 score: 1
739 },
740 {
741 url: 'https://api.github.com/repos/hegaojian/JetpackMvvm/issues/30',
742 repository_url: 'https://api.github.com/repos/hegaojian/JetpackMvvm',
743 labels_url: 'https://api.github.com/repos/hegaojian/JetpackMvvm/issues/30/labels{/name}',
744 comments_url: 'https://api.github.com/repos/hegaojian/JetpackMvvm/issues/30/comments',
745 events_url: 'https://api.github.com/repos/hegaojian/JetpackMvvm/issues/30/events',
746 html_url: 'https://github.com/hegaojian/JetpackMvvm/issues/30',
747 id: 663409671,
748 node_id: 'MDU6SXNzdWU2NjM0MDk2NzE=',
749 number: 30,
750 title: 'Kotlin Flow相关',
751 user: [Object],
752 labels: [],
753 state: 'open',
754 locked: false,
755 assignee: null,
756 assignees: [],
757 milestone: null,
758 comments: 1,
759 created_at: '2020-07-22T01:38:18Z',
760 updated_at: '2020-07-22T01:50:26Z',
761 closed_at: null,
762 author_association: 'NONE',
763 active_lock_reason: null,
764 body: '大佬能否考虑一下用Kotlin Flow重构一下JetpackMvvm',
765 performed_via_github_app: null,
766 score: 1
767 },
768 {
769 url: 'https://api.github.com/repos/google-developer-training/android-kotlin-fundamentals-apps/issues/274',
770 repository_url: 'https://api.github.com/repos/google-developer-training/android-kotlin-fundamentals-apps',
771 labels_url: 'https://api.github.com/repos/google-developer-training/android-kotlin-fundamentals-apps/issues/274/labels{/name}',
772 comments_url: 'https://api.github.com/repos/google-developer-training/android-kotlin-fundamentals-apps/issues/274/comments',
773 events_url: 'https://api.github.com/repos/google-developer-training/android-kotlin-fundamentals-apps/issues/274/events',
774 html_url: 'https://github.com/google-developer-training/android-kotlin-fundamentals-apps/issues/274',
775 id: 667875016,
776 node_id: 'MDU6SXNzdWU2Njc4NzUwMTY=',
777 number: 274,
778 title: 'Android Kotlin Fundamentals codelab: ',
779 user: [Object],
780 labels: [],
781 state: 'open',
782 locked: false,
783 assignee: null,
784 assignees: [],
785 milestone: null,
786 comments: 0,
787 created_at: '2020-07-29T14:08:17Z',
788 updated_at: '2020-07-29T14:08:17Z',
789 closed_at: null,
790 author_association: 'NONE',
791 active_lock_reason: null,
792 body: '**Describe the problem**\r\n' +
793 'Missing line in code example on Page ahttps://codelabs.developers.google.com/codelabs/kotlin-android-training-internet-data/index.html?index=..%2F..android-kotlin-fundamentals#5 . The complet
794e **getMarsRealEstateProperties** will have this additional line \r\n' +
795 'var listResult = getPropertiesDeferred.await()\r\n' +
796 '\r\n' +
797 '\r\n' +
798 '// Following details are redundant. \r\n' +
799 '\r\n' +
800 '**In which lesson and step of the codelab can this issue be found?**\r\n' +
801 'Lesson number + step number.\r\n' +
802 '\r\n' +
803 '**How to reproduce?**\r\n' +
804 'What are the exact steps to reproduce the problem?\r\n' +
805 '\r\n' +
806 '**Versions**\r\n' +
807 '1. What version of Android Studio are you using?\r\n' +
808 '2. What API level are you targeting?\r\n' +
809 '\r\n' +
810 '**Additional information**\r\n' +
811 'Add any other context about the problem here.\r\n' +
812 '\r\n' +
813 '**codelab:** android-kotlin-fundamentals\r\n',
814 performed_via_github_app: null,
815 score: 1
816 },
817 {
818 url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/166',
819 repository_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2',
820 labels_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/166/labels{/name}',
821 comments_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/166/comments',
822 events_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/166/events',
823 html_url: 'https://github.com/google-developer-training/android-fundamentals-apps-v2/issues/166',
824 id: 663945054,
825 node_id: 'MDU6SXNzdWU2NjM5NDUwNTQ=',
826 number: 166,
827 title: 'Android Kotlin Fundamentals codelab: ',
828 user: [Object],
829 labels: [],
830 state: 'open',
831 locked: false,
832 assignee: null,
833 assignees: [],
834 milestone: null,
835 comments: 0,
836 created_at: '2020-07-22T17:55:44Z',
837 updated_at: '2020-07-22T17:55:44Z',
838 closed_at: null,
839 author_association: 'NONE',
840 active_lock_reason: null,
841 body: 'The codelab tutorial is not in kotlin',
842 performed_via_github_app: null,
843 score: 1
844 },
845 {
846 url: 'https://api.github.com/repos/OpenSRP/opensrp-client-reporting/issues/102',
847 repository_url: 'https://api.github.com/repos/OpenSRP/opensrp-client-reporting',
848 labels_url: 'https://api.github.com/repos/OpenSRP/opensrp-client-reporting/issues/102/labels{/name}',
849 comments_url: 'https://api.github.com/repos/OpenSRP/opensrp-client-reporting/issues/102/comments',
850 events_url: 'https://api.github.com/repos/OpenSRP/opensrp-client-reporting/issues/102/events',
851 html_url: 'https://github.com/OpenSRP/opensrp-client-reporting/issues/102',
852 id: 660039922,
853 node_id: 'MDU6SXNzdWU2NjAwMzk5MjI=',
854 number: 102,
855 title: 'Rewrite classes in Kotlin',
856 user: [Object],
857 labels: [],
858 state: 'open',
859 locked: false,
860 assignee: [Object],
861 assignees: [Array],
862 milestone: null,
863 comments: 0,
864 created_at: '2020-07-18T09:39:45Z',
865 updated_at: '2020-07-20T20:29:43Z',
866 closed_at: null,
867 author_association: 'CONTRIBUTOR',
868 active_lock_reason: null,
869 body: "Rewriting the classes in Kotlin allows taking advantage of Kotlin's pragmatic & succinct nature to improve on code readability, developer happiness, productivity and enforce learning by d
870oing",
871 performed_via_github_app: null,
872 score: 1
873 },
874 {
875 url: 'https://api.github.com/repos/micronaut-guides/creating-your-first-micronaut-app-kotlin/issues/17',
876 repository_url: 'https://api.github.com/repos/micronaut-guides/creating-your-first-micronaut-app-kotlin',
877 labels_url: 'https://api.github.com/repos/micronaut-guides/creating-your-first-micronaut-app-kotlin/issues/17/labels{/name}',
878 comments_url: 'https://api.github.com/repos/micronaut-guides/creating-your-first-micronaut-app-kotlin/issues/17/comments',
879 events_url: 'https://api.github.com/repos/micronaut-guides/creating-your-first-micronaut-app-kotlin/issues/17/events',
880 html_url: 'https://github.com/micronaut-guides/creating-your-first-micronaut-app-kotlin/issues/17',
881 id: 663707976,
882 node_id: 'MDU6SXNzdWU2NjM3MDc5NzY=',
883 number: 17,
884 title: 'Kotlin, Kapt and IntelliJ',
885 user: [Object],
886 labels: [],
887 state: 'open',
888 locked: false,
889 assignee: null,
890 assignees: [],
891 milestone: null,
892 comments: 1,
893 created_at: '2020-07-22T12:01:42Z',
894 updated_at: '2020-07-29T06:37:22Z',
895 closed_at: null,
896 author_association: 'NONE',
897 active_lock_reason: null,
898 body: 'Hi there,\r\n' +
899 '\r\n' +
900 'Main page: https://guides.micronaut.io/creating-your-first-micronaut-app-kotlin/guide/index.html\r\n' +
901 '\r\n' +
902 'Under this section, there is a screenshot belonging to another example rather than existing one that page.\r\n' +
903 '\r\n' +
904 'Could you describe these steps in detail, please? Thanks.\r\n' +
905 '\r\n' +
906 'IntelliJ is not able to locate my main class.\r\n' +
907 '\r\n' +
908 '\r\n' +
909 'Best regards.',
910 performed_via_github_app: null,
911 score: 1
912 },
913 {
914 url: 'https://api.github.com/repos/vamsii777/ashx1k/issues/7',
915 repository_url: 'https://api.github.com/repos/vamsii777/ashx1k',
916 labels_url: 'https://api.github.com/repos/vamsii777/ashx1k/issues/7/labels{/name}',
917 comments_url: 'https://api.github.com/repos/vamsii777/ashx1k/issues/7/comments',
918 events_url: 'https://api.github.com/repos/vamsii777/ashx1k/issues/7/events',
919 html_url: 'https://github.com/vamsii777/ashx1k/issues/7',
920 id: 663727496,
921 node_id: 'MDU6SXNzdWU2NjM3Mjc0OTY=',
922 number: 7,
923 title: 'kotlin.KotlinNullPointerException in CategoryListActivity',
924 user: [Object],
925 labels: [Array],
926 state: 'open',
927 locked: false,
928 assignee: null,
929 assignees: [],
930 milestone: null,
931 comments: 0,
932 created_at: '2020-07-22T12:34:37Z',
933 updated_at: '2020-07-22T17:22:22Z',
934 closed_at: null,
935 author_association: 'OWNER',
936 active_lock_reason: null,
937 body: '## Error in Ashtrixx\r\n' +
938 '\r\n' +
939 '**kotlin.KotlinNullPointerException** in **CategoryListActivity**\r\n' +
940 '\r\n' +
941 '## Stacktrace\r\n' +
942 '\r\n' +
943 ' TrendingCategoryFragment.kt:212 - com.dewonderstruck.apps.ashx0.ui.category.TrendingCategoryFragment.replaceData\r\n' +
944 ' TrendingCategoryFragment.kt:32 - com.dewonderstruck.apps.ashx0.ui.category.TrendingCategoryFragment.access$replaceData\r\n' +
945 ' TrendingCategoryFragment.kt:167 - com.dewonderstruck.apps.ashx0.ui.category.TrendingCategoryFragment$loadCategory$1.onChanged\r\n' +
946 ' TrendingCategoryFragment.kt:32 - com.dewonderstruck.apps.ashx0.ui.category.TrendingCategoryFragment$loadCategory$1.onChanged\r\n' +
947 ' NetworkBoundResource2.kt:27 - com.dewonderstruck.apps.ashx0.repository.common.NetworkBoundResource2.setValue\r\n' +
948 ' NetworkBoundResource2.kt:21 - com.dewonderstruck.apps.ashx0.repository.common.NetworkBoundResource2.access$setValue\r\n' +
949 ' NetworkBoundResource2.kt:34 - com.dewonderstruck.apps.ashx0.repository.common.NetworkBoundResource2$fetchFromNetwork$1.onChanged\r\n',
950 performed_via_github_app: null,
951 score: 1
952 },
953 {
954 url: 'https://api.github.com/repos/JetBrains/kotless/issues/47',
955 repository_url: 'https://api.github.com/repos/JetBrains/kotless',
956 labels_url: 'https://api.github.com/repos/JetBrains/kotless/issues/47/labels{/name}',
957 comments_url: 'https://api.github.com/repos/JetBrains/kotless/issues/47/comments',
958 events_url: 'https://api.github.com/repos/JetBrains/kotless/issues/47/events',
959 html_url: 'https://github.com/JetBrains/kotless/issues/47',
960 id: 661992897,
961 node_id: 'MDU6SXNzdWU2NjE5OTI4OTc=',
962 number: 47,
963 title: 'Kotlin React integration',
964 user: [Object],
965 labels: [],
966 state: 'open',
967 locked: false,
968 assignee: null,
969 assignees: [],
970 milestone: null,
971 comments: 1,
972 created_at: '2020-07-20T16:06:16Z',
973 updated_at: '2020-07-24T16:56:18Z',
974 closed_at: null,
975 author_association: 'NONE',
976 active_lock_reason: null,
977 body: 'Is it possible to serve a kotlin react app with kotless?\r\n' +
978 '\r\n' +
979 'If so, can you please describe in broad terms what the project setup would look like?\r\n' +
980 "I've checked this [jvm-js-fullstack](https://github.com/kotlin-hands-on/jvm-js-fullstack) project, but I think this is not the way to go in this case, since we're not able to relay calls to a
981n embedded server just for serving the react app.\r\n" +
982 '\r\n' +
983 'Thanks!\r\n',
984 performed_via_github_app: null,
985 score: 1
986 },
987 {
988 url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/165',
989 repository_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2',
990 labels_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/165/labels{/name}',
991 comments_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/165/comments',
992 events_url: 'https://api.github.com/repos/google-developer-training/android-fundamentals-apps-v2/issues/165/events',
993 html_url: 'https://github.com/google-developer-training/android-fundamentals-apps-v2/issues/165',
994 id: 663337721,
995 node_id: 'MDU6SXNzdWU2NjMzMzc3MjE=',
996 number: 165,
997 title: 'Android Kotlin Fundamentals codelab: ',
998 user: [Object],
999 labels: [],
1000 state: 'open',
1001 locked: false,
1002 assignee: null,
1003 assignees: [],
1004 milestone: null,
1005 comments: 0,
1006 created_at: '2020-07-21T22:03:42Z',
1007 updated_at: '2020-07-21T22:03:42Z',
1008 closed_at: null,
1009 author_association: 'NONE',
1010 active_lock_reason: null,
1011 body: '**Describe the problem**\r\n' +
1012 'using "@+id/name_label" instead of "@id/name_label" to constrain an EditText.\r\n' +
1013 '\r\n' +
1014 '**In which lesson and step of the codelab can this issue be found?**\r\n' +
1015 'Android fundamentals 04.2: Input control\r\n' +
1016 'Step 1.2.2\r\n' +
1017 '\r\n' +
1018 '**How to reproduce?**\r\n' +
1019 'What are the exact steps to reproduce the problem?\r\n' +
1020 '\r\n' +
1021 '**Versions**\r\n' +
1022 '1. What version of Android Studio are you using?\r\n' +
1023 '2. What API level are you targeting?\r\n' +
1024 '\r\n' +
1025 '**Additional information**\r\n' +
1026 'Add any other context about the problem here.\r\n' +
1027 '\r\n' +
1028 '**codelab:** android-fundamentals\r\n',
1029 performed_via_github_app: null,
1030 score: 1
1031 },
1032 {
1033 url: 'https://api.github.com/repos/Spotlight-Apps/Ingot/issues/1',
1034 repository_url: 'https://api.github.com/repos/Spotlight-Apps/Ingot',
1035 labels_url: 'https://api.github.com/repos/Spotlight-Apps/Ingot/issues/1/labels{/name}',
1036 comments_url: 'https://api.github.com/repos/Spotlight-Apps/Ingot/issues/1/comments',
1037 events_url: 'https://api.github.com/repos/Spotlight-Apps/Ingot/issues/1/events',
1038 html_url: 'https://github.com/Spotlight-Apps/Ingot/issues/1',
1039 id: 660177875,
1040 node_id: 'MDU6SXNzdWU2NjAxNzc4NzU=',
1041 number: 1,
1042 title: 'Add support for Kotlin',
1043 user: [Object],
1044 labels: [Array],
1045 state: 'open',
1046 locked: false,
1047 assignee: null,
1048 assignees: [],
1049 milestone: null,
1050 comments: 0,
1051 created_at: '2020-07-18T14:21:32Z',
1052 updated_at: '2020-07-18T14:21:51Z',
1053 closed_at: null,
1054 author_association: 'MEMBER',
1055 active_lock_reason: null,
1056 body: "Currently, App doesn't support Kotlin language. Need to add necessary dependencies. ",
1057 performed_via_github_app: null,
1058 score: 1
1059 }
1060 ]
1061}
1062