Paul Eipper

Results 28 issues of Paul Eipper

Allow code to raise an exception that is interpreted and rendered as a message response, freeing handlers from the need to error handle every method call.

An extra property to get only the url scheme e netloc parts from the request url, useful when mapping to other urls within the same domain in the handlers.

BCrypt uses only up to 72 chars of the password for its hash, so longer passwords are effectively truncated. precedent: > BCrypt effectively limits password length > https://code.djangoproject.com/ticket/20138

Allow easy support for [Cross-Origin Resource Sharing](http://www.w3.org/TR/cors/) requests by simply returning a list of hosts on the `cors_allow_origin` method.

Running the benchmarks added in https://github.com/schematics/schematics/pull/392 I was able to identify memory and initialization time regression for the library with the introduction of the `net.py` types. To mitigate that the...

Currently rotating the device has some delay and offset on the displayed views, using the combined gyro+accelerometer information could create a more fluid behaviour. The CMDeviceMotion provides a high-level API...

feature request
AR Toolkit

I am trying to run it on a MacBook Air M1. After installing and trying to run, I get the error: ``` | /opt/homebrew/anaconda3/envs/audiogpt/lib/python3.8/site-packages/torch/cuda/__init__.py:211 in │ │ _lazy_init │ │...

Steps to reproduce: 1. create virtualenv in runner directory: `python3.10 -m venv py310/` 1. setup custom python path in RWKV-Runner: `./py310/bin/python` 1. try to run a model and see message...

I just upgraded using homebrew and it broke my wallet installation because now it needs macOS 13 it seems: What are the specific new feature requirements that necessitate an OS...

I am building the library on a 64bit architecture where `intptr_t` and `size_t` are `long` and there are tons of warnings because of the `int` pointer arithmetic used throughout the...