Sasasu

Results 9 issues of Sasasu

``` gppkg will use scp(1) to copy file to another host but if the filesystem is read-only or disk full, GpScp will not emit an error and the install process...

this feature from 5X 5c751a06d52e43b2e99c81bad8714b69d8047de5 and 923ecc088d04f851c9f3a52fc26dfa00ac3ef314 (6X #13799) there is no logic change, all behaviors are the same as GPDB 5X. this PR was tested manually on Archlinux with...

previously on #1038 Fingerprintlogin works like Autologin, the logic is: 1. call `fingerprintLogin()` after `sddm-greeter` started 2. when user use an empty password to login switch to fingerprint login this...

Thanks to this project, make me able to make my own microphone with excellent sound quality without having to write code. At first time, I tested many microphones, SPK0838HT4H has...

## Type of action - add ## Content - paper https://static-curis.ku.dk/portal/files/248553347/ByteSeries_v_final.pdf - youtube https://www.youtube.com/watch?v=wUesJHMCJwM ## Category Database ## Reason (Optional) - closed-source TSDB used by Bytedance Inc. - focus on...

old pgcrypto use FIPS_mode() == 0 to check if can enable FIPS or not. but FIPS_mode() return none zero means FIPS already initialized by the OS or env OPENSSL_FIPS=1 this...

This PR is adding some new hooks: ```c typedef void (*file_read_buffer_modify_hook_type)(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, char *buffer); typedef char* (*file_write_buffer_modify_hook_type)(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum, char *buffer); typedef char*...

cla-not-required

Linux's libaio put how many bytes read/write in `io_event.res` using a positive integer. I did not find the document, but the kernel code proves that ╮( ̄▽ ̄)╭ https://github.com/torvalds/linux/blob/3717f613f48df0222311f974cf8a06c8a6c97bae/fs/aio.c#L1535-L1541 usually, it is...

**What did you do?** Read the README about how to add a new metric. **What did you expect to see?** Find the method about how to add a new metric....