krysopath
krysopath
I as well agree. I tried to make this happen in pure vault and was surprised, that this was not included. I think it could be reasonably simple to implement?
Hello kind people! I wanted to build a function that validates javascript, which is part of a post body. However, the target I am building this for is not a...
I have the same issue. Frequently crashes with: ``` [...] malloc(): mismatching next->prev_size (unsorted) Aborted (core dumped) ``` its libs: ``` $ ldd $(which yabar) linux-vdso.so.1 (0x00007ffcb37fd000) libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1...
With pleasure! Would you prefer it as tera function or transformer? I have both by now.
cant push a branch to this repo @evgeniy-r is a friendly-fork required?
@evgeniy-r , using latest and v0.5.1: I can reproduce the bug, given this Config ``` --- tables: - name: authentication_request query: dump_condition: "requested_at >= '2022-06-01'::date" limit: 100000 rules: login_session_id: template:...
@evgeniy-r on this branch I can use `store_write` and `store_read` successfully
Hello @evgeniy-r , I was caught in internal discussion about disclosing our production db scheme to help debugging #178. Also there were suggestions of adding HMAC tera function for a...
# ldd /usr/bin/passwd ``` libpam.so.0 => /lib/arm-linux-gnueabihf/libpam.so.0 (0x400c3000) libpam_misc.so.0 => /lib/arm-linux-gnueabihf/libpam_misc.so.0 (0x40190000) libaudit.so.1 => /lib/arm-linux-gnueabihf/libaudit.so.1 (0x4001e000) libselinux.so.1 => /lib/arm-linux-gnueabihf/libselinux.so.1 (0x4005d000) libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x401a3000) /lib/ld-linux-armhf.so.3 (0x4009a000) libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x40084000)...
I second that. I have a particularly complicated setup where I use nx to store microscopy raw images. I just chose NX because it is simple and costs me little...