-
Hello Hello @maxpowis
just to share with you, that you can generate your resume using github discussion with yaml syntax in [myprofile](https://github.com/shield-wall/myprofile) project.
You wi…
-
```plain
- root
- env
- dev.env
- prod.env
- prod.secret.env
```
I want to saperate some secrets out to another .env file and gitignore it.
How can I tell prod.env to include p…
-
### What problem does this feature solve?
Leave transitions can be a source of bugs, since developers usually consider that a removed element is not in the DOM anymore.
Consider a popup to make a …
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched fo…
-
> [!IMPORTANT]
> ## Support for ES Modules in Electron will land in Electron 28 and will be available in the `electron-nightly` released on August 31st
>
> 🥳
**Original Issue Below**
### Pre…
-
### Is your feature request related to a problem? Please describe
Storybook 7 introduces many improvements for type support when using Vue. Still, we're seeing errors when trying to pass arguments …
-
An `on:` attribute, or something similar, would make it convenient to delegate all events from a component or html tag,
```html
// All events on a are delegated through the component.
My Link
`…
-
### Describe the problem
I'm from Vue and I like the fact that Vue is a pure CSR all-in-one framework and keeps its SSR Nuxt a separated project.
Sveltekit seems a SSR-first project to me and i…
-
Hello - for sveltekit, seems like console.log doesn't work in components (`.svelte` files).
I have tried regular syntax (`console.log($data)`), reactive statement (`$: console.log($data)`), and wi…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Webpack finish bundle without errors with css-loader `0.26.4`.
After update to `0.27.0` webpacking…