Andy
Andy
#### I get these messages with `manage.py runserver` running trunk (1.3 beta 1 SVN-15564): C:\django\Lib\site-packages\django\db\models\fields\subclassing.py:80: DeprecationWarning: A Field class whose get_db_prep_lookup method hasn't been updated to take `connection` and `prepared`...
I currently have a nicely formatted signature that I use for my e-mails that gets reformatted according to Markdown syntax. Would it be possible to have that added to the...
`:!taskkill.exe /f /im vim.exe`
Hi, First of all, congratulation on this fantastic work. I honestly believe the pros at NBA are going to check these charts out quite a bit. You can get _a...
[Since 0.13](https://github.com/maciejhirsz/logos/releases/tag/v0.13), Logos no longer requires the `#[error]` variant, yet the example in the tutorial still uses it: https://github.com/lalrpop/lalrpop/blob/0b244afd19f6da8f5c095e8c780a48f80abe21bf/doc/src/lexer_tutorial/005_external_lib.md?plain=1#L94-L100
[This guide](http://integricho.github.io/2013/07/22/mutant-introduction/) referenced in the README returns a 404
See https://github.com/martsberger/django-sql-utils/blob/88cf3a6ea513aacebd5bec616599938e77fd8e0a/sql_util/aggregates.py#L161-L168 This makes the `ordering` argument in [`ArrayAgg`](https://github.com/django/django/blob/335c9c94acf263901fb023404408880245b0c4b4/django/contrib/postgres/aggregates/general.py#L13) impossible to use. Ditto for any custom `Aggregation` a user may want to write
This PR adds a few more common mouse interaction cursors to `interaction.rs`, namely: - Resizing diagonally in both directions (pick the right name is probably the hardest part here) -...
This PR lets `canvas::Program` access the `Clipboard`. My specific use case is an interactive canvas board with shapes where I can cut, copy and paste shapes around.