-
here is a real-life scenario that made me very confused
```
listOf(1, 2, "fizz", 4, "buzz") shouldEqual listOf(1, 2, "fizz", 4, "buzz") //ok
listOf(1, 2, "fizz", 4, "buzz") shouldEqual listOf("1",…
-
The Core pretty printer is a bit savage:
- inappropriate soft breaks
- some functions have two annotations (arguments and return type), others don't
- bad alignment
e.g.
```
Streams:
conv$2 …
-
Hello @KhushbooGoel01 can you assign this issue to me?
-
The following code generates *Object variable reference is auto-instantiated* inspections for `fizz` and `buzz` but not for `foo` and `bar`
```vb
Option Explicit
Private foo(10) As New Class2
…
-
## Description
반복문과 조건문으로 fizzbuzz를 구현하겠습니다.
## Tasks
- [x] fizz, buzz
- [x] fizzbuzz
## Reference
-
Você deverá exibir uma lista de 1 a 100, um em cada linha, com as seguintes exceções:
- Números divisíveis por 3 deve aparecer como 'Fizz' ao invés do número;
- Números divisíveis por 5 devem apar…
-
# 🚀 Feature Request
Currently when loading multiple configs from a config group, a top-level list in the config files is not composed in a useful way.
## Motivation
When you have a list of po…
-
Should we update our examples to latest version of xstate
or specify the reader that version of xstate being used is of V3.3.x.
```
Fizz
4
Buzz
Fizz
7
Fizz
Buzz
11
Fizz
13
FizzBuzz
16…
-
Isolated test case as requested in https://github.com/avajs/ava/issues/1521
If you append an item to an array and diff:
```js
var concordance = require('concordance');
const orig = [
'foo',…
-
### 🔎 Search Terms
type predicate error 2677
union of arrays type predicate
array filter result
infer return type from constraint
One error noted in this bug report (2345 on the rhs of `a1` i…