-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Expected Behavior
_No response_
### Current Behavior
When submitting any cohort query to an n-API v0.4.0
- i…
-
For example:
![image](https://user-images.githubusercontent.com/3679296/115014474-5bea0d00-9e80-11eb-8e4f-d8e24a2a67c3.png)
-
### Have you already checked if a similar item is present on manager-components?
- [X] Yes, I have already checked the existing components/hooks/utils.
### What do you expect from this request?
…
-
-
Grants and Investments
- [x] There's a link in Grants that should be like the design
- [x] There may be descriptions that will be shown by the down arrow key on the left side
- [x] If there's a 'retro…
-
**Harmonized dataset summary report > Text variable summary**
[Not present in mock-up, but make same changes to column names as for other variable types.]
1) Column titles and order should be:
In…
twey2 updated
2 weeks ago
-
I tried this code:
```rust
async fn sum(idx: usize, num: u8) {
let sum = idx + num as usize;
println!("Sum = {}", sum);
}
async fn test() {
let results = futures::future::…
-
Mock up a simple prediction model that can be run with or without PM2.5 data
-
- [ ] Populate the sheets with mock data (and meta data)
- [ ] Design the Practice App.
- [ ] Make sure auto complete is disabled.
- [ ] Make sure that the box does not report misspellings.
-
### What is this issue related to?
Enhancement
### Description
We have decided to refactor our codebase to follow the `repository` pattern. This will improve code modularity, maintainability,…