Oliver Bienert

Results 10 issues of Oliver Bienert

Hello, The function `rq/handle_exception` does not get called to walk the exception handler stack. This is what I see just after the job crashes: ``` terminate called after throwing an...

Hi, I setup redux-idle-monitor as described in the readme. When running it, the above error appears in the console. With developer tools I digged into this: ``` var delay =...

I successfully built python-mapnik using the mason build, according to instructions. However, pycairo test fails as already mentioned in #168. I am able to create svg as long as I...

Hello, I'm trying to build python-mapnik with `export MASON_BUILD=true` and then `PYCAIRO=true python setup.py install`. However, the build fails with: ``` Missing boost_python boost library, try to add its name...

Hi, I have the following xml file: ``` water-outline water ``` It renders perfectly: ``` merc = Projection('+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over')...

Hi, we use flask-principal in a small application with blueprints. Authentication has its own blueprint. Apparently at random we have errors like the one below. Did you know that behavior?...

Hello, I might have found a bug. I have the following redux tree: ``` { id: 'landcover_wood', name: 'Landcover Wood', active: false, visible: true, style: { fill: 'rgba(237, 239, 245,...

Validate formdata using json schema validation (e.g. Cerberus) before writing to database.

Ask user whether he/she could at least answer a few questions.

### What happened? Hello, I've successfully set up a reverse proxy configuration on a local Ubuntu 24.04 instance running in a lxd container: ``` DNS_RESOLVERS=8.8.8.8 8.8.4.4 HTTP_PORT=80 HTTPS_PORT=443 API_LISTEN_IP=127.0.0.1 SERVER_NAME=portal2.lxd...

bug