Zachary Wimer
Zachary Wimer
This can be useful when the library loads before the file paths are known. For example, if this is being used in a library and the path information is only...
#### Description Currently "Recently Added" videos are displayed prominently. This issue is meant to provide a way to disable this for privacy reasons. #### Desired Behavior Provide an option in...
Claripy `AST`s are frontend objects. Some backends seem to use these ASTs as backend objects, in doing so they sometimes place backend objects into AST args, intermixing frontend and backend...
Binder currently seems to grab the GIL where not necessary. Here is an example: ```C++ struct PyCallBack_Annotation_Base : public Annotation::Base { using Annotation::Base::Base; bool eliminatable() const override { pybind11::gil_scoped_acquire gil;...
When generating bindings for a not-small project, Binder produced this output for me. As you notice, the variant's angle brackets are doubled up: `std::variant`. You can see in the double-quoted...
This improvement would update binder / the pybind11 fork in lockstep to be more inline with pybind/pybind11's master branch. Currently binder only works with the RosettaCommons for of pybind11, which...