Neville

Results 10 comments of Neville

I have tried the same sequence of commands, albeit with 3.8.0, but it works alright. Maybe there is an issue with your venv/python path? Details ```sh $ python --version Python...

The two helper methods have greatly simplified auth for me (I am using SvelteKit). Assuming the naming of the cookie is _transparent_ to the user, isn't there a need for...

Oh thanks, that makes sense. I was manually clearing the cookie.

Thanks for the clarification. I went for the first approach—the POST endpoint (so now they're called actions huh : D). On Fri, Aug 26, 2022 at 9:24 PM Gani Georgiev...

> Let's find out the ghost by reducing this part: > RUN set -eux; \ apk add --no-cache --virtual build-dependencies wget unzip gnupg; \ apk add --no-cache git python3 py-pip...

Fixed with ```css svg.frappe-chart { overflow: visible; } ```

Thank you! I must've not taken enough time to read help. Just checked `dotenv --help`. `dotenv list --help` would have clarified this (unless it's new). ``` $ dotenv --help Usage:...

Related to #37. In this case the spec changed between RFC 2445 and RFC 5545. > If specified as a date-time value, then it MUST be specified in an UTC...

> as the cookie is only similar to that and not exact What does this mean? For a given request (domain, path, etc...), there are zero or more *active* cookies...