João Vieira
João Vieira
Enforces the existing [airbnb style guide rule about default parameters coming last](https://github.com/airbnb/javascript#functions--defaults-last) in eslint by using [default-param-last](https://eslint.org/docs/rules/default-param-last). As this rule was introduced in ESLint 6.4.0, I bumped the eslint version...
We are getting an error in IE11 only since version 2.6.0 (does not happen with 2.5.7). It seems to be related with some missing polyfill in the build/dist. ``` unable...
Drop `defaultProps` from the generated component as they are now **deprecated** and will be removed in React 19. They were added in #8 due to concerns about the overhead of...
- Add homebridge 2 to supported engines after doing some tests that did not reveal any issues. - Remove `-` from generated device names as HAP is now validating that...
### Describe the bug After some debugging I realized that `gql.tada check` produces an error `Unknown fragment ` if a fragment is exported via default exports, e.g. ``` import {...
### Describe the bug After upgrading from kernel 6.6.74+rpt-rpi to 6.12.20+rpt-rpi the device init fails: ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 640, in temp return self.get_temperature_from_humidity() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
``` # Local and remote $ fish --version fish, version 4.0.2 # Local $ uname -a Darwin giant 24.6.0 Darwin Kernel Version 24.6.0: Mon Jul 14 11:30:40 PDT 2025; root:xnu-11417.140.69~1/RELEASE_ARM64_T6041...
## Description Fixes an issue that affects at least Apple Terminal when connecting to a remote server that runs fish over ssh. Fish emits an OSC7 sequence signaling the current...