Roman Inflianskas

Results 100 issues of Roman Inflianskas

I'm running the code from #144. I'm getting the exception: ``` e # Rule 'telegram_username_or_jira_uid' didn't match at '! _' (line 1, column 3). e.args # ('? ! _',) ```...

I have following code: ```python from parsimonious.grammar import Grammar reporter_uid = 'uid' issue_text = '? ! _' grammar = Grammar(r''' issue = first_line "\n" summary ("\n" description)? first_line = issue_type...

### Steps to reproduce ``` $ cd /tmp $ ln -s broken_symlink_destination broken_symlink $ tar -czvf broken_symlink.tar.gz broken_symlink $ echo -e 'import nimarchive\n\nextract("/tmp/broken_symlink.tar.gz", "/tmp/output")' >/tmp/test_nimarchive_broken_symlink.nim $ nim run /tmp/test_nimarchive_broken_symlink.nim #...

### Steps to reproduce On GNU/Linux with `zip` installed: ``` $ cd /tmp $ mkdir readonly_dir $ touch readonly_dir/readonly_file $ chmod 400 readonly_dir/readonly_file $ chmod 500 readonly_dir/ $ zip archive.zip...

Steps to reproduce: 1. Install https://github.com/saltstack/salt-vim 2. Open salt state file: `vim /tmp/s.sls` 3. Start typing: `salt://ssssssssssssssssssssss...` 4. See how vim eats all CPU after some "s". Salt-vim plugin works...

Parse the number according to the JSON grammar, ignoring the current locale.

bug

It's implemented in the fish shell core: See: https://www.bountysource.com/issues/986070-vi-mode-missing https://github.com/fish-shell/fish-shell/issues/65