-
```
It would be nice to have semi-automatic TOC generator for pages. Could be
something like Google Code uses (manual insertion). Perhaps this
would require modifying the Markdown parser, or at lea…
-
The current syntax highlighting solution uses a simple lexer to generate a stream of tokens. Adding new languages means adding a new implementation of the lexer to add behaviour for that specific lang…
-
If a user is linting sphinx-style docstrings, pydoclint should be able to detect whether docstrings deviating from the selected style, such as google/numpy, are present and raise a violation.
-
ANTLR Parser Generator Version 4.5.1
Example Grammar:
example
: CLASS_DECLARE className NEWLINE\* space IOrE space TOKEN space IOrE space TOKEN space NEWLINE space '{'
;
NEWLINE
: '\r'…
-
https://s01.oss.sonatype.org/content/repositories/snapshots/org/congocc/org.congocc.maven.plugin/2.0.0-SNAPSHOT/
@cstamas could you review this snapshot?
-
**The previous version in which this bug was not present was**
Before migrating to the `esbuild` system. This feature works with `webpack` builder.
**Description**
I am trying to upload images to…
-
Of the 18 `doc.odin` files present in the `core` library, ca. 8 do not show up in the library documentation.
It seems this can be related to 3 elements:
- the file include a `//+build ignore` li…
-
I downloaded the public dataset and tried to run the code. It is found that there is no npy file, and the readme does not say how to generate the npy file. Please also explain how to generate npy file…
-
### 🤔 What's the problem you're trying to solve?
In the Reqnroll project https://github.com/reqnroll, I am implementing a Roslyn-based source generator. As this runs as part of the IDE as the user is…
-
### Presentation of the new feature
Currently I have implemented following CLI tool which is using outlines:
```python
#!/usr/bin/env python3
import argparse
import outlines
import outline…