-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code…
-
# Application Engineer:
## Qualifications
- Previous working experience as a Node.js Developer for at least 3 years
- Experience working with clients and gathering client requirements
- Development ex…
-
## Issue
I'm getting the following error when I try to do release build for android.
```
> Task :app:lintVitalRelease
Execution optimizations have been disabled for task ':app:lint…
-
To compile vue3 template we have to use [@vue/compiler-sfc](https://www.npmjs.com/package/@vue/compiler-sfc) (because [vue-template-compiler](https://www.npmjs.com/package/vue-template-compiler) is fo…
-
@mfrachet thought this might be useful to those hoping to use cypress-audit with an nx repo. Also I am having some issues with headless mode.
### Steps ###
0. Install [Nx](https://nx.dev/) - The b…
MuckT updated
2 years ago
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [C…
-
### Issue description or question
After a recent Wallaby update, I started to see this exception.
Restarting wallaby runner helps.
```
console.log: Jest: ● Test suite failed to run
Type…
-
docs: fix tree-shaking typo (#9080) ([e8e1e62](https://github.com/vitejs/vite/commit/e8e1e62e96b172c89af188cf17783857611b5fb4))
---
````diff
--- /dev/null
+++ b/docs/blog/announcing-vite3.md
@@ -0,0…
-
Watch mode is essential for developing tests. Here is custom code I have developed for this that I think someone could introduce in detox natively. The implementation has many hardcodings, like for ex…
-
Let's talk about how we should be testing. It's obvious we should be testing more, but we need some guidelines to help ensure that our tests are high quality and that contributors can easily see what…