Andrei NG
Andrei NG
Hi, I am trying to use coolprop in a VBA macro in Excel. Either I am not using it properly or there is something wrong in DLL file. When I...
I am new to Haskell, just tried building following some generic Haskell tutorial, but it fails with ``` coformat/src/Clang/Format/Formatter.hs:42:22: error: Data constructor not in scope: C :: Language | 42...
The following unittests no longer pass in the CI for `windows-latest` ``` test tests::test_save_eps ... ignored test tests::test_save_pdf ... ok test tests::test_save_svg ... ok test tests::test_save_jpeg ... ok test tests::test_save_png...
Temporarily, the CI has been fixed by adding ` -Aclippy::manual_unwrap_or_default` to all clippy jobs. These should be removed from CI workflow file once the issue is fixed upstream. See: https://github.com/rust-lang/rust-clippy/issues/12643...
Reported by @Ionizing in #141 > The .width method of Bar is [Option\](https://docs.rs/plotly/0.9.0/plotly/traces/bar/struct.Bar.html#method.width), while it is a float number in plotly.js. In some situation, we may need to display bar...
Reported by @Ionizing in #141 > I just migrated to the latest plotly.rs (v0.9.0) [...] > > However, after the migration, I find something unexpected: > > 1. The height...
This is the last PR in the series of porting the changes. These are all @CramBL contributions which will help us separate the big `packets.rs` file into cunks for reuse...
Add a Changelog.md to the repo.
As discussed in #76, > add https://github.com/obi1kenobi/cargo-semver-checks to CI so we're more aware of this kind of breakage in the future and so that we can describe API changes up...