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 1,400 public repositories matching this topic...
🐛 bug report
Description of the problem. How has this issue affected you? What are you trying to accomplish?
I tried to use react component like react-window in preact sandox which works perfectly fine locally but is not working in codesandbox.
Link to sandbox: preact-template-compat-issue
Root cause
Preact tr
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset
But note that here we don't need the default poi command, since we don't need that dev server. Instead we use poi watch & nodemon to develop the app, each time webpac
-
Updated
Jun 7, 2020 - TypeScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Apr 10, 2020 - HTML
-
Updated
Jun 17, 2020 - TypeScript
Complete Docs
- Creating a Control Guide
- Creating a Plugin Guide
- Creating a Provider Guide
- Custom Controls Guide
- Custom Settings Guide
- How Plugins Work
Videojs VTT Plugin
-
Updated
Feb 4, 2020 - JavaScript
Describe the bug
In the chip challenge, pressing the enter key does nothing and the "submit" and "continue" buttons have to be operated by a left click.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Verbs, part 1'
- Encounter a chip challenge
- Drag chips to their correct places
- Press enter
- See error - no reaction
Expected behavior
Hitting the enter shou
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 :)
We could probably improve many components by adding slot supports for headers, etc vs having to manually nest CardHeader, CardFooter, ToastHeader, alert-heading classes, etc.
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
May 27, 2020
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 2, 2020 - HTML
-
Updated
Mar 26, 2020 - HTML
Why?
See here jakedeichert/svelvet#83
Below is a quick guide to help you migrate to rollup.
npm uninstall svelvet
npm install rollup
npm install @rollup/plugin-node-resolve
npm install rollup-plugin-svelte
npm install rollup-plugin-terserrollup.config.js
import fs from "fs";
import path from "path";
import resolve fr-
Updated
Jun 9, 2020 - TypeScript
https://www.reddit.com/r/nomie/comments/ffo16y/exporting_notes/
Notes that don't have a tracker are not included in the CSV export. Either include them - or have a option to select Tag based CSV or Note based CSV
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
TS is coincidentally embarking on the same thing we're doing and they have a bunch of good ideas and inspiration sources
- microsoft/TypeScript-Website#63
- microsoft/TypeScript-Website#88
- https://github.com/typescript-community
- https://github.com/typescript-community/governance/tree/docs
please make spinoff issues for stuff you want t
-
Updated
Jun 17, 2020 - Kotlin
Before you submit an issue we recommend you drop into the Gitter community and ask any questions you have or mention any problems you've had getting started with prettyhtml.
🐛 Bug Report
Some scenes need double quotes and single quotes existing at the same time
To Reproduce
I have this code in the vue template:
<input v-input-chec-
Updated
Jun 3, 2020 - JavaScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
Describe the bug
In the config.js
addParametersfunction, if I setisFullscreen: trueand open the webpage, it is fullscreen on startup. But if I setisFullscreen: falseand open the webpage again, it is still full-screen on startup.To Reproduce
isFullscreen: true, open the webpage,isFullscreen: false, open the webpa