David Newcomb
David Newcomb
I have been building one (of sorts) as I go along, which you can have once it starts to turn into something worth committing of course! While trying to reuse...
You might be interested in this project https://github.com/davidnewcomb/greenmail-http
I think it is not about try/catch. It is about being able to put custom exceptions in your code which ripple up the call stack and then turn into a...
No I didn't unfortunately. I had wanted to be able to create linked clones from a particular snapshot, start them up, wait for them to get their new ip address...
I have this problem too and tracked it down to this: > https://github.com/browserify/commonjs-assert/issues/55 > This is caused by webpack 5 being broken, and not polyfilling node globals by default. You’ll...
I've tried it again with both extensions (`.js`, `.jsx`) and the React app worked. ``` function CheckingSoftwareVersion(props) { return ( Checking... Contacting Github to see if you are up to...
It's already switched on! Here is my config. ``` { "fonts.fontSize": "12px", "fonts.fontFamily": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace", "wordWrap": false, "brackets-eslint.gutterMarks": true, "brackets-eslint.useLocalESLint": false, "linting.ESLint.collapsed": true, "linting.JSLint.collapsed": false, "linting.collapsed":...
I took the example from https://beautifier.io/ and placed it into `~/.jsbeautifyrc` (on my Mac). Here it is: ``` { "indent_size": "4", "indent_char": " ", "max_preserve_newlines": "5", "preserve_newlines": true, "keep_array_indentation": false,...
It feels like it might be an easy'ish new feature. Is there any chance it could be in your next release?
That is totally fine, thanks.