Alec Ostrander
Alec Ostrander
I'm thinking of adding a new miscellaneous generator for UPC (13-char string of digits, padded with zeroes, and ending with a computed check digit). Looking for thoughts on whether this...
A lot of data in the play_by_play `wind` and `temp` data is missing, including all 2021 games. As @guga31bb mentioned in https://github.com/nflverse/nflfastR-data/issues/32, it's probably just due to what the NFL...
There are a number of games between 2006-2009 with missing odds data. They could be backfilled from https://www.aussportsbetting.com/data/historical-nfl-results-and-odds-data/. I can open a PR to do the update if you advise...
Resolves #74 . I think this is right following examples elsewhere in the code, but I haven't written Deno before, so please give it a good look and suggest any...
My post-processing script is a fairly intensive process and uses around 20-50 of Action minutes per run. It would help me save on compute minutes if Flat first checked to...
NOTE: This is actually a bug in the pgaadauth extension. I wasn't able to find where to report it, so hopefully you can help get it to the right team....
Getting these in the action summary: 
Hi Marcin, Thank you for this great widget design! I started using it in my app recently, but I soon needed to also select a category and wanted to use...
Stemming from https://github.com/cooperdff/nfl_data_py/pull/69#issuecomment-1830037557.
nfl_data_py 0.3.3 fixes the test suite and resolves all submitted issues that were easy to fix while still supporting all the way back to Python 3.6 and associated dependencies. This...