Soshi Homma

Results 19 issues of Soshi Homma

Please be able to export images with high resolution.

# Bug report ## Describe the bug Got `/var/lib/dokku/plugins/enabled/git/git-from-directory: line 33: rsync: command not found` with Debian buster (10) in GCE. ## To Reproduce After installing dokku, just follow instruction...

bug

`v-viewer.js` in plugins ```js import Vue from 'vue' import 'viewerjs/dist/viewer.css' import Viewer from 'v-viewer' Vue.use(Viewer); ``` and add the plugin to `nuxt.config.ts` ```ts plugins: [ '~/plugins/v-viewer.js', ], ``` but css...

disqus_shortname doesn't work

First, I got this error. Error107:07:35.202 ERROR Script load failed: themes\hexo-theme-skapp\scripts\renderer.js Error: Cannot find module 'lunr' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (E:\hexo\sites\blog\node_modules\hexo\lib\hexo\index.js:219:21) at E:\hexo\sites\blog\themes\hexo-theme-skapp\scripts\renderer.js:5:16...

Hello, I'm really new to Ruby and Rails and also GraphQL. I know and sorry that I am asking stupid question, but please tell me if I wonder I can...

**Describe the bug** In Next.js, `Uncaught (in promise) ReferenceError: _ is not defined` will happen with valid configuration **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/rikusen0335/convert-video-for-twitter 2. basic...

Since I stucked at this, I added instruction according to [this issue](https://github.com/nuxt-community/google-fonts-module/issues/98)

### Description According to doc I have to pass customTheme to `createStandatoneToast()` instead of `ChakraProvider`, and I passed it and remove it from ChakraProvider. But transpiles like `color="brand.300"` to `color:...