Nathaniel Sabanski

Results 44 issues of Nathaniel Sabanski

``` rm -vfr $(SHRDIR) || true ``` This removes /usr/local/share when running make uninstall. Very bad for the uninstaller to do this, it is a standard directory and may mess...

Common use case: Retrieve POST data sent by an HTML login `` to validate within `AuthenticationBackend` middleware. - Passing usernames / passwords over GET with passwords visible in the URL...

help wanted
authentication

## Issue / Use Case I frequently switch sudo on/off for my task scripts. This currently works flawlessly using `config.SUDO = True` and `config.SUDO = False` I pre-fill `config.USE_SUDO_PASSWORD`. Great...

So I've noticed Thumbor has https://github.com/theatlantic/thumbor-video-engine Was wondering if @cshum has any thoughts on this, or if there is any ongoing effort to add ffmpeg as a backend (or something...

enhancement
help wanted

`mogrify()` is slang and not intuitive. Please consider renaming this to something more self-documenting like `execute_preview()` or `query_preview()` or `preview()` "Returns the exact string that is sent to the database...

enhancement
docs
pymysql
pymysql-blocked

Is there any way for hyperscript's error trace to report the line number? 1cg mentioned: > I believe we keep the line number of tokens around, we should be able...

_Feel free to convert this into a Github Discussion._ Hello, you may be stumbling upon this thinking "why isn't the ES Module the main form of distribution for hyperscript?" I...

Hello! This is an amazing project, good job. Whenever I try to do this I get `Error: undeclared identifier: 'def'` Is this possible to define these outside of `tonim:` given...

# Use case Hotwire recently added a similar feature. Would make available some intuitive low-code patterns in htmx. If `hx-trigger="submit[action()]"` supported async calls, we could "pause" the event, do something,...

So this issue is currently solvable, but the user experience around it sucks. ### Issue This involves requests to external 3rd party API's. htmx works wonderfully with 3rd party API's,...