Results 70 issues of Björn Höhrmann

This should help: ```diff diff --git a/src/extension.ts b/src/extension.ts index 83ab723..bb1c08c 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -184,7 +184,15 @@ class PerlDebugConfigurationProvider implements vscode.DebugConfigurationProvide const editor = vscode.window.activeTextEditor; - if (!config.request...

Depending on the version of Perl/perl5db.pl that is in use, certainly for more recent versions, call stack always has `DB::DB` as the most deeply nested function. That is true, but...

This is mostly a heads-up. I have just release a new Perl module to CPAN * https://metacpan.org/pod/Devel::vscode It mostly serves as namespace registration in case there is ever a reason...

Hi. Following https://github.com/jcjohnson/fast-neural-style/blob/master/doc/training.md on a Ubuntu 14.04.5 system, I noticed a few things. - missing `sudo apt-get install python-virtualenv` step - the `pip install -r requirements.txt` step ran against some...

Hi, I read your http://nullprogram.com/blog/2017/10/06/ - interesting work. For what it's worth, note that at the end of http://bjoern.hoehrmann.de/utf-8/decoder/dfa/#variations there is an improved version of the decoder that saves a...

`dbi_profile` does not capture the current statement when drivers do not funnel `do` through a separate statement object. For instance, this is broken: ```bash DBI_TRACE=4 \ DBI_PROFILE='!Statement:!MethodName:!Caller/DBI::Profile' \ perl -MDBI...

Some time ago I debugged weird behavior when using DBD::SQLite with sqlite_create_function. Valgrind had this: ``` ==31881== Invalid write of size 8 ==31881== at 0xCAAFD78: XS_DBD__SQLite__db_selectrow_arrayref (in ...perl-5.28.1/lib/site_perl/5.28.1/x86_64-linux/auto/DBD/SQLite/SQLite.so) ==31881== by...

Some years ago I added support for multiple parallel debug sessions to vscode-perl-debug (now defunct) including support for `fork` where the individual processes properly showed up in the corresponding debugger...

Comparing slides #122 and #125 from the CppCon PDF, it seems the BH decoder is almost twice as fast converting UTF-8 to UTF-16 than it is converting UTF-8 to UTF-32...

https://github.com/federlieb/federlieb/actions/runs/4590469738 - I am trying to use podman on my development machine and have to use docker via GitHub actions. https://code.visualstudio.com/remote/advancedcontainers/docker-options suggests to use `"runArgs": [ "--userns=keep-id" ],` but it...