Igor Randjelovic
Igor Randjelovic
After version 8.1.14 calling `rule.remove()` or `decl.remove()` doesn't remove nodes correctly. The only change between the working/non-working version is https://github.com/postcss/postcss/commit/a187464a8e8647caa0a75183bab91f50ab9d6f99 however I stepped through with the debugger, and couldn't see...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. We're working in a monorepo, and...
ref https://github.com/nativescript-community/ui-collectionview/blob/7309ddb134a88a3bbe598d5f1fba52cd24ce8a2a/src/collectionview/vue/component.ts
Open for discussion if this is something we want to support. The alternative is #9715 where we disable `ts` support altogether in non-ts projects. If we opt to use #9715...
@farfromrefug here's a branch with the clipsToBounds changes - we had to revert them in the release branch here: https://github.com/NativeScript/NativeScript/commit/778540573a2827a9c029e7381b17b8a85104e334 We've seen some issues with this change, some with the...
WIP - provide sane defaults for polyfilling missing modules.
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
**Actual behaviour:** Doing ``` client.mod(channel, user) .then(() => { console.log('modded') }) .catch((err) => { console.log(err) }) ``` Always results in `No response from twitch` even though I can see the...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [x] **test update** - [ ] **typo fix** - [ ]...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...