Danny Weinberg
Danny Weinberg
**EDIT:** I dug into this a bit, added some details below, and changed the name to be more descriptive. ~~Sorry for the non-descript issue name. I haven't actually dug into...
This allows pip-sync to no-op faster for VCS dependencies that haven't changed. Before this change when running `pip-sync` with a requirements file that has VCS packages it would always uninstall...
Hi! Wasn't sure if I should post this as a comment on https://github.com/bazelbuild/tulsi/issues/16 or open a new issue. If you think this belongs on https://github.com/bazelbuild/tulsi/issues/16 I'm happy to close this...
Makes a couple of changes to make Clang modules work better with generated libraries. Namely: - Only include public files in generated modulemap files. Previously it would include every header,...
Some podspecs just include all files under their directory (eg [RCTText](https://github.com/facebook/react-native/blob/0.61-stable/Libraries/Text/React-RCTText.podspec#L30)). This breaks PodToBUILD both during generation (it passed an empty string to `fileManager.subpathsOfDirectory`, which threw an error) and at...
*I want to prefix this by saying that I'm **not** super familiar with Swift/Objective-C compilation or Clang modules, so there may be some misconceptions/mistakes below; please feel free to point...
## What did you implement: This allows adding a `#[recap(delimiter_regex = "...")]` attribute to a field with a sequence-type value which is used when splitting the string. Currently the string...
## What did you implement: This enables Recap to work for multiple layers of nested structs, as seen in the `custom_deserialize_allows_nested_structs` test. The impetus for this came from things like...
## Summary of the Pull Request This extends the copy command to be able to include control sequences, for use in tools that subsequently know how to parse and display...
I really like this library! The idea of using the `Capability` to enforce handling of JNI errors at compile time (rather than having to remember to check for them each...