Christian Andersson

Results 8 issues of Christian Andersson

### Are you using `offline()` or `createOffline()` API? offline() ### Store config Please paste your config below. ```js store = createStore( rootReducer, initState, compose(offline(reduxOfflineConf), applyMiddleware(createLogger()) ) ``` where in reduxOfflineConf...

### Are you using `offline()` or `createOffline()` API? offline() ### Store config Please paste your config below. ```js store = createStore( rootReducer, initState, compose(offline(reduxOfflineConf), applyMiddleware(createLogger()) ) ``` where in reduxOfflineConf...

The css/vhunit test sometimes returns false on Chrome v79/Windows 8. After some manual debugging it seems `getComputedStyle` gives `height` to be 0 instead of the expected 10. I can reproduce...

I'm not sure if this is the expected behavior or if I am simply misunderstanding something. The `mq` function is defined as follows in 3.8.0: ``` var mq = (function()...

I am running an express server where I am trying to execute a somewhat complex transaction. I am getting the expected changes in my database, but not the expected output...

needs more info

**Describe the bug** Perhaps not a bug per se, but an unexpected behavior in my opinion. Video stream can get stuck in loading (spinner) state for a very long time...

enhancement

**Describe the bug** Perhaps not a bug per se, but an unexpected behavior in my opinion. Video stream can get stuck in loading (spinner) state for a very long time...

enhancement
player
stale

**Describe the bug** The following error is thrown when running unit tests with Jest: ``` SyntaxError: Unexpected token 'export' > 1 | import {Coord, CoordArray, select, modulo} from 'media-overlay-library'; ```...

bug
overlay