-
Before string based enums, many would fall back to objects. Using objects also allows extending of types. For example:
```ts
const BasicEvents = {
Start: "Start",
Finish: "Finish"
};
c…
-
You have an ideology called "Stalinism/Maoism," I didn't get this, I saw it online. "Stalinism" as an ideology doesn't exist and is merely Marxism-Leninism, also Marxism-Leninism isn't nationalist and…
-
the name is falling into the stereotype that cleaning is for women.
That is not true, and we should stop promoting it.
As much as I like the plugin! The name seems inappropriate.
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
This is in reference to the notebook [Binary Classification with the UCI Credit-card Default Dataset](https://github.com/fairlearn/fairlearn/blob/master/notebooks/Binary%20Classification%20with%20the%…
-
I thought we had an issue for this but apparently not.
Customer Relationship Management (CRM) / Member Relationship Management (MRM) systems are diverse and contentious. Some spaces write their own w…
-
**Problem**:
As discussed offline with @colinmegill and @metasoarous , under-resourced minorities have very little time to participat so are under-represented and/or have to rely on other relaying th…
-
Adding concepts from the [extension of AIRO for AI bias](https://github.com/drd00/msc-dissertation-files/blob/master/main.ttl) developed by @drd00
-
This is an umbrella issue, intended to gather examples of common problems, mistakes and misunderstandings when using the proxy-based reactivity system. The objective is to gather source material that …
-
## Steps to Reproduce
1. Create CustomScrollview
2. use center: _globalKey and in slivers: [.... , SliverPersistentHeader(key: _globalKey,....) ] to center this header
3. put CupertinoSliver…