Caleb

Results 9 issues of Caleb

I have not been doing a good job maintaining or responding to feedback for this module because I no longer actively use it. Please comment if you actively use this...

help wanted

Adding support for a tool like `gulp-sourcemaps` would make it much easier to use this library in everyday pipelines. Not sure how it will work, but it is definitely worth...

When I add a class attribute with some fun `bootstrap`y things like `btn-block` it breaks the styling. It would be nice to have these classes pass through to the actual...

When attempting to connect to a socket using `socket.io` the following error is thrown: `Uncaught TypeError: Converting circular structure to JSON`. The io client does see the server side, but...

bug
enhancement

I am not able to use the arguments array inside of functions as expected. See a sample [here](http://jsenvy.com/#logs=function%20argLength%28%29%20%7B%20console.log%28arguments.length%29%3B%20%7D%2C%2CargLength%28%29%2C%2CargLength%28true%29%2C%2CargLength%28true%2C%20false%29).

bug

Variables which have not been declared are showing `undefined` instead of `Reference Error` as they should.

bug

As someone who likes to write fancy functions, it would be cool if there was a way to write muli-line statements. A few paradigms that have worked in the past:...

enhancement

The URL should support versioning of some sort. Since the URL is the API, versions in the URL will enable support for old versions while not prohibiting API breaking changes...

enhancement

Support mini URLs so that `jsenvy.com/#logs=%5B1%2C2%2C3%2C4%5D%2C%2C%5B%5B1%2C2%5D%2C%5B3%2C4%5D%5D` can be reduced to `jsenvy.com/cI4h2Kk`. This will also require building a backend of some type and connecting a data store.

enhancement