Basil Peace
Basil Peace
At this moment all the colors have fixed alpha channel. This makes the gem useless for some purposes (i.e. CSS). What is a reason to have `css_rgba` if it anyway...
## Description I would like to use SSH transport for Windows machines. I couldn't make Test Kitchen work via WinRM. And, since my machines will be used via SSH anyway,...
### Expected Behavior I'm using Gradle under Jenkins with [AnsiColor](https://github.com/jenkinsci/ansicolor-plugin) plugin. This plugin is able to parse ANSI escapes and color console output in HTML. Other rich features such as...
Enhancement request: I would like to use IDEA `@SuppressWarnings` values for Checkstyle. Unfortunately, there are some discrepancies in checks. Checkstyle's `HiddenField` check is equivalent to two different in IDEA checks:...
``` /var/tmp $ javac YOUR_FILE.java #[[PLACE YOUR OUTPUT HERE]] /var/tmp $ cat config.xml /var/tmp $ cat YOUR_FILE.java package test; class Test { private int a; void withOriginal() { @SuppressWarnings({"hiddenfield"}) int...
```python from pyparsing import * s = """ 1 2 3 """ def get_name_lambda(name): return lambda: name POINT = Dict(And([Group(Empty().add_parse_action(get_name_lambda(name)) + pyparsing_common.signed_integer) for name in ["x", "y", "z"]])) # 1...
Documentation: > it only verifies that the specified parse expression does *not* match at the current position. Also, ``NotAny`` does *not* skip over leading whitespace Tests show that `NotAny` actually...
When `Dict` was constructed with `asdict=True`, calling it's `ParseResults.as_dict()` gives empty dictionary. Maybe I don't understand the wording of documentation. Docstring says: > The optional ``asdict`` argument when set to...
OS: Windows 10 x64 Modelio version: 3.1, 4.1 Error when creating new project: ``` 2021-10-07 11:21:15,883 INFO LogService - New project.. 2021-10-07 11:21:17,394 TRACE modelio.core - ModuleXmlExtractor: Rewrite 'C:\Users\\.modelio\4.1\opensource-cache\conf\org.eclipse.osgi\289\data\extracted\staticModel.ramc' from...
### Description Error when `pip install` is run with `--prefix` starting with `\\?\` (for example, a directory on letter-less volume in #10597, but not limited to). `pipenv install -e .`...