Jeff Ober
Jeff Ober
The odd circumstances for this to be triggered are: 1. Function is assigned to a variable 2. Function is defined on a single line 3. The function makes use of...
My expectation as a user is that restoring a session _replaces_ all active tabs, including pinned tabs, with those of the session I wish to load. As an example, I...
This addresses the bug in issue 17 by modifying the string regex to handle an escaped character immediately preceded by an escaped backslash.
Minimal test case: my $parser = TOML::Parser->new; chomp(my $toml = ); my $data = $parser->parse($toml); __DATA__ foo="bar=\\\"baz\\\"" This should produce a string value for `foo` of `bar=\"baz\"`. The syntax is...
Currently, we retain summaries indefinitely. We should timestamp them and reap any older than some configured age.