Greg Lee
Greg Lee
I got this to work by taking a snapshot of the map, and then having a separate imageview to show the blurred view: ``` map.snapshot(new GoogleMap.SnapshotReadyCallback() { @Override public void...
I'm not sure that this is possible given the current architecture. This library works by taking a screenshot, blurring it, then adding the blurred screenshot to the ViewGroup. With a...
Ok, I think I have a better idea of what's happening now. The main sticking point is that the interactive outputs (notebooks, scripts) in https://github.com/SciML/SciMLBenchmarksOutput are going to require the...
Cool, yeah if the sync can be set up automatically and the outputs are kept strictly downstream (which they should be I think), that sync shouldn't be a problem. If...
Figure this out. The roms have to be in a folder called `roms`, not `atari_roms`. Seems like a bug with the import script.
https://github.com/openai/atari-py/blob/master/atari_py/games.py#L8 should be `roms` instead of `atari_roms` for this case, but not sure where else this is used. (Also the exception should change with it, https://github.com/openai/atari-py/blob/master/atari_py/games.py#L10)
Whoa, this would be pretty cool!
Alright I did a first pass on analyzing the dependencies. First, the list that I generated and the list from the original issue are different. I did a spot check...
I think you can do this with this [setting](https://github.com/mhutchie/vscode-git-graph/blame/develop/README.md#L102): - Open to the Repo of the Active Text Editor Document: Open the Git Graph View to the repository containing the...
Has there been any movement on this? It seems like this is a pretty basic use case with a misleading error message, and I had to dig pretty deep to...