You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update contributing file with new contact details
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
* provide alternative show_html method
- the show() method by default creates a random named file in `/tmp`
dir, however in some cases `/tmp` is not available, e.g., snap's Firefox
runs in an isolated enviroment and cannot access the system's `/tmp`
- provide a method that calls write_html followed by show for easier
access
Closes#170
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
* fix clippy & fmt warnings
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
* revert CI clippy darling package command patch
- temporary patch introduced in
3130f5a to bypass clippy errors
due to darling package: TedDriggs/darling#296Closes#210
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
---------
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,13 @@ jobs:
38
38
components: clippy
39
39
targets: wasm32-unknown-unknown
40
40
# lint the main library workspace excluding the wasm feature
41
-
# Rust 1.79 generates a new lint in autogenerated code:
42
-
# Added clippy allow at the command line until it is fixed. See: https://github.com/rust-lang/rust-clippy/issues/12643 and https://github.com/TedDriggs/darling/issues/293
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ When your contribution is ready for review, make a pull request with your change
20
20
21
21
## Code of Conduct
22
22
23
-
In all forums, we follow the [Rust Code of Conduct]. For escalation or moderation issues please contact Ioannis (i.giagkiozis@gmail.com) instead of the Rust moderation team.
23
+
In all forums, we follow the [Rust Code of Conduct]. For escalation or moderation issues please reach out to @andrei-ng or the Plotly official community at [community@plot.ly](mailto:community@plot.ly) instead of the Rust moderation team.
24
24
25
25
[Rust Code of Conduct]: https://www.rust-lang.org/conduct.html
0 commit comments