Hannes Landeholm
Hannes Landeholm
**Describe the bug** The xorg config is invalid on my system. To get optimus-manager to work I need to patch pci.py: bus_id = "PCI:" + ":".join( str(int(field, 16)) for field...
**Describe the bug** I have two Nvidia GPUs. Sometimes I have my Nvidia eGPU connected. I am using optimus-manager to switch between my eGPU and internal GPU. However, when I...
Postgres supports adding elements to enumerations now. An enumeration can be incrementally updated through this syntax: alter type enum_type_name add value 'x' after 'y'; Please add support for this. Currently...
I would love to be able to diff my presentation properly to keep track of changes. I use Keynote 6 but you can export your presentation in Keynote 09' format...
I'm using this library now only to get access to numba_stats._special functions from numba jit scope, specifically stdtr. These wrapper seems great. Please make this module "public".