Will Flowers
Will Flowers
Can you also jump back to a specific line in a file you're debugging, like: > j(ump) lineno Set the next line that will be executed. Only available in the...
new here - would this be as simple as changing https://github.com/RedHatInsights/insights-core/blob/master/insights/client/config.py#L290 to True, or would it be more involved than that?
In researching this issue, I found that the MAGNET SCHOOL PROGRAMS & TRANSPORTATION page on the [dpsnc website](http://www.dpsnc.net/Page/453) does not have W.G. Pearson listed or what districts it includes. Steps...
...Not making too much progress on this issue. I will move on for now
@jtf621 , sorry, I think I accidently did that, looking around at various issues. Thanks
Here is what is currently in the model: ` def due_date(self): first_survey_due_date = datetime.date(2016, 7, 29) if datetime.date.today() < datetime.date(2016, 6, 30): return first_survey_due_date return (self.created_at + datetime.timedelta(30)).date() def overdue(self):...
@victor-rocha , Hi, Will Flowers here. Do you have any recommendations for strategy or tools to do this? Something like this, perhaps? [https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache](https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache). Thanks.
Using just a manifest file to cache seems pretty straight-forward. I'm still unsure of exactly what should be cached and what shouldn't be cached...
I think that the method of using a manifest file to do caching has/is being deprecated : https://github.com/jmdobry/angular-cache . At this point, what are other places/recommended for caching. I'll look...
Similar issue here, with pycharm generated stacktrace: ``` 2018-11-10T13:11:22.487 java.lang.Throwable: Error while checking Mypy path: File "/home/will/.pyenv/shims/mypy", line 3 [ -n "$PYENV_DEBUG" ] && set -x ^ SyntaxError: invalid syntax...