djeeg

Results 12 issues of djeeg

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? https://codesandbox.io/s/46ozq77v7 Type "test" or "fail" in Company, then submit ### What is...

Hey @sars, this async project works really well, easy to understand and integrate, especially the new deferred vs not-deferred logic Thought I'd report this slight issue First point to note,...

I have a store setup like this ``` const store = createStore( rootReducer, initialState, compose( applyMiddleware( routerMiddleware(history), thunkMiddleware, simpleLoggerMiddleware ) ) ) ``` And a custom logging middleware (not the...

Say I have routes setup like this: ``` RootLayoutComponent --/ ----HomeViewComponent ------AHomeComponent --/subpage ----SubpageViewComponent ------asyncConnect(ASubpageComponent) ``` /subpage server renders correctly however / only returns tags (ie no server rendering) the...

Please add "mount" here https://github.com/rundeck-plugins/docker/blob/master/docker-container/contents/run-image#L34 (not sure if you accept contributions) https://docs.docker.com/storage/bind-mounts/ > Originally, the -v or --volume flag was used for standalone containers and the --mount flag was used...

Hi, trying out the new release, previously I had something like this ``` rabbot.request('message', {}) .progress() .then() ``` Now upgrading to this as per https://github.com/arobson/rabbot/blob/master/docs/publishing.md#expecting-a-stream ``` rabbot.request('message', {}, reply =>...

Hi, I'm trying to use both immutable state and nested persists (for code splitting) https://github.com/rt2zz/redux-persist#nested-persists https://github.com/rt2zz/redux-persist-transform-immutable Config looks like this: ``` const rootPersistConfig = { key: 'root', storage: storage, whitelist:...

On a fresh 17.12.0 swarm I have found editions_logger not writing logs. Couple of other related issues: https://forums.docker.com/t/log-files-are-not-generated-in-azure-storage-account/45103 https://forums.docker.com/t/no-logs-are-showing-in-the-log-storage-account/42266 My investigation below: Container is running > $ docker ps |...

status/1-acknowledged

Hopefully im not jumping the gun here, 18.03 looks live on the releases page, and the template went active today (https://download.docker.com/azure/stable/18.03.0/Docker.tmpl) ### Expected behavior Upgrade starts ### Actual behavior ```...

kind/bug
status/1-acknowledged