Ryan Waskiewicz

Results 330 comments of Ryan Waskiewicz

Hi there 👋 I apologize that it took so long for a member of the Stencil team to respond to this. Unfortunately due to the time gap, the libraries used...

Hey @ethanbdev 👋 If I'm reading this correctly, it seems the scenarios in the "Steps to Reproduce" section both require that `components.d.ts` to be absent. Is that understanding correct? If...

> Since it is an autogenerated file it does not make sense to me to check it into source control. Is it a recommended best practice to check that file...

For now, I've opened a PR in our documentation to make it explicit we recommend this file be checked in https://github.com/ionic-team/stencil-site/pull/907

Appreciate the offer! I think we have everything we need - when I mentioned it above, that gave us a good link to this issue like so in 3239: ![Screen...

Thanks for this, I'm going to ingest this into our internal backlog to investigate further

Thanks @mayerraphael, I'm going to label this to get it ingested into our backlog. If I recall correctly, not all modern browsers support `.assign()` (although `attachShadow#slotAssignment: boolean` should be), and...

👋 First, thanks for the detailed report! It was super helpful 🙂 I confirmed that this is indeed an issue - specifically the issue appears to be that Stencil doesn't...

I believe this is the result of `BranchExplorer` not accounting for the repository's forge not being set. When [`filterOptions` is set to a subset](https://github.com/gitbutlerapp/gitbutler/blob/f3f7638ba8b8fa0c213efb387d1207e24ba5993b/apps/desktop/src/components/BranchExplorer.svelte#L116-L129) of `BranchFilterOption` ([definition](https://github.com/gitbutlerapp/gitbutler/blob/58d9627bf0e0898de3d5a2ae5122b4afdd2ea4dd/apps/desktop/src/lib/branches/branchListing.ts#L125-L126)), it is not...

@valadas This package gets cloned directly from GitHub when folks run `npm init stencil application`. Any pushes/upgrades made to the `main` branch should automatically be reflected in new runs of...