-
I have a set up that looks kind of like the following:
```
import configureStore from 'redux-mock-store';
import thunk from 'redux-thunk';
const middlewares = [thunk];
const mockStore = …
-
From mstem
https://blogs.microsoft.com/newyork/2017/07/06/julys-civic-tech-events/
-
WCM faculty are likely to co-author papers with people from certain institutions, e.g., Hospital for Special Surgery. We should score candidate articles more highly when any author has one of these af…
-
Suggestion: for ease of implementation at local components.
Using css-modules, and have used classnames at higher level for default/app-wide css, which exports a method called classNames (already bou…
-
- pan up so the view is entirely sky/space
- reload the page to restart Cesium
- pan down
-
also back on the list :(
Match found in list.41.hosts.ubuntu101.co.za.domains:
newyork.cbslocal.com
-
Currently there is `by-date` and `by-folder`, which take a whole collection and create nested albums to represent them. You can only choose one or the other.
It would be nice to have the concept of…
-
@heifner
### Question
I found some repeated transaction_traces in db by mongo-plugin, and they had the same trx_id.
### Hint
#### 1. Strange log
docker log
```
{"log":"2018-09-13T16:17:04.93…
-
It would be nice to have a constructor based on country ISO2 codes e.g. PL = Poland, FR = France etc.
This should be fairly easy for countries with no state, county specific holidays.
For USA it c…
swidz updated
6 years ago
-
I'm encountering an issue (either on jest or in the redux-mock-store) which forces test to not be isolated between calls.
I've created a sample project to illustrate the issue. This is the test co…