Henry Stanley

Results 7 issues of Henry Stanley

**Describe the bug** On grouped items, numerical input loses focus after typing a single character. **To Reproduce** Example code below: ``` ``` ![ezgif com-gif-maker](https://user-images.githubusercontent.com/1193856/122039945-25bd0100-cdcf-11eb-961c-624f072f9a5d.gif) My suspicion is that this something...

bug report

If you have a form group with nested form fields, how do you get the errors on those form fields? If I bind a handler to the parent form, like...

bug report

Thanks for your hard work on this project - it's making my life as a newly-minted CTO much easier! 🙏🏻 My request: it would be cool to be able to...

feature request

Seems like `noticed` serializes the entire param in the Notification record. I have some pretty chunky models; I don't really want to save a whole copy of them within each...

enhancement
help wanted

Is there any way to disable logging of sensitive params? Whenever noticed enqueues a job, I can see all the params of that job are printed to STDOUT. It looks...

question

## Issue description I'm seeing Rosetta 2 errors: ``` rosetta error: unexpectedly need to EmulateForward on a synchronous exception x86_rip=0x10b272440 arm_pc=0x10b698118 num_insts=5 inst_index=2 x86 instruction bytes: 0x56415741e5894855 0x8949505354415541 ``` At...

Bazel implemention is missing Capabilities endpoint as far as I can tell. Please correct me if I'm wrong! :) ### Expected behavior Service implements [this endpoint](https://github.com/bazelbuild/remote-apis/blob/master/build/bazel/remote/execution/v2/remote_execution.proto#L334-L354). ### Actual behavior When...