Chris Maes

Results 13 comments of Chris Maes

Hello, this is really a drawback for the paho-mqtt library compared to other libraries. We now have no way to guarantee that we will not lose any message. The solution...

I had just made the exact same pull-request (https://github.com/mongo-express/mongo-express-docker/pull/47)... why is this not being merged? Because there are no more releases for mongo-express?

Since the next version to be released is 1.0.0 (if it ever comes out), it might be the moment to also stop setting ME_CONFIG_MONGODB_SERVER="mongo". That default setting makes less sense...

maybe an important note: all other commands are prefixed with my library name, only this one is prefixed with the name of the JenkinsFile that I loaded with `loadScript` ```...

This will be rather complicated to give a simple reproducible case... the indentation changed several times on my pc and also between my pc and jenkins build nodes; but it...

I have since left that company so I can no longer reproduce this. The indendation was the same each time on the same host. One host was an opensuse15.0, the...

This is caused by https://github.com/simple-salesforce/simple-salesforce/pull/507

It turns out the (test) instance we were authenticating against was completely reset, so probably the login didn't exist anymore. That's all I can tell for now. I'll have to...

after limiting to salesforce < 1.12, this is the error I get now: ``` Traceback (most recent call last): , File "/source/mobile_expense/main.py", line 86, in export_wbs() , File "/source/mobile_expense/main.py", line...

Hello Robin, unfortunately running python build.py build_py --verbose fails with other errors (probably I'll need to solve these too later...) /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lwx_gtk3u_core-3.1 /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lwx_baseu_net-3.1 /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot...