Dmitrii Odintcov
Dmitrii Odintcov
I am subclassing DBI and am using `@bind_values` quite heavily, unlike `\%attr`. For convenience and aesthetics, I prefer to supply `@bind_values` right after `$statement`, with `\%attr` at the very end....
Hi! This is not technically an 'Issue' but there really is nowhere else for me to ask. I am struggling to understand how the `--read-only` option is supposed to work....
Whenever I have a script use (usually by proxy) a package with an `INIT` block - such as `IO:Socket::SSL`, `Test2::API`, `Test::Builder` - this effectively disables all breakpoints and the script...
There are quite a few services available to make websites more usable on devices like the ReMarkable, such as frogfind which strips them down to simple HTML where possible (http://frogfind.com/about.php)....
Setting perlCmd to ```bash perlbrew --quiet exec --halt-on-error --with perl-5.XX.X perl ``` doesn't work as expected - presumably because of some exit status shenanigans, although `--halt-on-error` should take care of...
Since Docker is the one and only officially supported deployment method from 12.0, it should be made more flexible and more compliant with containerisation "best practices". To that end I...