-
Hi there,
I'm using the SQLite grammar,
```python
def parse(query: str):
input_stream = InputStream(query)
lexer = SQLiteLexer(input_stream)
stream = CommonTokenStream(lexer)
…
-
```xsh
🐚 foo('spam'='eggs')
xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE =
Traceback (most recent call last):
File "/home/jbliss/.conda/lib/python3.6/site-packages/xonsh…
-
I'm trying to deserialize some dictionary defitnitions and came across this one which contains mixed multiple tags with normal string (html text formatting).
```xml
1 〔学業・技術などの能力判定〕 an examination; …
-
**Describe the bug**
A clear and concise description of what the bug is.
Please implement `Queryable` for all `Value` variants. In my particular case, `Value::Bytes(_)` does not have `Queryable` i…
-
_(Being Exhale newbie, I'm not sure where the actual problem may be, so I initially posted this as [AttributeError: 'str' object has no attribute 'get_display_string'](https://groups.google.com/forum/…
-
I am new to Rust and in audio, it throws error like this when I want to build:
```
error: failed to run custom build command for `ffmpeg-sys-next v4.4.0`
note: To improve backtraces for build depen…
-
Hi
I'm trying to use your test_nbs.py script to create a coverage report but it fails here:
https://github.com/pete88b/decision_tree/blob/master/test_nbs.py#L109
`Config().nbs_path` is just a s…
-
Firstly absolutely love the styling of this plugin, however I'd love to make it a bit smaller via options if possible? Or would this break the ASCII art?
-
## Description
### Bug report
interaction constraints* not only limits consequent splits, but all further splits in the tree
Short preamble: This is assuming that the behavior is intended to mirr…
-
The three lines of code below reliably provoke a segfault for me:
```python console
Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "li…