Casper Guo
Casper Guo
### Description: > Please include a detailed description of the issue (and an image or screen recording, if applicable) ### Details: |OS|Fig|Shell| |-|-|-| |macOS 12.4.0 (21F79)|1.0.57|/bin/zsh| fig diagnostic # Fig...
# Overview This PR addresses issue #74. # Details ## Implementation First check the `stop` parameter of `range_info` is `ast.BinOp` and represents an addition or subtraction. If so, the minus...
## Environment If you used latexify in your own environment, fill at least the following items. Feel free to add other items if you think they are useful. * OS:...
#143 implemented Numpy NDArray support, opening the door to supporting a wide range of Numpy functions. Here is a list of frequently used functions and how they might be represented....
This hard-coded table is out of date and doesn't seem to be used anywhere.
### Describe the issue: Calling `get_event_schedule` causes the empty string to be sent to `utils.datetime`. The exception is handled but it shows up in the log. ### Reproduce the code...
### Proposed new feature or change: Opening this issue because a quick search doesn't turn up any prior discussion. Per documentation for `Laps` object `Compound` column: > the actual underlying...
Sometimes the first move of the next game is linked as the winning move. See game 17 entry in the README for an example of this.
### Proposed new feature or change: Discussed in #536 To be worked on: > A well-thought-out plan on how to improve the current situation, which (additional) exceptions might be necessary,...
Doing a bit of research on FastF1 exceptions for my own project and saw that `InvalidSessionError` is declared but not used anywhere. Seems like it was added as a bandaid...