Jad Chaar

Results 10 issues of Jad Chaar

Hello! Really enjoying live-server, but I find that my level 2 log output gets cluttered quickly because a change is constantly detected in the file `./.git/index`. I tried adding .git...

Big fan of the update that dropped today--really makes the menu more visually appealing. Two things though that stood out to me and I thought I would mention: 1) When...

ui

The v1.0.0 release of Arrow contains breaking changes, this migration guide outlines the changed APIs and functionality. Please visit #923 to discuss the changes and ask any questions. 1. Python...

documentation

## Feature Request It would be useful for users to directly import an arrow timezone object and create Arrow timezones rather than having to use `datetime.timezone`, `ZoneInfo`, or `dateutil.tz.gettz`. This...

enhancement
good first issue

It is worthwhile to test against WSL on Windows in our CI pipeline. We can use this action to set it up: https://github.com/marketplace/actions/setup-wsl.

tests

## Feature Request It would be nice to allow for `ZoneInfo` objects to be passed into arrow as an alternative to dateutil timezones. A `backports.zoneinfo` package is available that supports...

enhancement

Currently, on Windows, you get the following error if you pass a negative timestamp: ```shell (arrow) C:\Users\Chris>python Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on...

enhancement

We had a PR in 2017 that addressed this issue (https://github.com/crsmithdev/arrow/pull/414), but it was never merged in, and the Cython implementation has since gotten outdated. It would be great if...

enhancement
performance

Key idea: download all filings for every single ticker in a particular date range (e.g. all 10-K forms filed in 2018). [This](https://www.sec.gov/cgi-bin/browse-edgar?action=getcurrent) could potentially facilitate this feature.

enhancement

The official SEC EDGAR API now support fetching XBRL data: https://www.sec.gov/edgar/sec-api-documentation It would be nice to add support for these new data endpoints to the package.

enhancement