-
# 🚀 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…
-
#include
using namespace std;
int main()
{
for(int i = 1; i
-
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 …
-
TS Mock doesn't use imported interfaces.
For example:
```typescript
import {Bar,Fizz} from './'
interface Foo {
bar: Bar,
fizz: Fizz
}
```
returns:
```
{
"Foo": {
bar: {},
…
-
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…
-
Assalomu alaykum yaxshimisiz Humoyun men ko'rib chiqdim bir muamoga duch keldim raqamni topolmadim 😂🤣
-
Hello @KhushbooGoel01 can you assign this issue to me?
-
The title explains my issue pretty well
-
什么是继承?
**子类继承父类的所有`方法`和`属性`,即子类能够拥有父类的所有`属性`和`方法`**
```js
function BOOM(name, age) {
this.name = name;
this.age = age;
return this;
}
BOOM.prototype.say = function() {
c…