Israel Brewster

Results 13 issues of Israel Brewster

How does this library handle multi-valued fields? For example, if the input form allows for the entry of an arbitrary number of "people", each of which has a field `height`,...

Is there a way to add the vector-effect style option to generated SVG images? I need to add vector-effect=non-scaling-stroke to all the paths in the SVG map generated by mapshaper,...

# Checklist * [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+) for similar or identical feature requests. * [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3A%22PR+Type%3A+Feature%22+) for existing proposed implementations of...

Issue Type: Feature Request
Status: Design Decision Needed ✘

#### Code Sample, a minimal, complete, and verifiable piece of code Sample data file to use with this code sample: [test_data.pickle.zip](https://github.com/pytroll/pyresample/files/3418513/test_data.pickle.zip) ```python import numpy import pyresample import pickle if __name__...

Fixes the "Scopes must be set on post auth" error when trying to request the authorization endpoint without specifying the "scope" parameter, as allowed in the OAuth RFC.

**Description of the problem** When calling Figure.plot, you can specify a custom symbol by specifying the symbol with a k followed by the custom symbol name/file, such as `kvolcano/16p`. However,...

bug
upstream

### Short description When zooming out on a plot with x and y limits, the lockAspect option can be violated at extreme zoom levels. ### Code to reproduce ```python import...

bug
ViewBox

When attempting to install bjoern on my apple silicon M1 mac using `pip install bjoern` the build fails with a number of "Architecture not supported" errors (see full output below)....

Calling `fastwsgi.run` should block the main thread, but release the GIL, allowing other threads to run (I/O wait). However, the observed behavior is that all threads are blocked, implying the...

I generally prefer to have my web apps listen on a unix socket such as /var/run/my_app.sock instead of a TCP port so I don't have to try to keep track...

enhancement