Shoma Kokuryo
Shoma Kokuryo
Sorry, I'm confused. I don't want to allow user with is_active = False to login. I want to know the **real** reason of refusing login. This issue is a problem...
@diddiman It may just be a typo, but isn't it `grpck` instead of `grpckt`? ↓ The following is an excerpt from the sample you provided. ``` plugins { grpc {...
I've confirmed that the problem has been reproduced. ``` $ echo package.json { "name": "issue262", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" &&...
I reported the issue about why `softbreak` and `space` have no location information. refs https://github.com/tamuratak/latex-utensils/issues/26
My suggestion that adds location information to `softbreak` and `space` is rejected by the maintainer. The `completeBlank` function should take care of these properly, so we may simply ignore them.
## Softbrake and Space The newly added `Softbrake` and `Space` seem to have undefined locations. The location of `Node`, the type that contains them, is now possibly undefined. - https://github.com/tamuratak/latex-utensils/blob/v4.0.2/src/latex/latex_parser_types.ts#L162-L165...
Input: ```latex % This is the beginning of the document \documentclass{article} % This is a comment \begin{document} This is a paragraph that contains inline math: $E=mc^2$. This is a second...
@tani @kn1cht Hi. I think it is now ready for review! I think there is room for lots of improvement. NOTE: We have to decide what version to release. I...
> `whitespace` and `parbreak` around `\item` has no location information This may be resolved by `parseMinimal` method of unified-latex. https://github.com/pddg/eval-js-latex-parsers/blob/e31b34348473fdecbc1f628c07d49fb9373c3f8f/unified-latex-minimal/output.json#L726-L740
Looking at the reference, markdown-to-ast, it appears that whitespace, etc. caused by List nesting is simply ignored. Each ListItem has no whitespace before or after it, and whitespace or line...