pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:JavaScript
Filter by
234M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
This PR adds a new device configuration file for Point PODH20 dehumidifier. Datapoints are captured from integration
logs and Tuya developer platform.
Adds an opt-out for focused page emulation and forwards the background option when creating pages in isolated
contexts.\n\nValidation run locally:\n- npm run build\n- npm run test:no-build -- tests/cli.test.ts ...
Summary
Small fix to deploy/remote-deploy.sh. The missing-env-file branch printed its ANSI color codes inside a plain cat EOF
heredoc, which doesn t interpret escapes — so it emitted literal \033[1;33m ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Custom finishing touch was requested by @tiago123456789.
- https://github.com/tiago123456789/changelog-generator/pull/164#issuecomment-4836241077
The following files were modified:
- CHANGELOG.md ...
Summary
Adds a public fail-closed readiness packet for issue #3214 after the crossing-conflict weighted predictive retraining
follow-up was verified as a negative result.
The packet and checker make ...
What
Added missing packages to devDependencies: uuid, nanoid.
Why
CI failed with Cannot find module uuid . Scanned source file and found 2 missing packages in total.
Root cause: NPM package uuid is ...
The true root cause behind the SKS Contacts/roster breakage (follow-up to #359).
What was actually wrong
roster-adapter.js:131 sets GLOBAL = window, and line 205 reads GLOBAL.TENANT (= window.TENANT). ...