Sebastian Thiel
Sebastian Thiel
Thanks for letting me know! I believe that might have happened when some types where moved into its own module. * https://docs.rs/google-sheets4/2.0.8+20210322/google_sheets4/api/struct.Spreadsheet.html - working * https://docs.rs/google-sheets4/2.0.8+20210322/google_sheets4/api::Spreadsheet - from readme file,...
I wish I knew every Google API, but know enough to say that they may all have their own subtle requirements which can lead to surprising behaviour. There was a...
It's possible to customize per API data that is the input of the code generation stage, even though the particular capability of customizing documentation isn't implemented yet. Doing so won't...
You are welcome! I took a look and it turns out that the `docs1` API description is in fact a copy of `dns` for some reason. Turns out the Makefile...
I thought the best way for me to learn more is to look [at sysinfo](https://github.com/GuillaumeGomez/sysinfo/blob/master/src/apple/processor.rs), which appears to use a `sysctl` API. Looking at it, there isn't anything obvious showing...
To make it a little less specific, a point validly criticised in the linked `sysinfo` issue, here is the announced [Intel Alder Lake CPU](https://en.wikipedia.org/wiki/Alder_Lake_(microprocessor)) which introduces the concept of 'big'...
That's great, it looks like they have improved the output on Monterey, which the minimum OS for the M1 Pro CPUs. Now it looks like the `perflevelN` key can be...
When compiling the [unicode_regression](https://github.com/felipesere/icepick/tree/unicode_regression) branch, the example above works for me. Considering that we are in Rust, the performance penalty might be preferred over the crash above. It's probably still...
Thanks for reporting! The logs will definitely be helpful here. Have you seen [these docs](https://docs.gitbutler.com/development/debugging#logs) that show where to find them?
Thanks a lot @vital-edu for providing such detailed logs, along with their relationship to what was done in the UI, and apologies for the late reply! The logs do indeed...