Charles Soetan

Results 7 issues of Charles Soetan

I'm using a custom redis db for rq. rq-dashboard fails to show data from this. I've tried the following configurations ``` RQ_DASHBOARD_REDIS_URL=redis://localhost:6379 RQ_DASHBOARD_REDIS_DB=2 ``` and ``` RQ_DASHBOARD_REDIS_URL=redis://localhost:6379/2 ``` with no...

I can't get this library to integrate with the `remix.run` React framework. The first error I got was ```sh ReferenceError: Can't find variable: global # from custom-event/index.js ``` I patched...

I get this error when running the container. My application fails to start. I guessed it was greenlet, so I reverted back to version 0.4.17, but still the same issue....

Is it possible to use with a no sql db like MongoDB. I noticed it is tightly coupled with gorm which dos not support this.

@geof90 Using this in my root saga ``` js yield spawn(codePushSaga, { syncOnResume: false }); ``` The following issue shows up sometime on startup since I added this. Anyway to...

@mgonto how do I update the default request params after a login, without reloading the page? I'm authorizing via username and password, but on receipt of the session access token,...

- VS Code Version: 1.37.1 - OS Version: 10.14.6 - Code Runner Version: 0.9.14 **Describe the bug** Fails to recognize imports when using go modules **To Reproduce** Steps to reproduce...