Ben Zhang
Ben Zhang
Consider this snippet: ```js class TestComponent extends React.Component { handleInputKeyDown(e) { e.stopPropagation(); console.log("input key down", e.key); } handleWrapperKeyDown(e) { e.stopPropagation(); console.log("wrapper key down", e.key); } componentDidMount() { Mousetrap(this.wrapper).bind('esc', this.handleWrapperKeyDown, 'keydown');...
SecretiAgent consistenly crashes when I use SSH agent forwarding on one of my servers (doesn't crash on others). Please see below for the crash log. How should I proceed with...
Feature request Does strictyaml work well with [type hints](https://docs.python.org/3/library/typing.html)? I can't find any documentation for this. I would like to have this functionality so I won't need to define my...
**Is your feature request related to a problem? Please describe.** When I change `sharpOptions` (e.g. enable `progressive`), the image optimizer still uses the cached images. **Describe the solution you'd like**...
**Describe the bug** "Successful optimization!" message shows even when there are errored assets. Here's a log snippet: ``` [Error: ENOENT: no such file or directory, open '/home/ben/Projects/infra-config/website/out/out/_{ errno: -2, code:...
**Is your feature request related to a problem? Please describe.** The IP address of devices are auto-generated when using `tailscale up`. This makes it difficult to achieve infrastructure-as-code. **Describe the...
## Description Terragrunt copies lock files into the working directory every time Terraform is initialized. This is inconsistent with the Terraform behaviour where the lock file is only written to...
Currently, the "go to definition" function seems to highlight individual words in an imported file name (although they do go to the same definition). [Nuclide](https://github.com/facebook/nuclide) highlights entire strings, which seems...
Add a timeout setting to work around unexpected situations blocking the pipeline, such as job cancellations and the runner crashing before performing the unlock.
Currently, we only check whether `smart_status.passed` is true. If it's false, then assume SMART did not pass. However, there's another possibility that the device doesn't support SMART at all. https://github.com/prometheus-community/smartctl_exporter/blob/7482daf69a4e93eafa62479a30d3c2ae39fb7991/smartctl.go#L462...