-
Hi guys,
Great project! I have been looking at it from afar. Super cool stuff.
Would you be cool if meetup.com/NYHAIS forks this and tries to port it to react-native for COVID-19?
Thanks,
Anth…
-
I intend to participate again this year.
If you are wondering why I used the word "again" in the previous sentence, it may help to understand that the account I was using last year has since been con…
-
The v3 UI relies heavily on preset icons and works best when all icons are differentiable. Because of this, we should find or design new icons for presets where the icon is reused wherever possible.
…
-
Hi everyone!
So the 5th and 6th November we will have to present some features of our Tower Defence. Last class the prof gave us some insights into what is required for this presentation. I wrote the …
ghost updated
10 years ago
-
As you've no doubt seen, I have not been able to work on this project for awhile. I apologize to all of you who have been impacted by issues that haven't been resolved. Moving forward, I'm committed t…
-
I am a new user and am finding it tough to figure out all of the rules. The main issue is knowing which containers that controls need to be in. I can always look at the wx website to find out more, …
-
Currently we only show the ASN, but we don't show the network name as this is not being exposed via the OONI API or submitted as part of the measurement.
This ticket is about extending OONI Explore…
-
There should be a processor option for defining the default collection mapping strategy in a global manner.
Alternatively, we could get rid of `defaultComponentModel` and `unmappedTargetPolicy` and r…
-
I find it somehow weird when co modules mix generator style with callback style. What do you think about this api?
``` js
var r = yield runner({ baseConfig: '...', browsers: '...', local: true });
va…
-
## Problem
Right now if you have the following schema with Json field:
```prisma
model User {
id Int @default(autoincrement()) @id
name String?
extendedProfile …