Dave Rawks

Results 58 comments of Dave Rawks

> Can you explain more about how you are using the data? I have a callback plugin which captures some values from tasks which are completed and serializes those values...

Cool, so now you've given an example for YAML, which I truly appreciate, but there is still no real pointer in the documentation that would have directed me to this,...

Change your systemd unit to specify `Type=simple` there is no need to daemonize a program run under systemd.

@nitzmahone is this going to be fixed in 5.4? The existing behavior is truly broken and not compliant with the relevant yaml standards. It causes me frequent problems and @dota17...

@reyjrar's initial issue #382 has as clearly elucidated description of the issue as possible. It is not currently possible to load the string "0000-00-00" without explicitly tagging the value as...

> I don't follow what _tank_ means here. Dumb autocorrect, "yaml" not "tank" Quote wrapping is another form of explicit type tagging. The important thing here is that arbitrary type...

> Can you link me to the part of the [YAML 1.1 Spec](https://yaml.org/spec/1.1/) that states the above? > > I haven't been able to locate anything like that so far....

There are a bunch of undocumented fields. issue #11 has several others listed and was closed with a patronizing comment and no accompanying changes...

> Supporting globs **and** regular expressions is incompatible. > Variables such as `$self` would also be incompatible with regex (due to `$`). > Negation could be implemented with regex using...

@mkeeler I understand that lookups in radix allow for fast operation on prefixes and that more complex matches would incur some time complexity, but it doesn't need to be all...