-
### Describe the project you are working on
A rhythm game, though more importantly a project where it makes sense for certain functions to return multiple values.
### Describe the problem or limit…
-
Today, we can take advantage of parameter properties to reduce the boilerplate, e.g:
``` typescript
class Person {
constructor(public firstName: string, public lastName: number, public age: num…
-
Once a dispute is concluded and an offence is submitted with `DisableStrategy::Always`, a validator will be added to `DisabledValidators` list.
Implement on-chain and off-chain logic to ignore disp…
-
It seems that right now there isn't a convenient way to pass mutable state outside of the component or hook, i.e. return it, pass it to a function or pass it to children.
The only way to get the sett…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Given
``` typescript
class Example {
}
```
The current type of `Example.constructor` is `Function`, but I feel that it should be `typeof Example` instead. The use case for this is as follows:
I'd l…
-
I have an interesting issue; this is related to #157 but not exactly the same
I am using a dual stack cluster and my IPv6 addresses for metallb come from a dynamic /56 allocation that my ISP gives…
-
It's just an idea, but it'll be very convenient if we'll able to switch classes on body element like this:
```html
```
-
* **Node Version**:
```
Uh-oh:~ mobile% node --version
v14.13.1
Uh-oh:~ mobile% npm --version
6.14.8
```
* **Platform**:
```
Uh-oh:~ mobile% uname -a
Darwin Uh-oh 20.2.0 Darwin Kernel V…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…