Alexander Eble
Alexander Eble
The default font 'Helvetica Neue' actually [is not](https://fonts.google.com/?query=Helvetica+Neue) on Google Fonts. Since `slidev` pulls fonts from Google Fonts (see [docs](https://sli.dev/custom/fonts.html#fonts)), I assume this is the reason why it doesn't work....
I experienced the same issue where puppeteer can only launch when `--no-sandbox` is defined. The configuration must therefore look like this: ```javascript browser = await puppeteer.launch({ args: ['--no-sandbox'], executablePath: process.env.PUPPETEER_EXEC_PATH,...
I still encounter this problem and it certainly freaks me out too. Sure, I am also reversing port 9090 because otherwise the device or emulator wouldn't connect to Reactotron.
Awesome, [enabling all terraform plugin rules](https://github.com/terraform-linters/tflint/pull/1496) is now possible by upgrading to TFLint v0.40.0 and adding the following to your TFLint configuration: ``` plugin "terraform" { enabled = true }...
> Failing that, you can opt in via using an additional arg when finishing a feature: > > ``` > git flow finish -p > ``` The problem seems to...
Hey @george-gca, thanks for this feature request. I agree, this would be a great enhancement. Though, I'm afraid I won't the time in the near future to implement this. Looking...
Temporary workaround: 1. downgrade to a version of VS Code previous to 1.86.0 2. use pre-release version of the Dev Containers extension
Hey @hzkonor, thanks for bringing this issue to my attention. My first thoughts match with what @ozfox said. Thanks for jumping in. With the current implementation, I probably can't do...
Hey @hzkonor and @ozfox, which version of of @slidev/cli are you using? Does the issue still persist with v0.46.1? I've just tried to reproduce but found the export to be...
Any news? Sadly, this issue still exists.