Results 953 comments of Thomas Grainger

Sure, fyi I got the list from https://github.com/acdlite/recompose/blob/master/docs/API.md#setobservableconfig

My thoughts is to get recompose to use any-observable

> cc @zsol we should probably configure pytest to not error out on warnings when running under mypy_primer since it'd be pointless busywork and noise for them. Does mypy_primer run...

@shivamdurgbuns simplist fix is to append the relevant ignore to filterwarnings https://github.com/psf/black/blob/main/pyproject.toml#L51 You can also use a try/catch to see if the deprecated attribute is still present and then note...

Seems like https://github.com/psf/black/issues/3081 should be ignored in the AST already?

@ambv can we re-open this? it looks like it wasn't addressed as part of https://github.com/psf/black/issues/144#issuecomment-628137144

I think black should emit an internal error if it emits a `,)` outside a tuple, or a `,]` or `,}`

see: https://github.com/loganfsmyth/babel-plugin-transform-builtin-extend/issues/8

Adding a Static Quicklist entry is very easy, all you need is to add some support to the desktop file. This is based on the libindicator desktop shortcuts. Here is...

[…] X-Ayatana-Desktop-Shortcuts=Screen;Window [Screen Shortcut Group] Name=Take a screenshot of the whole screen Exec=gnome-screenshot TargetEnvironment=Unity [Window Shortcut Group] Name=Take a screenshot of the current window Exec=gnome-screenshot -w TargetEnvironment=Unity