Rahul Gupta

Results 69 issues of Rahul Gupta

Suppose one places an empty figure tag ``` ``` I get an error ``` TypeError: Cannot read property 'type' of undefined at parseMarkdown (test\node_modules\@tufte-markdown\remark-figure-parser\dist\remark-figure-parser.cjs.js:15066:52) at Of.figureTokenizer (test\node_modules\@tufte-markdown\remark-figure-parser\dist\remark-figure-parser.cjs.js:15040:22) at Of.tokenize [as...

When I try to use solid-node-client in a nwjs environment, inside `SolidNodeClient.prototype._getAuthFetcher`, the `cookie` is set to `null` and then the program crashes since `getAuthFetcher()` expects a cookie to have...

This seems to be a consequence of PR #12 that I had pushed couple of days ago. There have been more than a few breaking changes in @solid/oidc-rp. However, roll...

solid/oidc-rp has been depreciated in favour of Use interop-alliance/oidc-rp. Please migrate to the latter.

I am getting the following error message: ``` SublimeLinter: chdir not set or invalid, using D:\Users\X\dev\syn3\src SublimeLinter: eslint_d: config.js ['C:\\Program Files\\npm\\eslint_d.cmd', '--format', 'compact', '--stdin', '--stdin-filename', '__RELATIVE_TO_FOLDER__', '--config', 'D:\\Users\\X\\dev\\syn3\\.eslintrc'] SublimeLinter: eslint_d...

Surrounding a word in triple brackets, so that it is added to the index is causing the word to vanish? Input: ``` This (((!vanishes))). This also (((vanishes))). ``` Output ```...

Are the available PI's documented somewhere? Alternatively, can you point me where in the code I can look at them?

This is a complicated one to explain. Please see the attached test case. When the `*[Accept-Events]:` abbrev links to `#foo` (L94), an id attached to a section heading, a spurious...

I am not sure if this is a bug or being done intentionally. I am finding tags like ` ` are being introduced in place of section separators, referring to...

I am trying to write a comparator for Items. The simplest thing will be match the type and compare the values. Amongst the non-primitive types, I cannot coerce only ByteSequence...