Joseph Price
Joseph Price
The podspec for RCT-Folly ( https://github.com/facebook/react-native/blob/43636267011a97490ed7495b08e500c5d0d54872/third-party-podspecs/RCT-Folly.podspec#L80) has a quote that is escaped, which results in starlark like the following ```starlark ""-Wl,-U,_jump_fcontext"", ``` Can this be worked around with an install_script?
When trying to use PodToBUILD with XCHammer, the build fails when looking for module maps for swift dependencies with an error like the following: ``` Module map file '.../xchammer-includes/x/x/external/DSFSparkline/DSFSparkline_module_map/DSFSparkline.modulemap' not...
Uses of the `method` attribute were producing `method_` in the js output. This adds a mel.as attribute to avoid the escaping of the keyword when converting from reason to ml.
I have a small test of irmin using the git backend, which works perfectly on its own. I wanted to experiment with irmin-pack and added it as a dependency, and...
I'm using a coordinator that derives the state for a few screens from the coordinator's state, using a similar pattern to the Form example. The app has a list that...
Version 2.0.0 of yojson [removed biniou](https://github.com/ocaml-community/yojson/blob/6cb37fddfff83dba3c7aabadbe2a41b1714a1e69/CHANGES.md?plain=1#L53), which causes the compiler error below. There is a lower bound on yojson in the opam files, but no upper bound. Pinning yojson locally...
When using a custom decoder module with a nullable column such as `@Settings?{settings}` and querying the rows with get_many, I see the decoder getting called with an empty string instead...
To test out this project, i passed `pname` as "node_modules" to my derivation and spent a while debugging it. I think this line ends up greedily trimming the path: https://github.com/serokell/nix-npm-buildpackage/blob/master/default.nix#L85...
I had issues getting the tests working due to the go module having a replace directive, but not a requires directive. Running a `go get` for each module after writing...
This fixes a bug where adding multiple inputs or outputs to a graph causes at most two of them two be inserted. The result is errors such as Input pad...