Philip Orlando

Results 9 issues of Philip Orlando

[Weather Underground API's End of Service Announcement](https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-api) It seems like the only way to access WU data moving forward is through The Weather Company's API :-1:. Do you plan to...

I've encountered an issue where large, atypical financial events (like purchasing a car or making a house down payment) significantly distort the monthly averages in the toolkit's reports, particularly in...

feature request

I'm encountering tag errors with the following address: `"38350 40TH ST EAST 100 PALMDALE CA 93552"`. Both the `100` and `40TH` strings have the `StreetName` tag... ```python import usaddress address...

I have three different R versions installed via rig: ``` rig list ``` ![image](https://github.com/r-lib/rig/assets/24445174/c02f2dc4-a2f5-4453-be07-e94425f39cee) Running `rig rstudio 4.1.3` will open RStudio, but 4.3.1 is being used... ![image](https://github.com/r-lib/rig/assets/24445174/3258bf9f-cbc4-4f4e-93f6-092e46e6a730) ![image](https://github.com/r-lib/rig/assets/24445174/13a2748f-3ee4-4fed-a3c9-567c586862c3) RStudio appears...

Please correct me if I'm wrong, but it appears that this package has not incorporated any automated unit testing via the `testthat` package. Are unit tests being performed using a...

**Describe the bug** - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera....

bug

Positron is labeled as Electron within Windows Task Manager. ![image](https://github.com/posit-dev/positron/assets/24445174/e4a9d815-62cd-4425-86d4-0d21b7bd17cc)

os-windows
area: builds
support

This reprex shows that `shape = "hexagon"` is translating to Mermaid as `{{)}` instead of `{{}}`, which results in a rendering error: ```python from python_mermaid.diagram import Link, MermaidDiagram, Node #...

I'm looking for a way to use `python_mermaid` to mimic Mermaid's branching pattern: ``` a & b --> c --> d & e ``` ```mermaid flowchart LR a & b...