FUJI Goro

Results 95 comments of FUJI Goro

Tags for 2.13.0 and 3.0.0 are also missing.

@AlanWalk Could you please look at this PR? I love to continue to use this extension.

I guess this is a new breaking feature of 1.29.0: https://code.visualstudio.com/updates/v1_29#_new-default-for-fileseol-auto > ### New default for files.eol: auto > The files.eol end of line setting now has a new default...

I've noted this issue to share my troubles, but feel free to close it because there is already a workaround.

FYI there's an example program to use BPF CO-RE + USDT in [libbpf/libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap): * https://github.com/libbpf/libbpf-bootstrap/blob/master/examples/c/usdt.bpf.c * https://github.com/libbpf/libbpf-bootstrap/blob/master/examples/c/usdt.c

Interestingly, most of markdown parsers that are listed in babelmark2 can parse it as expected. [babelmark2 `foo**[bar](#)**baz`](https://johnmacfarlane.net/babelmark2/?text=foo**%5Bbar%5D(%23)**baz) I'll try to make a patch to fix it.

https://www.reddit.com/r/androiddev/comments/69rvf4/retropiler_java8_standard_library_for_android_sdk/

Firstly, I have removed the files under GPLv2+CE on the `develop` branch: https://github.com/retropiler/retropiler/tree/develop

Yes, any operation on nil(undef) says nothing by default while complains warnings. You can change this behavior by setting `Text::Xslate->new( verbose => 2 )`. Should `verbose =>` be set by...

Sure. I will change the level of two warning types as: - default verbose level to 2 - "Use of nil to print" to level 3 - Some of warnings...