Results 50 comments of Paul J. Davis

@nickva That's true. I was thinking about that invalidation a bit wrong cause that logic is a bit nutty. @kocolosk Sorry, i guess I was a bit terse there. The...

@kocolosk @nickva So two things. I've gone back and changed to using the `\xffmetadataVersion` as the primary cache synchronization but that brings up two more questions: https://github.com/apache/couchdb/blob/9425a6408274edc1713b990729d4dea4daa4787d/src/fabric/src/fabric2_fdb.erl#L1332-L1336 The first thing...

The issues I had trying to use port_compiler is precisely what motivated me to write enc in the first place. I haven't paid any attention at all to changes to...

Looks like I never actually described my original issues with the port compiler very well. But the gist of it was that projects that had a dependency that depended on...

@sploders101 Ah, sorry! I think I was too terse on my explanation previously. This change is purely to open up more possibilities for improvement and evolution of query server communication....

@mortymacs @eddelbuettel First off, I'm pretty sure this is a bug in how we're building WebP without really trying to look for system installed versions (As @eddelbuettel mentioned, I have...

I just finished minimizing another example of this issue while debugging what originally looked like something completely different. Once I got it minimized enough to convince me it was pybind11...

Apparently I skimmed the discussion on `__new__` entirely too quickly because that's not at all what I was thinking it was doing there. I guess I'll have to poke around...

@rwgk I only used what was newest on PyPI. However, that reproducer should be fairly easily reproducible as a standalone test. I can give that a whirl if you think...

> Is that acceptable? — I'm not sure. It doesn't sound ideal, but then again, there might be arguments against runtime overhead that comes with a guard. This is precisely...