Samuel Marks

Results 339 comments of Samuel Marks

@edanedison You'll need to set the `MLAB_URI` environment variable for this to work. @jmcilhargey Is this project dead? - Your heroku example app didn't work. I got it running fine...

Yeah for months I've had this solution https://github.com/offscale/cdd-python#gen : ```python python -c 'import sys,json,os; f=open(sys.argv[1], "rt"); d=json.load(f); f.close(); [(lambda f: json.dump(sc,f) or f.close())(open(os.path.join(os.path.dirname(sys.argv[1]), sc["$id"].rpartition("/")[2]), "wt")) for sc in d["schemas"]]' ```...

Great to see @carolalynn

Any plans to fix this in the `pip install`er?

@mingmingshiliyu Yes but these are `include`d; so should not be surrounded so.

@mingmingshiliyu Sure but [`include`](http://nginx.org/en/docs/ngx_core_module.html#include) is very useful, and in a dynamic environment I might want to `reload` nginx and include/exclude different `server` blocks. Being able to convert to JSON, modify...

Ouch: > This branch is [1 commit ahead](https://github.com/offscale/KeyDB/compare/Snapchat:KeyDB:main...cmake), [14235 commits behind](https://github.com/offscale/KeyDB/compare/cmake...Snapchat:KeyDB:main) Snapchat:main Merging latest, should be able to resolve issues next weekend EDIT - Maybe you can change what HEAD...

It may be as simple as creating a v2 [shim](https://en.wikipedia.org/wiki/Shim_(computing))—always printing a deprecation message when it's is used—which could be rather trivial, something like: ```python def _all_get(key, **kwargs): return namedtuple('Val',...