Skip to content
#

Svelte

svelte logo

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,235 public repositories matching this topic...

storybook
NativeScript
vslugin
vslugin commented Feb 10, 2021

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

tsparticles
matteobruni
matteobruni commented Jul 30, 2021

All colors used in tsParticles are simple, I think supporting gradients could be a good addition since particles can obtain another effect just with colors.

How I think gradient should be configured:

{
   "particles":{
      "color":{
         "value":{
            "gradient":{
               "type":"linear",
               "angle": {
                 "value": 0,
          
j3rem1e
j3rem1e commented Jan 8, 2020

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 :)

LibreLingo
kantord
kantord commented Jul 14, 2021

Is your feature request related to a problem? Please describe.
It's possible that someone makes a changes to the export system, but doesn't re-export the static JSON files. This means that the Cypress tests could be passing without detecting an underlying issue introduced by the changes to the course system.

Describe the solution you'd like

  • similarly how the [pypi readme files are
dmitrydvornichenko
dmitrydvornichenko commented Apr 16, 2020

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

Created by Rich Harris

Released November 2016

Repository
sveltejs/svelte
Website
svelte.dev
Wikipedia
Wikipedia

Related Topics

angular react vue