Clifford Fajardo
Clifford Fajardo
⭐ Community Feedback or Contributions Welcomed for -- Cypress vs Playwright Feature Comparison Table
Hi all, I created this comparison table for Playwright vs Cypress when I began exploring what E2E testing solutions were available. If anyone is very experienced with Cypress & it's...
## What is the change? 1. add `bug_report.md` to `bug-report.yml` to enable Github's form based issue template - https://youtu.be/qQE1BUkf2-s?t=23 2. add `config.yml` file to help direct users to the helpful...
## What is the change? 1. add `bug_report.md` to `bug-report.yml` to enable Github's form based issue template - https://youtu.be/qQE1BUkf2-s?t=23 2. add `config.yml` file to help direct users to the helpful...
Hello again @kiliman 😄 As a new remix user I'm learning a lot from your repo examples, figured i'd add this here in case your repo gets more traction/contributions 🙏...
### Scenario At work, our server's are not allowed to make requests to the external world / internet , unless they go through a specific proxy server for security reasons....
Hey @juhanakristian, Was curious if `remix-auth-microsoft` serves the same purpose as the [`msal-node` package](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) (microsoft authentication library)? Thanks!
## What is the change? Add `bug_report.yml` & `config.yml` file to enable Github's form based issue template - https://youtu.be/qQE1BUkf2-s?t=23 ## Motivation - encourage's bug reporter's to put more care into...
Before writing your tests for step 4, Scott notes we need to update our `karma.conf.js` file. Afterwards, when running `npm start` you might get an error saying "cannot load webpack"....
If you get the message below from JSON-server see: [TypeError: low(...).state is not a function](https://github.com/typicode/json-server/issues/289#issuecomment-219249821). ``` \{^_^}/ hi! Loading db.json /usr/local/lib/node_modules/json-server/src/cli/utils/load.js:31 data = low(source, { storage: fileAsync }).state() ^ TypeError:...
Hi @SachaG, I'm not sure where the best place to leave feedback is (non-code related). ## Idea 1. It would be interesting to see how the javascript is being used...