Clinton

Results 10 issues of Clinton

It seems like your plungin isn't browserify compatible. I'm installing using the latest version of npm and browserify, but it seems like your plugin is depending on jQuery being included...

question
js

Compilation fails due to: ``` contracts/FlashLoanReceiverBase.sol:11:50: TypeError: Public state variable has override specified but does not override anything. ILendingPoolAddressesProvider public immutable override ADDRESSES_PROVIDER; ^------^ contracts/FlashLoanReceiverBase.sol:12:33: TypeError: Public state variable has...

# What was done - Update this library to follow [PEP8](https://peps.python.org/pep-0008/). - Update this library to use a linter ([black](https://github.com/psf/black)). - Update this library to use Continuous Integration ([GitHub Actions](https://docs.github.com/en/actions))....

Add support django < 1.5. Taken from django.utils.html.

# Trac ticket number ticket-XXXXX # Branch description Provide a concise overview of the issue or rationale behind the proposed changes. # Checklist - [x] This PR targets the `main`...

# Trac ticket number ticket-35497 # Branch description `message.sanitize_address` and `message.forbid_multi_line_headers` now generate headers with line lengths up to the maximum allowed for address headers. Changed from 78 (`mail.header.Header` default)...

#548 Add support for additional db connect options across all `connect_to_*` adapters.

**Is your feature request related to a problem? Please describe.** Unable to pass parameters to databases via `connect_to_` (ie: `psycopg2`->`postgres` `connection_timeout`) **Describe the solution you'd like** Add support for all...

We added `pyright` in 3.0.3 (see: https://github.com/pallets/flask/pull/5457), but `mypy` is still being used for type checking https://github.com/pallets/flask/blob/main/tox.ini#L29-L32, and `pyright` is not. If this was an intentional change of type checkers,...

Fixes https://github.com/sanic-org/sanic/issues/2985 the `finally` block in `mixins.serve` references a variable that is only defined in the `try` block. This results in a `UnboundLocalError` within the `finally` block.