-
Updated
Mar 12, 2022 - TypeScript
stenciljs
Here are 424 public repositories matching this topic...
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.
Twitch Support
-
Updated
Feb 25, 2022 - TypeScript
Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:
return import(`./${bundleId}.entry.js${""}`);Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To
Affected part of DeckDeckGo
- Web Components
Feature Description
Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.
Or is that already possible today through existing CSS properties?
Use Case
I use drr for a project w
-
Updated
Feb 24, 2022
Change the global-stylesheet name to global-style across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for the imports. Here is a example to reproduce it
https://codesandbox.io/s/d039b?file=/src/routes/home/index.js
Since we save the dependencies from plugins using a Record<string, UIDLDependency>. When the file names
-
Updated
Mar 6, 2022 - TypeScript
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Mar 11, 2022 - TypeScript
-
Updated
Sep 21, 2021 - TypeScript
Hi, I need to call an outside Angular function from inside a phaser scene. Can you please show me the way? I found this [https://www.html5gamedevs.com/topic/35570-calling-an-angular-function-from-within-phaser-3-scene/] :
But nothing said there have worked. It's claimed that it can be done with ion-phaser.
Thanks.
-
Updated
Jan 23, 2021 - TypeScript
Actual Behavior
Rendering a calcite filter with a pre-defined search value. The filteredItems property is an empty array even though there are matching results. The filter method is not called initially so the filteredItems property is misleading (an empty array even though some items match).
Expected Behavior
I would expect on first prop set / (render in stencil) the filter met
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Mar 9, 2022 - TypeScript
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Aug 14, 2021 - HTML
-
Updated
Mar 10, 2022 - TypeScript
-
Updated
Jun 9, 2019 - TypeScript
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Jan 22, 2022 - TypeScript
-
Updated
Oct 11, 2021
Improve this page
Add a description, image, and links to the stenciljs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stenciljs topic, visit your repo's landing page and select "manage topics."
As stated here - but wrongly closed - prerendering fails when using Axios
Problem is that some libraries like AWS AmplifyJS use Axios under the hood.
@adamdbradley Any idea how to solve this serious issue?