Hans Li
Hans Li
@tomgrossman thats a great idea, I could work on that feature
@jcarrillo7 thanks for the feedback, I could do a refactor to move basePath to session
whops, that's a good point. I will make it configurable once i've got some time~ Most likely release with other cool features with 1.1
i'm afraid the ordering is not supported by bulljs https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queuegetjobs however if it makes sense, it's possible to sort it in the frontend only. for page number selector, i think...
hmm that will be great @jadkins89~
Hi @lricoy, thanks for being interested in this project. Adding a job will be a really nice feature, let me look into it soon~ Meanwhile, feel free to open pull...
@tdumitrescu can do a round of deps update for the params work?
i usually just do this ``` import {Mixpanel} from 'mixpanel-react-native'; import {token as MixpanelToken} from './app.json'; export const mixpanel = new Mixpanel(MixpanelToken); mixpanel.init(); mixpanel.setLoggingEnabled(true); ```
any updates on this issue? Hit the same issue here WRT the socket disconnection.
for us, after upgrading the the canary version, all test pass even though they should be failing. also we are trying todo some individual retries to deflake test runs. We...