Ryan Wheale

Results 16 issues of Ryan Wheale

> What is the problem you're trying to solve? This was first brought up in #1227 It would be nice if `.stylelintrc` file could support an "include" (and "exclude" or...

status: needs discussion

I have a file I use in both a config dependency and within my app: ```js // config dependency: const config = require('../shared/config'); // throughout client code import config from...

This covers situations where a user might want to instantiate a model in the "before" phase of a service. This is useful if a user wants to trigger getters/setters/validations and/or...

enhancement

### Current behavior: There are still code paths which trigger Cypress' internal "ensureAttached" and friends which detects whether a DOM element is still attached to the DOM. For example, the...

enhancement

### Current behavior: There is currently no way to share objects between tests. This results in a lot of get/find operations for every test as each test needs to repeatedly...

enhancement

Create a comprehensive testing suite where we can test different web component implementations such as POWCs, Polymer/Lit, StencilJS, Svelte, et al.

enhancement

This closes #273 I don't consider this done yet, but I wanted to go ahead and take a stab at this and get some feedback. Tasks still remaining: - since...

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...

Feature: Want this? Upvote it!

### Bug description I discovered this while working in a monorepo. I am using TSX to watch my application project (`/apps/my-app`). I was making edits to one of my local...

bug
watch