Mark Volkmann

Results 97 comments of Mark Volkmann

Maybe Prettier should run its own 2020 poll on this and any other topics being considered.

Thanks! I cloned the repo, ran `npm install`, ran `npm run build`, copied `dist/neovis.js` to my project `node_modules/neovis.js/dist`, and restarted my app. I still get the same error.

I am using Rollup. However, i get the same error when I don't use any bundler.

I actually do have it working now in a simple app that does not use a bundler. Are you suspecting that Rollup is discarding code that is needed and that's...

I am trying to use neovis.js from a default Svelte app setup. Here is the `rollup.config.js` file it provides: ```js import svelte from 'rollup-plugin-svelte'; import resolve from '@rollup/plugin-node-resolve'; import commonjs...

I haven't tried lately. I believe it is still an issue when using Rollup as Svelte does by default. However, the project where I will be using this soon is...

My status is the same. I'm not currently using Nevis from Svelte. I'm using it from React without any issues. But I assume there is still an issue with using...

On Mon, Dec 31, 2018 at 11:59 PM Igor Afanasyev wrote: > What browser/OS do you experience this with? > Chrome on macOS > Does changing the browser fix the...

I didn't realize I was at a custom zoom level, but it turns out I was at 90%. Switching to 100% fixed the issue. Should the cursor be positioned correctly...

I just ran into this. I don't believe remove-tag is working as described at https://emmet.io. The tutorial shows a result that doesn't match what the Emmet website describes. See https://github.com/mattn/emmet-vim/blob/master/TUTORIAL...