-
Not sure if this would be something to land in the tree, though wanted to post this somewhere, in case it is useful.
In order to see what the definition of a campaign mission level was, I use the f…
-
I'm getting the following test failure on Python 3.7:
```
============================= test session starts ==============================
platform linux -- Python 3.7.1, pytest-3.9.3, py-1.7.0, pl…
-
(I'm pretty sure this is a known issue, but I didn't see an open issue for it, and wanted there to be a canonical place to track it)
Example:
```
(cryptography) ~/p/cryptography (master) $ py.test t…
-
https://review.opendev.org/c/openstack/i18n/+/895763/comment/961be112_a2450b3f/
-
Its great to see Google officially support running the emulator in Docker containers!
The big, public CI services like Travis, GitLab-CI, etc. do not provide KVM or privileged runners by default. …
-
## Use Case
This is a followup of many slack conversations and vox pupuli monthlies. PE vendors and rebrands a few modules, for example inifile, postgresql and hocon. There's also code for managing…
-
// step 2,判断line内容是否为段或键
//段开头查找 [
if (cleanLine[0] == '[') {
err = UpdateSection(cleanLine, comment, rightComment, &currSection);
…
-
This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:
``` ini
var1 = this is a \
multiline value
var2 = "this is a
multiline value"
```
https://github.com/TwP…
-
Hi
I have a question about license.
i plan to use DirectOutput / DirectOutput PinballX Plugin / IniFile.cs Files in our project.
what is the license type of that code and can i use that comme…
-
I had to install Perl modules to have a working check_wmi_plus configuration. Should be interesting to check modules and/or propose to install extra modules ?
My extra setup command:
```
cpan insta…