-
Backward compatibility, or not to break existing code, is often put forth as the argument against many a proposal, this issue #40 is a classic instance of this. This issue #72 is also seeing a simila…
-
**TypeScript Version:** 2.6.0-dev.20171011
**Code**
```ts
function countDown(n: number): void {
switch (n) {
// @ts-ignore
case 1:
console.log("1");
…
-
As of right now, this discussion is expected to be _super_ abstract.
Rust is a beautiful language because it is modern and built with common sense. Though it still lacks features that no modern langu…
-
## Rationale
Users should be able to pass `Memory` to methods that take in `IEnumerable` similar to array. Currently, this requires calling ToArray() to copy the contents of the `Memory` into an arra…
-
Haros is installed with `pip install haros` no other actions were taken.
After yaml file was created to scan only one custom package
```yaml
%YAML 1.1
---
packages:
- qr_filtering
```
…
-
### Discussed in https://github.com/melanchall/drywetmidi/discussions/235
The discussion moved to the issue for more convenient conversation. Key moments:
1. For iOS we need an .a file staticall…
-
## Problem
One of the uses of 'readonly' fields is in defining immutable types, types that once constructed cannot be visibly changed in any way. Such types often require significant diligence to im…
-
Hey all,
I did some searching in the OAI repo, and it didn't jump out at me as an existing feature request.
The issues with enum being "non-growable" without making a major semver change for an AP…
-
I'm not sure what this should be called, but I think it's important.
Consider the following code:
```
the-function ->
try
do-something
{true, [""]}
catch e
{false, e}…
-
Written on 02/25/2017 13:28:28
URL: https://appliedgo.net/generics/