Tom Forbes

Results 179 comments of Tom Forbes

Not gonna lie, this looks like it's an issue with sqlite 😱. I've reduced it it down to this test setup: ```sql CREATE TABLE "expressions_company" ( "id" integer NOT NULL...

I've posted a bug report to the [sqlite forums](https://sqlite.org/forum/forum). I think I might have done it twice. My god, that interface has got to be the worst I've seen in...

> I think we should pull out from this adding a single build of macOS, with libmemcached if you like Agreed! I think we should keep the homebrew method for...

That's a really good point @charettes, I'll update the code to check for `dict` rather than an abstract Mapping. Regarding

One potentially sticky situation are callables being passed as choices. They should be able to yield dictionaries, but this makes the implementation for the `CallableChoiceIterator` a _lot_ less nice :(...

Thank you so much for your review @pope1ni, it's looking a lot better now. Supporting the weird iterable-of-dicts format made things less clear for no good benefit. I've merged your...

I just came back to this but unfortunately I've lost most of the context 🙈. I'd agree with Carlton that it seems safest to keep the widget normalization in `__init__`...

Hey 👋 This is a fantastic idea, I really like it. However I have a few thoughts about the implementation. Firstly we should definitely move this to the `BaseReloader` class,...

So the core of this comes [down to this function here](https://github.com/pypa/pip/blob/2e534b0c923c96c6c3f7949e23df2573078cb9d7/pip/download.py#L470), inside `pip`. I don't think it would be easy to fix in `pip` itself, so I will see if...

Thanks for your replies! @cowboyd: In this case a change isn't occurring, and there is a null option in the first position (`{{#x-option value=null}}----{{/x-option}}`). I added a `{{log}}` helper to...