-
https://github.com/Kotlin/KEEP/blob/master/proposals/scripting-support.md
replaces https://github.com/Kotlin/KEEP/blob/master/proposals/script-definition-template.md
ligee updated
9 months ago
-
First thing, this may be a totally inappropriate place to discuss this. If so, please feel free to tell me so, and direct me to a more appropriate forum for discussion. Please don't ask me to discuss …
-
# Issue Metrics
| Metric | Value |
| --- | ---: |
| Average time to first response | 21:55:49.743396 |
| Average time to close | 1 day, 19:09:07.900000 |
| Number of items that remain open | 107 |
| …
-
-
# Issue Metrics
| Metric | Value |
| --- | ---: |
| Average time to first response | 9 days, 6:21:32.200000 |
| Average time to close | 30 days, 0:44:26.801170 |
| Number of items that remain open | …
-
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 5 days, 3:33:36 | 1:00:43 | 10 days, 14:24:49 |
| Time to close | 7 days, 13:15:1…
-
# Issue Metrics
| Metric | Value |
| --- | ---: |
| Average time to first response | 3 days, 14:12:14.579365 |
| Average time to close | 6 days, 19:16:25.885965 |
| Number of items that remain open |…
-
Questions for Stuart Russell, inspired by the week's readings:
- Stuart Russell, “Human-Compatible Artificial Intelligence.”
- Stuart Russell, "Many Experts Say We Shouldn't Worry About Superintelli…
-
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 1 day, 8:46:41 | 0:49:54 | 3 days, 19:59:40 |
| Time to close | 1 day, 5:56:51 | …
-
While System.Array API supports LongLength and operator this[long i], the CLR does not allow arrays to be allocated with more than 2^31-1 elements (int.MaxValue).
This limitation has become a daily…