Otis Sutton

Results 26 issues of Otis Sutton

I have tried to set up using the following instructions: - install and run https://github.com/mafintosh/docker-browser-server - install and run https://github.com/maxogden/adventure-time (the demo uses get-dat content but you can swap in...

Hello, As seen in this [rollup issue](https://github.com/rollup/rollup/issues/2935) the only way to handle multiple (named) UMD builds is using the array syntax: ```js [ { input: 'packages/A/index.js', output: { name: '[name]Bundle',...

feature request

I did a quick search through current and past issues/pulls and could not find anything so please forgive me if this has been brought up before. I just came across...

enhancement

On Ubuntu 16.10 and I can not change the hotkey, I can select the text but backspace or just trying the new key binding straight has no effect.

### What steps will reproduce the problem? 1. Disable an anchor 2. Select Toggle Anchors ### What version of BigWigs are you using? (Stating 'latest' is not useful) v53. ###...

I have recently been trying to integrate `remark-shiki-twoslash` with [Astro](https://astro.build/) and I have been getting some weird errors. Reproduction repo [here](https://github.com/chopfitzroy/astro-shiki-twoslash). I have the following code block in a markdown...

Currrently this line `import { VTooltip } from 'v-tooltip'` causes rollup to throw the following error: ``` [!] Error: 'VTooltip' is not exported by node_modules/v-tooltip/dist/v-tooltip.common.js https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module node_modules/vue-fab/src/FAB.vue?rollup-plugin-vue=script.js (77:8) ``` If...

Using the express example in the README I would like to check if the user is logged in at the index and if they are not redirect them to `/auth/facebook`...

After cloning the tutorial (tried a cloned version just to guarantee no typo's) and substituting in my Auth0 values I get the following console errors: ``` Invalid token specified: Cannot...