Brian Groenke

Results 139 comments of Brian Groenke

I know the original design had `AbstractParam`, but I didn't think it really did anything? It seemed everything more or less assumed `Param` to be the type, either implicitly or...

I have changed my mind about this, but I think the changes here will conflict a lot with #44, so it might be better for me to simply copy these...

We can do it in another PR.

@rafaqz do we need `setindex!` for `AbstractModel` to be allocation-free and type stable?

If you don't feel like modifying all of the JupyterHub services' configurations to include the toleration, this can also be accomplished by 1) adding a taint to the worker pools...

Seems to be caused by [this file](https://github.com/jupyter/repo2docker/blob/9099def40a331df04ba3ed862ee27a8e4a77fe43/repo2docker/buildpacks/repo2docker-entrypoint) in repo2docker receiving jupyterhub-singleuser as an argument. But I'm still not sure how or why this happens (or what changed; I upgraded the...

Yes, I have my own fork of pangeohub. I am using JuypterHub 0.9-beta3 (also failed with 0.9-beta2, pangeohub's current version) and the latest version of pangeohub from pangeo-helm repository, with...

Also, I should mention that this error was resolved for me by downgrading to pangeo 2020.02.06-e705b78 (merge commit from PR #118). The start script functionality didn't seem to work, though...

This appears to be a bug with the behavior of the method [`AwaitExtensions.SwitchOffMainThreadAsync`](https://github.com/dsplaisted/PCLStorage/blob/master/src/PCLStorage/AwaitExtensions.cs#L23). The workaround (at least that I've found) is to spawn a new thread using `ThreadPool` or the...