Chris Billington

Results 87 comments of Chris Billington

I'm not using this extension anymore so I don't really mind, thanks for responding. I was looking at workspace matrix as an alternative, but it fixes the number of workspaces,...

The script is a little out of date, but is not too hard to get something similar up and running. Here's an example: ```python #!/usr/bin/env python import github3 import pandas...

A workaround for this is to put the functionality in your checking script. For example I use `checkupdates+aur`, but to only check once a week, I've made this script, saved...

I had been resisting this, but OK! I relent. Since the October target is all but abandoned, I'll replace it with this dynamic target, rather than have both. Will take...

This is a great addition! I think I understand the mechanism. By pushing and popping thread numbers to the reallocation table ring buffer, you ensure arbitrary gaps anywhere in the...

Ah I see why this is a WIP, we'll need a mechanism to clear the stats that are collected in `gil_load.pyx` when a thread slot is reallocated to a new...

Thanks for the report! I'm looking into it, and I think the problem is simply that I distribute C files instead of cython files. If I allow cython to generate...

I'm not sure about the warning you're seeing "note: ‘__pyx_v_f’ was declared here", I don't see that one - but then again I'm working on git-master. The Cython language level...

Ah, sure thing, have pushed some tags! Version 0.4 should be out today or tomorrow once I finish updating the README.

Sorry for the delay, there was not much work getting 0.4 released, I just didn't get to it last week. But, I have now released it. It works a little...