Michael Hecht
Michael Hecht
Hi, I have a ACL configured for mosquitto and now try to publish on a blocked topic. While mosquitto displays: ``` 1584022491: Denied PUBLISH from notAllowedClientTopic (d0, q1, r0, m11,...
I have a really difficult problem. I'm using paho-mqtt inside python 3.7 on mosquitto broker at an ubuntu 18.03 system. The program is a bridge between two brokers (which could...
I'm not sure wether this is a bug or a feature, but under Windows it is not possible to stop a running CBC optimization via CTRL-C. It is only possible...
fatal error: qpdf/Constants.h - pip3 install ocrmypdf and pikepdf on ubuntu win10 subsystem failed
Hi, there was a thread with the same problem that is closed meanwhile and did not solve my problem. I try to install ocrmypdf on ubuntu LTS 18.04 subsystem for...
I try to run (because of proxy) following batch file: ``` set APMPATH=C:\Users\... set ATOMPATH=C:\Users\... set PROXY_IP=user:pass@myproxy:myport %APMPATH%\apm config set proxy myproxy:myport %APMPATH%\apm config set http-proxy %PROXY_IP% %APMPATH%\apm config set...
Hi, I'm quite exited about the ease of usage and the "natural" approach to solving PDE's with Gridap. Nevertheless I'm not so familiar with FEM. I played around with Fenics...
Hi, during running a test example I get following error: ``` The sympy.core.compatibility submodule is deprecated. This module was only ever intended for internal use. Some of the functions that...
Hi, I managed to use python-cas on a CAS server with encryption using `verify_ssl_certificate=False`. Setting this to True results in an SSL error `requests.exceptions.SSLError: HTTPSConnectionPool(host='cas.mycasservice.de', port=1234): Max retries exceeded with...
Hi, with the 2.2.1 version I get a read error from an S7 (probably something wrong there). The node shows a yellow light and the info "fehlerhaft" (faulty). On the...
This was already in the issues but nevertheless I face this currently. ``` from icecream import ic a = 3 b = 4 ic(a+b) ``` `ic| Error: Failed to access...