John Zhou

Results 10 issues of John Zhou

It appears to me that the render test does not include test for retrieving data with future time stamp. I didn't have time to read the source code. Does somewhere...

I know render_errors is by default true. Since I did see any error stack, I explicitly has an entry in the yaml file. The graphite_api is run by the gunicorn...

Thanks for setting this up. I am wondering the "bigdata.py". It appears to me the code does not use all the data from the "big data" population and only samples...

### Proposed change One can specify "static" constraint for the container (for example, c.SwarmSpawner.extra_placement_spec = { 'constraints' : ['node.role==worker'] }) to be spawn by the jupyterhub server. Is it possible...

enhancement

Though 100 is a good number, yet we found sometimes we need more than 100 (253) to converge. Suggest increase this number to 500? Many thanks.

@bdon I like the idea of pmtiles a lot. However, it seems that there is no easy way to incorporate some security check (via request header token) https://github.com/protomaps/protomaps-leaflet/blob/754458357228c5a82e85930812cd461d0e9f7d59/src/tilecache.ts#L195 How would...

it seems that the conda package doesn't include 'contrib/stack', I am wondering what files are included in the package and what are not. I could not find the recipe for...

After reading the documentation, I am still not sure how I implement my own STAC server and populate the STAC server with content from s3://usgs-landsat/collection02/level-1/ recursively? Do I have to...

tried to run npm test or make check and got error : Cannot read property 'redis_host' of undefined added "require("../helper");" to the redis_utils solved the problem. Please check whether this...

### Feature Description I am thinking to implement,ent morphic locally for my team so that we can share one set of API keys to openai/anthropic/.... I am not sure whether...