Paul Brown

Results 33 comments of Paul Brown

Flask-admin has been moved to: https://github.com/flask-admin/flask-admin/ Please create the issue (and add more details) there.

Flask-admin has been moved to: https://github.com/flask-admin/flask-admin/ Please create the issue there.

I was unable to reproduce this issue with [this example using redis-py](https://github.com/pawl/celery_pyamqp_memory_leak/tree/test_inspect_leak_redis) and [this example using py-amqp](https://github.com/pawl/celery_pyamqp_memory_leak/tree/test_inspect_leak). I'm using what's currently on the celery [master branch](https://github.com/celery/celery/tree/527458d8d419cb41b74c5b05aaa8ddf957704f84). Do I need to...

I let the example in my [previous comment](https://github.com/celery/celery/issues/6009#issuecomment-1001088272) run for a few hours, and I do see a minor leak now: ``` celery-stats_1 | Top 10 lines celery-stats_1 | #1:...

Fixing this should also fix: https://github.com/prusajr/PrusaMendel/issues/39

I do have a note about that: > This is a tough comparison to make because the Pi CPU cores are only 1.5GHz per core. However, the comparison gets even...

This code should fix the x-idler: ``` translate(v = [18.5, -21.5, 25.3]) cube(size = [20.5,7,4.4], center = true); translate(v = [20, 12.5-support_beam_offset, 25.3]) cube(size = [20,5,4.4], center = true); translate(v...

@cappe This isn't necessary anymore since the project was switched away from using `wg-easy` (to using `wireguard-ui`)?

Are you also seeing errors like this in `journalctl -f` of your host?: ``` Dec 23 20:59:01 instance-1 kernel: IPv4: martian source 172.20.0.2 from , on dev eth0 Dec 23...

Also need to make sure you check and make sure your client is on the same network as the server. In my case I had a static IP on my...