Shachar Zidon
Shachar Zidon
Weird - when I put my private key in (whether with or without newlines), I get an error (this is without newlines): ``` Cause: invalid armor ``` full log: https://gist.github.com/TheOnlyTails/69a172fa3638a46a3acaf6c75b5e60d1
I finally had the idea to try printing the key when signing it, and turns out that if I pass it as a property, it gets cut off, like this:...
I regenerated the keys and tried again with that format, but for some reason, it still reads that one. Even weirder - when I close the repo manually, it works...
After discussing this a bit more with @pngwn on Discord, we've come to a few decisions: - Bare imports are the way to go. - They would have to be...
Awesome, thank you!
I'm actually getting this too with the new SvelteKit changes: ```html export let data; $: ({ posts } = data) // ^^^^^ -> error here, posts cannot be found ```
@yaichenbaum can you take a look in the installers? I don't see anything wrong on the Svelte side.
@Tropix126 is there a chance you could make this change? I'm on vacation and won't have access to an editor for at least a week.
Can you try disabling the scrolling animations on the contributor cards and see if it makes a difference?
> Would this allow a svelte component to take advantage of both tailwindcss in "class" attributes on HTML, as well as CSS defined inside a component's `` tag? Yes. PostCSS-SCSS...