Braden Wiggins

Results 47 comments of Braden Wiggins

I strongly agree with @JakeShirley and come across this often. Regarding @octogonz's comment: > My initial instinct would be to say that TSDoc should not be involved with parameter defaults,...

The main error seems to be: ![Screenshot 2020-09-02 at 9 48 03 AM](https://user-images.githubusercontent.com/55504972/91991956-904df600-ed01-11ea-91ad-986702260bd4.png) I wonder if https://github.com/nodejs/node/issues/32137 could have anything to do with this?

To reproduce: ```bash yarn create vite-app test cd test yarn add userbase-js -D ``` Then, in `App.vue`, adding `import userbase from 'userbase-js'` anywhere in the `` tag results in the...

I wasn't unfortunetaly. It's been awhile since I tried- I have a Svelte app using Vite in the works that I was considering userbase for, so I'll let you know...

Hey guys! I'm a bit unsure about how to change the Command Pallet to `CTRL + P` like in VSCode. Using @keegan-lillo's approach, I have `updateKeyBinding(editor, 'CommandPalette', 46)`- but I'm...

I would absolutely love this

> ```svelte > > > import { onMount } from 'svelte'; > import { fly } from 'svelte/transition'; > > export let visible = false; > let init = false;...

@niklasgrewe Not exactly. I've been using [this component](https://fractils.fractal-hq.com/#OnMount) to reduce the amount of boilerplate a bit. I can type `

Awesome! Thanks for the help :). That should be more than enough 🙏 I have a preset manager plugin for lil-gui that lets you pass in an instance and adds...

I noticed this doesn't work with `.svelte` files either. I thought it was just the lang attribute ``, but plain `` tags seem to also be broken. Should I open...