Ryosuke Iwanaga
Ryosuke Iwanaga
### What is the feature you are proposing? Currently, `c.redirect(location)` simply returns `Location: ${location}` header: https://github.com/honojs/hono/blob/4ca5f60def726731b3afbf3f6137f0a4b92d8b27/src/context.ts#L533 However, when using sub-routes, each sub-routes need to know their real routes to set...
High level commands such as `web test run` use stdout for informing to the human user. Therefore, it is not easy to pass the re-usable data to other process via...
https://github.com/autifyhq/autify-cli/actions/runs/3323103848/jobs/5493079029 We should skip homebrew publish if there is no change.
On Windows: ``` Run autify update @autifyhq/autify-cli: Updating CLI... not updatable ``` With brew on GitHub Actions: ``` Run autify update @autifyhq/autify-cli: Updating CLI... fetching manifest @autifyhq/autify-cli: Updating CLI from...
To make sure our CI/CD integrations work with the new code before release, we'd like to run their integration test inside CLI workflow as well. An idea is: 1. Clone...
preact/compat changes `className` to a synonym of `class`. Thus, we only need this setup when preact/compat isn't imported. This change fixes failure when preact/compat is used and the component is...
See https://codesandbox.io/s/rrjq1?file=/public/index.js In summary, if you use `@twind/wmr` and import `preact/compat`, re-render is broken by the error `Cannot set property className of # which has only a getter` Although I...
### Describe the feature SDK returns `ValidationError` but its message reports the error fields starting from lower case (in the example below, it's `accessKeyId`, not `AccessKeyId`): ```js import { STSClient,...
### Board Arduino Nano ESP32 ### Device Description Vanilla Arduino Nano ESP32 ### Hardware Configuration No GPIO ### Version v3.0.2 ### IDE Name Arduino IDE ### Operating System Windows 11...
Original post to the community: https://community.platformio.org/t/how-can-pio-device-monitor-detect-disconnection/48477?u=riywo ---- I’m looking for a way to reconnect serial monitor automatically when the device is unplugged then plugged, or pushed the RST. Especially because...