Results 24 issues of extraymond

Hi! The built in auto-complete feature will always add "$0" into my html. Would be nice to turn this off. ![default](https://user-images.githubusercontent.com/707176/36842567-fddfe504-1d86-11e8-8033-b661a5d269e4.png)

Hi! It would be nice to distribute arrayfire via conda, so user can handle arrayfire project dependency all together.

feature

Hi! When installed the pypy version of godot-python from the assets store, it will not generate template boilerplate, which is present with the python(cpython) version.

**Describe the bug** Aframe app won't load starting from version 0.9.2. Error log ``` Error: Compositor error: VRCompositorError_TextureUsesUnsupportedFormat [608/5809] at _submitFrame (/media/user/storages/git/exokit/src/index.js:1219:42) at Immediate._topRenderLoop (/media/extraymond/storages/git/exokit/src/index.js:1314:11) ``` Downgrading to 0.9.0 works...

bug

**Request Feature** It would be nice to let users import directory. Splitting them into different lists would be nice too if they are already placed into subdirectories.

**Environment** Linux x64 ubuntu 16.04 **Atom version** 1.24.0.beta3, 1.23.1 **Encountered situation** Greetings, I've encountered a weird behaviour. If I open a file from the project file tree, python language server...

Hi! When using lsi with ubuntu 16.04 64bit system with CJK language, the font in the main client is unreadable, but can be seen in the appindicator menus or big...

Thanks for created this package! I think it would be nice to distribute via conda or other distribution system. Nice work! Really appreciated.

enhancement

**Environments** * ubuntu 16.04 x64 * python 3.6 installed from miniconda * pydy 0.4 from conda(conda-forge) * Tested under both chromium and firefox. **Expected behaviour** Embedding 3D window below the...

bug
visualization

[scipy.integrate.solve_ivp](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.solve_ivp.html#scipy.integrate.solve_ivp) With the new interface for solving ODE in scipy.integrate, the argument ordering(t,X) is different than the one used in pydy(which is obj(X,t) It would be nice to map the...