Mark Volkmann

Results 56 issues of Mark Volkmann

The description says "Supports recommended set of rules from ESLint and @typescript-eslint out of the box with no config." It seems it does implement all the `eslint:recommended` rules, but only...

design limitation
requires type checking

For example, {after: 'badTaskName'}. Currently it outputs this: TypeError: Cannot call method 'isComplete' of undefined

After typing `{#` the snippets for `if`, `each`, and `await` are suggested. Picking any one of them outputs the corresponding snippet. But the final `}` is missing in all of...

bug

The docs for models say "Cotton is smart enough to determine the data type of that particular column using TypeScript types. However, you can still customize your column types by...

Does Cotton support creating or executing prepared statements? If not, is that something you are considering adding?

**Where in the docs did you come across this?** Exercises at the end of section 4.2 "Hello, World!" **Describe what about it does not make sense** After making the suggested...

Just importing `neovis.js` with the following line: ```js import NeoVis from 'neovis.js'; ``` gives me the error: ```text main.js:3 Uncaught ReferenceError: visNetwork_min$1 is not defined ``` I have installed all...

I'm not sure if this is a documentation request or a feature request. Is there a SMUI component that can be used to allow the user to select multiple options...

documentation

The documentation at https://github.com/dagrejs/dagre/wiki#configuring-the-layout says "The layout can be configured by either setting the properties in the table below on the appropriate objects in the graph or by passing a...

This is a question. What changes do we need to make in the package.json npm scripts of our Svelte projects in order to use this? Presumably these need to change:...

question