Gary van der Merwe

Results 16 issues of Gary van der Merwe

### Describe the use case Postgress allows for creating [GIST indexes with opperators](https://www.postgresql.org/docs/current/gist-builtin-opclasses.html), such as inet_ops: CREATE INDEX ON my_table USING GIST (my_inet_column inet_ops); I would like to make sqlalchemy...

postgresql
reflection
use case

## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2021.12.17** - [x] I've checked that all provided URLs are...

site-support-request

`bootchartd -h` says "See the installed README and bootchartd.conf.example for more information." But README is not installed by `make install` Please make `make install` install README.

When I run `Gdk.Display.get_default()` I get a `TypeError: metaclass conflict`: ``` >>> from pgi.repository import Gdk >>> Gdk.Display.get_default() Traceback (most recent call last): File "", line 1, in File "",...

bug

Took me quite a bit of time to realize I can do `Point + Vector`. I think I have looked at all the documentations, but could not find anything that...