Ian Rose

Results 303 comments of Ian Rose

Not with the current design -- the default URL to populate the search bar with is decided on the frontend, and feeding information to that goes through the config system...

Yes, something like that, at least for a proof-of-concept. A more complete solution might be to use json5 and merge with other possible config options. To be clear, we could...

The frontend chooses in order: 1. Any user-populated URL (which is persisted between page refreshes) 2. The default URL from the settings I also noticed when kicking the tires on...

> we don't have any Cluster objects, just a scheduler address I am not sure that this would be insurmountable in a refactor to use `dask-ctl`. Today, the sidebar in...

> My goal with ProxyCluster is to hold this representation in a catch-all way for clusters that aren't easily put back into their original classes. This seems it could bee...

> Still thinking about this. I don't think the SQL portion requires this code, right? Right, this PR is almost a no-op -- it's more a suggested interface that drivers...

I'm mostly thinking of drivers for SQL databases. I know this would be useful for `intake-sql` and `intake-omnisci` (and I personally have some interest in using it with PostGIS). It...

Ouch, you are right. I guess using a fake name for the html file is not going to work as well as I had hoped. We may need to (1)...

Hi @mflevine, sorry to go silent there for a while. I have unstuck myself from this problem and opened a PR against JupyterLab (with your work intact). It is at...

Ooh, interesting point. There are some security considerations that we have to take seriously, and allowing unrestricted Javascript is definitely one of them. In particular, if we allow both server...