badiku

Results 7 comments of badiku

no problem at win10, but same error on Windows Server 2022. OTP and FIDO work, PIV not work. Failed connecting to the YubiKey. Make sure the application has the required...

I changed line 21 like this: ``` M._LUAVERSION = rawget(_ENV, 'jit') and jit.version or _VERSION ``` and line 66: ``` -- EXPORT_ASSERT_TO_GLOBALS = true local EXPORT_ASSERT_TO_GLOBALS = rawget(_ENV, 'EXPORT_ASSERT_TO_GLOBALS') and...

I add this, prompt for password when no -p and no -P: ``` if (ctx->has_key == 0) { if (ctx->encrypt == -1) usage(); else { printf("password:"); char password[512]; scanf("%s", password);...

really confusing counter, why still exists?

I trid to remove some valid function, so it can transfer register data with blank email from web to backend, but still failed: ` [ERROR] [6368b1b7] CreateUser: e-mail already in...

yeah, I already did this. just tired to type a fake email for each person. I'd like to change it by myself. but seems a little complicated...

http://bokeh.pydata.org/en/latest/docs/user_guide/annotations.html bokeh has arrows in any direction ``` from bokeh.plotting import figure p = figure(plot_width=600, plot_height=600) p.add_layout(Arrow(end=VeeHead(size=35), line_color="red", x_start=0.5, y_start=0.7, x_end=0, y_end=0)) ```