Pavel Odvody

Results 8 issues of Pavel Odvody

I'm experiencing the following error when trying to run Mosh (0.4.5) on Windows 10 x32 box with Chrome 61.0.6163.100: ``` hterm_all.js:186 init: hterm mosh_window.html:1 Error in response to storage.get: TypeError:...

While working on Rego grammar for tree-sitter (https://github.com/shaded-enmity/tree-sitter-rego/blob/complete-ebnf-grammar/grammar.js => https://github.com/FallenAngel97/tree-sitter-rego/pull/2/files) I encountered a couple of problems that I'd like to bring up for discussion: 1. The first symbol for `rule-head-obj`...

I'm using `tree-sitter 0.20.6 (3739b7794e381582c8f4a37b2ccec756c3504984)` and when I `generate && build-wasm && playground` and open the browser and enter some text nothing happens and this is what I see in...

wasm

Make it possible to pass port and address via pair of environmental variables `TREE_SITTER_PLAYGROUND_PORT` and `TREE_SITTER_PLAYGROUND_ADDR`, respectively. What would be the best place where to document this

Added in PostgreSQL 9.3 (https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3#Data_Checksums) it seems that this would be a sane default for `initdb` in `common.sh` scripts, or at least an env variable tunable, what do you guys...

easyfix

The purpose of the `TEST` label is for the image authors to be able to specify a self-contained check to figure out whether the image can run correctly on the...

Still WIP - Enum values now allow string values as well to support templating - Internal modules are not inspected using argspec - Add support for playbooks (validates under the...

Currently only the common "generic" types like `number`, `truth` etc are handled using definitions. To enable using the schemas in a context of tasks embedded into `roles` and `playbooks` we...