Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ab92bf
Choose a base ref
...
head repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 34f86fc
Choose a head ref
  • 6 commits
  • 34 files changed
  • 4 contributors

Commits on Jul 31, 2024

  1. add show_html(filename) method (#217)

    * update contributing file with new contact details
    
    Signed-off-by: Andrei Gherghescu <[email protected]>
    
    * 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 <[email protected]>
    
    * fix clippy & fmt warnings
    
    Signed-off-by: Andrei Gherghescu <[email protected]>
    
    * revert CI clippy darling package command patch
    
     - temporary patch introduced in
       3130f5a to bypass clippy errors
       due to darling package: TedDriggs/darling#296
    
    Closes #210
    
    Signed-off-by: Andrei Gherghescu <[email protected]>
    
    ---------
    
    Signed-off-by: Andrei Gherghescu <[email protected]>
    andrei-ng authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4e47e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    f013f50 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    32717e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Generalize OS detection. (#232)

    There are many Unix-like OSes that have xdg-open that are not Linux.
    Rather than enumerating DragonflyBSD, FreeBSD, NetBSD, OpenBSD, etc.,
    change this "Linux" target to "Unix and not Android and not MacOS".
    trombonehero authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    043a3a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix book examples (#233)

    Closes #223
    
    Signed-off-by: Andrei Gherghescu <[email protected]>
    andrei-ng authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    921f3c6 View commit details
    Browse the repository at this point in the history
  2. bump version number (#234)

    Signed-off-by: Andrei Gherghescu <[email protected]>
    andrei-ng authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    34f86fc View commit details
    Browse the repository at this point in the history
Loading