Nate-Wilkins

Results 15 issues of Nate-Wilkins

Ran into another issue setting the white space after property values to -1. Input: ``` js var obj = { a: 'something' , b: 'other' }; ``` Output: ``` js...

feature

I think my biggest concern with this library is it's lack of integration with angular controllers. When an `editable-{{ type }}` directive is specified it doesn't (at least internally) use...

Currently I want to devise a directive with the ability to intervene with the translate directive's translated value. I can get the current translated value by grabbing the element text...

enhancement
Feature Request
v3

This is more of a provider style that I've come to like quite a bit from the angular providers and would like to see it also implemented here as well....

``` Expecting a function in instanceof check, but got undefined at jasmine.JQuery.matchersClass.(anonymous function) (http://localhost:9876/base/Scripts/jasmine/jasmine-jquery.js:490:33) ``` Not sure why the instanceof would end up failing the spec?? I'm currently just calling...

I've noticed when I have this plugin installed and configured that my select/selection mode will go back to normal mode. Example: ``` if (some.condition === "") { // Do something......

Hi thanks for this library! I'm trying to encode a DuckyScript file with `LED_G` commands and it appears that these [LED commands](https://docs.hak5.org/hak5-usb-rubber-ducky/button/LED#led_g) aren't supported. The DuckyScript looks like: ``` DELAY...

Hi, I noticed that you guys don't have a security policy so I wasn't sure where to put this. I have a demo of a XSS Attack with this library...

I'm having some issues using the gravity feature built into the VRPawn. I tried getting it to work in the latest demo project and followed your latest gravity tutorial. __Steps...