Long Vu

Results 15 issues of Long Vu

This is our Nginx proxy config. We are using Nginx to provide SSL termination. ``` location /thredds/ { proxy_pass http://thredds:8080/thredds/; proxy_set_header Host $host; # pass the original public hostname to...

nbval must have run the entire .ipynb file to get the new output to compare against the original output. Is this resulting .ipynb file from the run available somewhere? It...

From discussion in https://github.com/bird-house/cookiecutter-birdhouse/issues/99#issuecomment-665766258, we mostly use similar toolchain (tox, travis-ci, readthedocs, makefile, ...) with a few minor difference (ex: preference for pip vs conda). It would be cool if...

enhancement
standards / conventions

## Description Since we added `mamba` into our conda env, we are unable to update the cache of available package list. The extension used to work properly before. I removed...

As a new contributor, it will be very easy for me to introduce regression because obviously I do not know the code. I prefer to be able to discover regressions...

Traceback (most recent call last): File "/root/venv/mochi/bin/mochi", line 9, in load_entry_point('mochi==0.2.1', 'console_scripts', 'mochi')() File "/root/venv/mochi/lib/python3.4/site-packages/mochi-0.2.1-py3.4.egg/mochi/core/main.py", line 192, in main load_file(args.file, global_env) File "/root/venv/mochi/lib/python3.4/site-packages/mochi-0.2.1-py3.4.egg/mochi/core/main.py", line 49, in load_file return exec(compile_file(path), env)...

env: Ubuntu 14.04 (mochi)root@172904b170d5:/src/examples# mochi actor_example.mochi **main** foo actor1 (,) bar 2000 foo 1000 foo 1000 bar 2000 Message! mefafsg pvector(['value']) remote! pvector([pvector([3000])]) remo Message(tag=3000, value=1000) Unsupported message! pmap({'x': pvector([1,...

Traceback (most recent call last): File "/root/venv/mochi/bin/mochi", line 9, in load_entry_point('mochi==0.2.1', 'console_scripts', 'mochi')() File "/root/venv/mochi/lib/python3.4/site-packages/mochi-0.2.1-py3.4.egg/mochi/core/main.py", line 192, in main load_file(args.file, global_env) File "/root/venv/mochi/lib/python3.4/site-packages/mochi-0.2.1-py3.4.egg/mochi/core/main.py", line 49, in load_file return exec(compile_file(path), env)...

## Description In jupyter-archive version 3.3.4, we still have the option "Extract Archive" option when right-clicking on a `.zip` file. It seems the option is gone in 3.4.0. Is this...

bug

Hi, The use-case is to prevent use from typing the wrong Jira issue into the commit message. We typically create the branch from Jira so there is no way to...

question