Mark Bakhit
Mark Bakhit
Right now I'm leaning towards keeping the whitenoise-style name within the repository long-term, but have it be an undocumented alias for a more logical name.
I wonder if bun maintainers could chime in on whether `oxc-transform` or `tsc --emitDeclarationOnly` could be shoehorned into a `--type-declarations` flag for the `build` command until something custom is developed...
Something notable is I don't believe this is related to versioning, because if I refresh the web page it proceeds to break again. More accurately, anytime that pyodide is loaded...
Thanks for the quick turnaround. I'll bump the pyscript version in `ReactPy` shortly.
I haven't take a peek at your CI, but you could always have a live server test case using Python Playwright that handles the "manual refresh" nature of these tests....
Yeah. As a note, Hatch utilizes UV under the hood.
Rewrote the description on this to give the Copilot Agent some more context. On that note, I'm not sure if the agent has the ability to search through files in...
Blocked on #483
@jerinpetergeorge Can you update the hint to also suggest changing [`location`](https://github.com/jazzband/django-dbbackup/issues/479#issuecomment-1522683303)? Maybe adding another sentence like `Did you mean to change DBBACKUP_STORAGE_OPTIONS['location']?` I'm not sure if there's an equivalent for...
It seems this issue was caused by the [undocumented change](https://github.com/Archmonger/django-dbbackup/pull/339) in the default PostgreSQL connector (`PgDumpConnector` to `PgDumpBinaryConnector`). `PgDumpBinaryConnector` is a better connector, however, it cannot restore raw `*.psql` files....