James

Results 149 issues of James

![image](https://github.com/dimensionhq/volt/assets/5511220/510b8d12-b7fb-4328-8310-c23e67925b3a) there should be a space in between "up" and "to"

Hello, and thanks for the plugin. ### What `typedoc-plugin-markdown` currently does In the Markdown format, underscores are used to denote italics and bold. Thus, this plugin zealously escapes them at...

next

Hello, I think I found a bug in the plugin. Here's the source code for a function called "spawnCustomGridEntity": We can see that it has, in order: - 2 mandatory...

next

ts-json-schema-generator appears to be bugged when generating schemas for classes. For example: ```ts export class Foo { /** Whether or not foo has a bar. */ someAttribute: boolean; } ```...

bug
help wanted
good first issue

Hello and thanks for the helpful tool. According to #286, it looks like `unbuild` supports generation of source maps. However, this does not seem to happen automatically, even if `"declarationMap":...