Results 9 comments of pkExec

How can this still be in issue 3 years later? Mobile panning doesn't work even in the basic examples: https://philogb.github.io/jit/static/v20/Jit/Examples/Spacetree/example1.html

> I don't have the docs open right now but I'm fairly certain these are both documented. The `id` must be a string and anything else is considered unsupported. There...

> This is not actually a packaging/installation issue Sorry I wasn't clear enough. The fix to the schema is easy enough, however this will **break any existing databases**, with garbled...

Several reasons why this needs to be done: 1) Typos. The correct message should be "You are not allowed...." (missing "e" from are, and "allowed" instead of allow). 2) Customization...

Also, [this commit](https://github.com/theajack/disable-devtool/pull/56/commits/fd0053b34dee39741b73b3566fd33f5f7ef23666), is NOT reflected to current npm version (0.3.4) which I think is what happens here.

> Hi @pkExec, The MSTeams GitHub integration does not support the issue creation flow in personal/direct chats at present due to limitations of the platform. However, the error you get...

@Jbegley1995 , excellent solution. It seems to have a bug though if you use mixed fixed widths and star-auto columns, like this: doc.content[1].table.widths=["50","%","%"];

This issue is still active. To replicate: - Select vscode theme "Dark modern" -Install tabscolor. set: ``` "tabsColor.byFileType": { "js": { "backgroundColor": "yellow", "fontColor": "black" } } ``` - open...