Vihan

Results 45 issues of Vihan

Unless there was an error with checking if the command exists. It would make more sense and be more idiomatic to have a resolve(true/false) rather than rejecting in the case...

So I have two thermostats. One on the upper story, one downstairs. I've installed homebridge, and I'm on node LTS (v4.4.5). I've setup the API keys and all and I...

[Following the instructions listed under Installation](https://github.com/KraigM/HomeBridgeController#installation). I installed the app, install the npm module, and added the HomeBridgeControllerLink to my homebridge's config.json. I restarted homebridge, and successfully connected to my...

So over the past year I've been working on adding various features to llvm-node for the [language](https://github.com/vsl-lang/VSL) I've been working on. I first made a PR with #42 but I've...

I've been working on adding some DIBuilder bindings this weekend. This is far from finished but I thought I'd open up a PR just to open a discussion about the...

LLVM has a [`LLVM::DIBuilder`](http://llvm.org/doxygen/classllvm_1_1DIBuilder.html) which provides tools for creating debug information. I'll attempt to make a PR for this in the upcoming weeks.

help wanted

Currently, if the screen is rotated/auto-oriented, this will throw off the borders, and they won't be the correct size anymore.

# Short summary of your issue This is the error: ```js 5 | export default class LLIRAssignmentStatement extends BackendWatcher { > 6 | static type = t.AssignmentStatement | ^ 7...

This project is not written as an ESModule, hence it is invalid for this to have `type: module` in the package.json. This PR removes this. This fixes build errors on...

There was previously a bug where when the regex failed it would throw an error and doc gen would stop. This fixes the bug