JS Légaré

Results 10 issues of JS Légaré

This pull request is concerned with escaping and encoding fixes. I've uncovered several problems, trying to set hooks for a cGit web viewer on a gitolite repository system. 1. Parsing...

### Additional Information _The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no...

need info
help wanted

One of the locations to load grip settings is `~/.grip/settings.py` app.py does: `self.config.from_pyfile(os.path.join(instance_path, 'settings.py'), silent=True)` Which normally would silently ignore the call if ~/.grip/settings.py doesn't exist, but unfortunately in flask...

teamd cannot create an empty team device. Error Environment: - libteam/teamd 1.17 (without support for 0mq, nor dbus) - Linux foo 3.19.0-21-generic #21~14.04.1-Ubuntu SMP Sun Jun 14 18:45:42 UTC 2015...

when one adds an interface with a period in its name to a team device (e.g. a vlan interface). "teamdctl state dump" adds an extra level of json objects under...

Adds ticker.ttm_income_stmt and ticker.ttm_cashflow Unlike the yahoo website, the API outputs two timestamped columns. One column is dated from the last annual financial release, and the other one is dated...

### Simple code that reproduces your problem I was banking on `Ticker.info` giving me the company address, the name of the CEO, etc. It _used to_, but no longer seems...

Various improvements for usability of jshint-mode: - add a version of flymake-cursor as a convenience, which shows flymake errors in the minibuffer - also flymake-jshint .js.in files - flymake would...

The first flymake-jshint starts a server on the base port (3003), but subsequent windows (either in console or graphical mode) fail to enable flymake-jshint due to the port being already...

Running on a relatively old node instance (0.6.12), I am missing fs.existsSync ``` /home/foo/src/jshint-mode/jshint-mode.js:69 return filePath && fs.existsSync(filePath) ? ^ TypeError: Object # has no method 'existsSync' at _loadAndParseConfig (/home/foo/src/jshint-mode/jshint-mode.js:69:25)...