Aliaksandr Rahalevich
Aliaksandr Rahalevich
Right now it is only possible to get a feedback for a password based on all possible factors (matchers). It is essentially all or nothing. This behaviour may not be...
When debugging lua code, it does nothing, just prints `^C`. When debugging nginx, it prints `^C` and then nginx handles `SIGINT`. Most reasonable behavior would be to: 1. show next...
Currently when looking at completion result, it's hard to understand, what is the type value of particular key: ``` [3] ngx(content)> ngx.loca ngx.localtime ngx.location ``` where - `ngx.localtime` is a...
from standalone console: ``` $ make repl [1] ngx(timer)> print(123) 123 => true ``` but when debugging nginx: ``` # nginx -c /tmp/ngx.conf ... log messages here ... [1] ngx(content)>...
Hello everyone! I love `uniffi-rs` and was following this project for a long time. Thank you so much for your wonderful work! I was wondering if I can use `uniffi-rs`...
There are not too many choices when it comes to "Canonical XML" implementation for rust. This PR is a compilation of ideas, approaches and test files from the following projects:...