Mark Volkmann
Mark Volkmann
When I enable this policy in my .vintrc.yaml and run vint I get this: ```` vint WARNING: Policy `ProhibitImplicitScopeBuiltinVariable` is not defined ````
I'm using mup to deploy my app to a DigitalOcean server and I'm using MongoDB Atlas for the database. The name of the database it creates is "test". I thought...
Would it be possible to allow users to opt into automatically running `rustfmt` before code is executed, or automatically after making changes, or provide a button to run it? I...
In particular, is there a way to configure the extension to work with `.svelte` files which can contain JavaScript and TypeScript code?
Lately I've noticed that for longer code snippets the placement of the insert cursor is off. It becomes unclear which line it is on. I suspect this is a CSS...
I'm trying to use watcher with a REST server. I have `src` and `public` directories in the application directory. It seems I can't run the `watcher` command from the application...
Do you have any documentation for the Emmet actions that emmet-vim supports? Are there any actions defined at https://emmet.io that emmet-vim does not support?
When all my data points have the same value, I get an error from `LineChart`. Changing one of the values to zero makes the error go away. I wonder if...
How does a LineChart know how much space to leave between the metadata title and the top of the chart for displaying and infoBox when the user taps on the...
I get that warning from LineChartData.swift. The `@Published` properties where this happens are `viewData` and `infoView`.