-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version): master
### Current behavior
variables that are never used but are checked in the guard do not emit a warning.
please see in…
-
I'm writing some tests in common_test style for my lfe code. I found the let* behaviour is not consistent with Erlang semantic
```erlang
test_x_y_equal(_) ->
X = 1,
Y = 2,
X = Y. %%…
-
There are two major deficits of the current attributed variable interface predicate `attr_unify_hook/2`:
1. It is called only _after_ the unification has already taken place.
2. In the case of simul…
-
- [x] Introduction
- [x] 1. Hello World
- [x] 1.1. Comments
- [x] 1.2. Formatted print
- [x] 1.2.1. Debug
- [x] 1.2.2. Display
- [x] 1.2.2.1. Testcase: List
- [x] 1.2.3. …
-
* Look into contributing to Rails in a box like Oracle did.
-
## Goal
Provide developers with a method to abort something initiated with `fetch()` in a way that is not overly complicated.
## Previous discussion
- https://github.com/whatwg/fetch/issues/20
- http…
-
If I write the following code,
```
public void DoSomething(string value) {
Console.WriteLine(value.Length);
}
```
I will receive the warning,
> `CA1062`: In externally visible method `void D…
-
hello,
after the new update my audio Wordpress plugin stopped to work completely
-
## Please fill in the following fields:
Unity editor version: 2018.2.17f1
Firebase Unity SDK version: 5.4.4
Additional SDKs you are using (Facebook, AdMob, etc.):
Platform you are using the Unity…