Adam Weeden
Adam Weeden
Thanks @flying-sausages I'll dig deeper on this when I have the time.
So here's the deal. I was under the assumption this was something like a standard notification, but these notifications are "Web Push" notifications, which are more like native app notifications...
@zerosimms I know this is a fairly old request, but I was wondering if this was still an issue for you in the current version of Nativefier?
Like I said, just having an option to disable it would be nice.
The playerid_reverse_lookup function can convert between mlb and fg ids. MLB id could be extracted from the players' url in the name column's href.
> > I had to parse through comments to get the data I wanted due to how bbref sets up their boxscore pages. Alternatively, I have a version that uses...
To be clear, these are my personal preferences. Not trying to dictate. 😄
Also for reference, here is Google's style guide: https://google.github.io/styleguide/pyguide.html
> > ```python > > # More readable in my opinion > > cols = [ > > col.replace('*', '').replace('#', '') for col in cols > > ] > >...
> If we do have one -- how would we use the file thingy? yapf sounds like the normal answer, yet seems perennially broken on VSCode We could add a...