Jim King
Jim King
I can run big-endian containers on little-endian hosts now, so it's only a matter of time before we get the CI provider scripts configured to do the same. https://github.com/jeking3/bdde
I was packaging up a complete boost install, so if you apply this same logic on a full build of boost you should see the same behavior I described. Adding...
This probably needs to change and put the pypi secrets into Apache's secret store directly so we can access them, instead of going through an intermediary.
@tfranzel I had to "type: ignore" that one to make it work, after I made my own local URLFilter based on URLField. Already got this working locally so thought I...
@tfranzel consider perhaps allowing `@extend_schema_field` as a decorator on the filter `method` as an alternative.... I tried that first and then when it didn't work I dug into the code.
URLFilter which leverages URLField uses a URLValidator that ensures the content is a valid URL, so it is a stronger validation than using a CharFilter. Additionally, the separate type allows...
Here is one possible way to do that with a URLFilter. It could also be done with a CharFilter, however the downstream intention is lost unless you decorate things for...
This version is quite old, I would recommend closing this PR.
See https://github.com/rust-lang/rust/issues/26422 for a possible explanation of "not a condition variable" when one is.
Reminder, this should be merged. Also, I now have developer access to the apache/thrift docker hub so I could move this work into thrift proper and provide it as part...