Tom Manning

Results 7 comments of Tom Manning

@memory @srlowe Perhaps the unicorn and animation can be shown only to terminal devices. This should be achievable with a conditional on `process.stdout.isTTY`. That way no extra flag necessary.

@memory Thanks for raising my attention to those cases, I see your point. If you were to implement the solution. What would you name the flag and what would be...

@myitcv @mpvl I am interested in working on this jsonschema codec if possible. Is it correct that the openapi schema implementation could be extracted out as a jsonschema encoder? Has...

@guillochon note that progress bars were working in VSCode and only stopped a few days ago. This is an old PR that I guess was fixed in a different way....

I would also like to see this feature. Auto save is default on many editors these days. Not having auto-save definitely increases data loss.

Need to add the `scope` variable. See https://github.com/amondnet/vercel-action/issues/138#issuecomment-1090997531

I trying to figure that also, you method seems the most logical so far. except I would write it like this: `this.refs.myinput.refs.entry.getDOMNode().value`