-
```
What steps will reproduce the problem?
AML::Node config = YAML::LoadFile("config.yaml");
config["lastLogin"] = getCurrentDateTime();
std::ofstream fout("config.yaml");
fout
-
``` ruby
# coding: utf-8
require 'yaml'
h = {name: '李'}
YAML.dump(h, File.new('out.yml', 'w:utf-8'))
```
On Ruby 2.2.1, fails with: `Encoding::UndefinedConversionError: "\xE6" from ASCII-8BIT to UTF…
ghost updated
8 years ago
-
I've been beating my head into the wall to get this library to allow me to set a single `YAML::Value` to `YAML::SingleQuoted`. This is a pretty straightforward problem that I think most people can gue…
-
I did perform the pip3 install xmpp_logging_handle and attempted to get Avarice to use my own xmpp server. Avarice version is 4.0.1, setting xmpp false for Simulator and Trader results in Avarice load…
ghost updated
8 years ago
-
```
This is an enhancement request that comes with a suggested
complete working implementation as an attachment.
I think it would be good to provide a base class and some
macros that take care of mos…
-
Version:
0.16.0 release
Problem
Using locust to have the loadtesting, the request rate for uploading charts and get index drops a lot.
Description
Previously
Previously chartmuseum rel…
-
### Bug Description
[_validate_build_plan](https://github.com/canonical/craft-application/blob/2bda2579de8a4f5733486914cd4d9c9383fbcb3e/craft_application/services/lifecycle.py#L422-L440) requires the…
-
It seems that libyaml uses the `? ... : ...` notation for long hash keys (with "long" being more than 128 characters). I think that this notation brings no readability advantage over the "normal" hash…
-
## CVE-2022-25857 - High Severity Vulnerability
Vulnerable Library - snakeyaml-1.17.jar
YAML 1.1 parser and emitter for Java
Library home page: http://www.snakeyaml.org
Path to dependency file: /ope…
-
Let's imagine I have the following class:
```C#
class MyClass
{
IList Values { get; set; }
}
```
Given the following yaml file:
```yaml
Values:
```
When I deserialize that class…