Simon Nilsson

Results 11 comments of Simon Nilsson

Hi @bwobbones, it was the styling that didn't work. Your problem seems to be something else.

Would be great if this could be fixed so one can update sinon.

Hello Andrew, thanks for your response. Setting the **yType='log'** did not work very well for me, it broke the rendering of the chart. I did however manage to get what...

The **[sessionPresentFlag](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718035)** should be available since version 3.1.1. And it is possible for broker to lose the persistent session, in that case you would want the client to automatically resubscribe....

Installing **expo-barcode-scanner** (without actually using it anywhere) alongside expo-camera seems to make it work. I have no idea why though as the documentation doesn't state anywhere that this is a...

Hi @ybrusentsov, can this be merged please?

Having the same issue. Pulse version: 1.6.7 Node.js version: 22.x LTS MongoDB version: 5.0 MongoDB Node driver: 6.12.0 Pulse initialized with: ```js const pulse = new Pulse({ db: { address:...

The code for **resumeOnRestart** checks for if **lockedAt** exists. On all my Jobs lockedAt has been set to `null`, leading to all jobs being returned by the query and having...

Hi @electro-logic, I see how this can be useful, unfortunately I don't have any active apps that have any available crash reports, so even if I was able to reverse...