Tino de Bruijn

Results 22 issues of Tino de Bruijn

Due to TemplateResponses not being re-pickelable: https://code.djangoproject.com/ticket/16326 This is fixed in 1.4, but gives some weird errors before that. Is this fixable or should there just be a warning in...

I'm trying to proxy Postgres and have fabio terminate the TLS. Config: ``` FABIO_proxy_addr: ":80,:443;cs=somo,:5432;proto=tcp;cs=somo" FABIO_proxy_cs: "cs=somo;type=path;cert=/certs" ``` (works fine on https) `route add geodb :5432 http://10.0.0.19:5432/ opts "proto=tcp"` This...

I don't understand why I suddenly have to use the keyboard shortcuts of the host? I think that should be local, and the actions that run from the shortcuts should...

**Describe what happened:** 1. I join a collaborative session 2. The host saves a file 3. I get a popup saying "the host doesn't allow this action" 4. I get...

area: co-editing
area: file-services

I think this should be "94% Used": ![image](https://user-images.githubusercontent.com/99524/42737133-7e7c2444-8870-11e8-814b-d76d09577481.png) I'm also not sure why there is a percentage for "Allocated"? It is 100% - "Used", in which case "Free" would probably...

bug

**Describe the bug** The `rule:python.django.correctness.nontext-field-must-set-null-true.nontext-field-must-set-null-true` triggers false positives when `models` is imported from `django.contrib.gis.db`. **To Reproduce** ```python from django.contrib.gis.db import models class MyModel(models.Model): shape = models.PolygonField(dim=3, srid=4326) grouper_id = models.CharField(max_length=50,...

bug

For some reason the staticfiles finder is doing a lot of work, and ends up eating more than two minutes in the `process_response` method (started profiling at the first line,...

After installing in an Ubuntu 14.04 docker container like so: ``` Dockerfile FROM ubuntu:14.04 RUN apt-get install -y software-properties-common RUN add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl RUN apt-get update && \ apt-get install -y...

enhancement
platform: linux

Running `pip install -r requirements.txt` on a Mac M1, python 3.11.5, pip==23.2.1, results in: ```sh ERROR: Could not find a version that satisfies the requirement torch==2.1.2+cu118 (from versions: 2.0.0, 2.0.1,...

### Describe the bug If I edit two different components in succession, and hit undo, both changes are undone. ### To reproduce Create an app. Add two button. Edit one...

bug