Trevor Viljoen

Results 21 comments of Trevor Viljoen

> Confirm, i fix it with > > ```viml > diff --git a/plugin/02tlib.vim b/plugin/02tlib.vim > index 9e7a4d6..6afbeed 100755 > --- a/plugin/02tlib.vim > +++ b/plugin/02tlib.vim > @@ -74,7 +74,7 @@ command!...

I am experiencing this issue as well. After looking at it, it seems the error comes from [this line](https://github.com/argoproj-labs/argocd-operator/blob/master/controllers/argocd/grafana.go#L135). I cannot find anything that would create the `/var/lib/grafana/templates` directory or...

As part of my #85 PR, I'm cleaning up some Code Climate issues. One of those issues is redundant code. As a fix for that, I'm going to combine the...

@bbennett36 I believe they will always be the same. I'm not sure what MLB's reasoning is for having a `boxscore` and a `rawboxscore` containing lots of duplicate stats. One note...

@panzarino I'll try to get to it this week. I spent most of the day trying to refactor stats.py to fix the code climate findings. I think I have a...

@ajbowler @panzarino @bfox6 I've got code for this I will be working into a PR. It will get all elements and attributes from the linescore.xml files and make them available...

The underlying data is no more. There's nothing that can be done about it as MLB has moved on to their new API. There are other projects on GitHub that...

This one is mine: https://github.com/trevor-viljoen/mlbapi This is another that I'm aware of: https://github.com/toddrob99/MLB-StatsAPI

Hmm... That status should be "OTHER". ``` Rain ``` I think the problem is that it can't find `boxscore.xml`, not that it can't find the `id`. That function probably needs...

@Hisairnessag3 @panzarino It looks like MLB is actively making changes away from the old gd2.mlb.com way of doing things. I'll submit another bug fix for URLs, but some thought needs...