Lincoln Swaine-Moore

Results 6 issues of Lincoln Swaine-Moore

Cookies have a `domain` property (https://github.com/pallets/werkzeug/blob/71cf9902012338f8ee98338fa7bba50572606637/src/werkzeug/test.py#L824), and EnvironBuilder produces an environ with `HTTPS_HOST` set based on request header values (https://github.com/pallets/werkzeug/blob/71cf9902012338f8ee98338fa7bba50572606637/src/werkzeug/test.py#L721), but in `_TestCookieJar.inject_wsgi`, all cookies are applied, independent of their...

I suspect, based on a reading of the source code, that there may be a documentation mistake in the [section](https://flask-caching.readthedocs.io/en/latest/#memoization) on `memoize`. It says > Memoize is also designed for...

This is an awesome plugin. I'd like to create an iOS shortcut to open the mobile app and go directly to the recording interface. I think the easiest way to...

help wanted

Hi--the parsing of the `dist` folder here: https://github.com/abilian/flask-vite/blob/25357ee0e4bde73c31b9b96526cbdee4f87d9eb7/src/flask_vite/tags.py#L25 (just taking the first found css/js files) wasn't cutting it for my purposes, because it was picking the wrong one, preventing my...

Hi--I've got a boxplot I want to show all options of a category array on, regardless of whether data is present. For the purposes of demonstration, let's consider the categories...

bug
P3

Hello! I'm trying to customize the hover behavior of a box plot, and it doesn't seem to be working in the way I'd expect. Reproduction of the issue here: https://codepen.io/lswainemoore/pen/MYgJQJp...

bug
P3