Peter Williams
Peter Williams
@ACz-UniBi Thanks for looking into this! It looks like you typed the wrong number into your query; 2004840 is [Elements: FastTract: Web-Based Exploratory Visualization of Gigapixel Astronomical Images](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2004840). An older...
@emilio I'm using cbindgen in my build.rs script — do you mean `Builder::with_lockfile()`? If my package is being built as a dependency of different crate, I don't think there's a...
Well, forcing offline operation seems to help (I did it at a higher level than cbindgen's `cargo metadata` invocation by setting `CARGO_NET_OFFLINE=true`), but unfortunately it's not enough. Now my [docs.rs...
Would it work if cbindgen could pass `--no-deps` to `cargo metadata`? Based on my reading of the code and some quick testing, it looks like that option makes it so...
I am also being bitten by this, with the variation that my crate is in a multi-crate workspace, so that there *is* a Cargo.lock at the toplevel, but when I...
@lu-zero I'm aware of `cargo-c` but it's not the right fit for my use case. I have a set of crates that must, for historical reasons, plug together using both...
Total shot in the dark here, but any chance this has something to do with the `tp_traverse` change [mentioned in the Python 3.9 C API release notes][1]? I don't see...
Wouldn't the `take` accept any character, while we want to limit it to accepting only `a-zA-Z_` for the first character?
FWIW, there is a crate called [nom_recursive][1] that adds a proc macro that aims to help support left recursion, but [I think it has a pretty serious limitation][2]. [1]: https://github.com/dalance/nom-recursive/...
Thanks for reporting! There hasn't been much work on the `biblatex` support, so I am not surprised that there are problems, but hopefully this can be improved.