Svelte

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Here are 3,116 public repositories matching this topic...
First
When run command pip install six
return error because pip is not installed. In result resolved commands brew install python; pip3 install six
Second
Before brew cask install <SOMETHING>
return error Error: Unknown command: cask. Resolved by use commands without cask:
brew install `
Both cases is not obvious for users which not used homebrew before (MacOS Big
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
May 4, 2021 - TypeScript
-
Updated
Jun 28, 2021 - TypeScript
Which version are you using?
Ex. 1.24.1
Is the latest version affected?
- Yes
- No
Which library are you using?
- Vanilla JS (
tsparticles
)
tsParticles Configuration
detectRetina: true,
fpsLimit: 60,
interactivity: {
detectsOn: "parent",
events: {
-
Updated
Jun 16, 2021 - TypeScript
I noticed that the first item of a List does not ripple on click as the others do. This is visible in the official demo on the "Simple List".
I'm guessing this is an issue with SMUI and not with MDC, since the example on Material.io does not have this issue.
-
Updated
Jul 9, 2021 - Svelte
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
Jul 5, 2021 - TypeScript
Iterate over all submodules in `core/src/__tests__/data/blocks/*` and run snapshot tests on each
It may be nice to ultimately just update these tests to read the data/blocks dir and run tests against each automatically so it's easier to manage these tests
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Jul 13, 2021 - Svelte
-
Updated
Jul 9, 2021 - TypeScript
The various popup shown can be placed outside the viewport, making them hard to view/use.
For example, a tooltip can be partially hidden if the activator is in the right of the screen, or a menu can be longer than the viewport height.
Smelte should probably provides utils to position popup on the viewport.
(by the way, thanks for your work, smelte is great :)
-
Updated
Jul 13, 2021 - Svelte
There is a breaking change: kantord/LibreLingo#708
It's probably a small thing to fix, so it should be straight forward.
Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jul 13, 2021
-
Updated
Jan 30, 2021 - JavaScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
For reproduction:
I created a new angular project with the cli (v 12.1.1) and added storybook (v 6.3.4). Compodoc 1.1.12 has been installed. Now if I add a @input() to one of my components and create a story for that component with default args, I got no controls rendered.
If I switch back to Compodoc 1.1.11 everything works. The difference between 1.1.11 and 1.1.12 is, that properties marke