Steve Kellock

Results 58 comments of Steve Kellock

Legit. I want this. Hurry! They're coming!!!

Great suggestion. The only way I know how to do this is to trigger an exception, catch it, and source map it. I wonder if theres another way? I'll look...

Do you know of any library that could help out? I'm think maybe [concordence](https://github.com/concordancejs/concordance)? I'll have to play around a bit to see what's available. Thanks for the request.

No news on my end. Still haven’t had time. 😢

What does `hostname` resolve to? Hopefully `192.168.0.22`. Just the IP address itself. You can update that whole reactotron block to become: ```js const reactotron = Reactotron .configure({ host: hostname })...

To publish to npm, you need a file called `package.json`. There's a few keys you should have: ```json { "name": "my-lib-rulez", "version": "1.0.1", "license": "MIT", "files": ["readme.md", "dist"], "main": "dist/my-lib-rules.min.js"...

Ya, it's looking like we're aging out here. Crap. Sorry about that.

Ya, I've lost track of this issue. Thanks for the ping. Apologies. It'd be great if I could some how flag this issue as important in Github so it stays...