Graham P

Results 32 comments of Graham P

Oh yes, thanks for your work for far :-)

I'm keen on this feature. I like to be able to step through my code using a debugger. It should be as simple as starting the NodeJS kernel with the...

Any idea where I can just jam in the --inspect parameter to Node when I need to?

A nicer solution would be to create a "NodeJS debug" kernel. When you need to, you can switch your notebook from the normal kernel to a debug kernel that you...

Tx @n-riesco, much appreciated. Looks like your message got chopped short somehow, it ends with: > Note that ?

I'm specifically interested in server-side tests. I ran that code in the Meteor shell, the error appears in the Meteor console (where test results are normally reported). In order to...

I just discovered the ".reload" command from the Meteor shell. This effectively reruns all the tests. It would be nice to be able to rerun just a specific test, but...

I worked around not being able to filter virtual columns by using a client-side table filter library called List.js (https://listjs.com)

Shucks, I thought it would be as simple as replacing references to UIWebView with WKWebView, but that doesn't seem to have worked (the only reference I could find was in...