Yang, Bo

Results 299 issues of Yang, Bo

Currently, the lightness between dots differ according to the race. For example, the [color of an asian dot](https://github.com/unorthodox123/RacialDotMap/blob/478f6fdb4b29bd54d3ff10e2b4933973738bc2a6/dotmap.pde#L179) is #FF0000, which is darker than #73B2FF, the [color of a white...

All dots are adjust to 53 lightness in Lab color scheme.

**Describe the bug** Python packages installed from `pip` cannot find `libstdc++.so.6` **To reproduce** Given the `flake.nix` ```nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; systems.url = "github:nix-systems/default"; devenv.url = "github:cachix/devenv";...

bug

This PR avoids `lib.pathExists`, which does not support relative path

`unix_socket_directories` is by default relative to `$PGDATA`, therefore `unix_socket_directories=.` should behave the same as `unix_socket_directories=$PGDATA` when `$PGDATA` is absolute. However, `unix_socket_directories=.` also works with relative a `$PGDATA` because it does...

f7c9e2f2d11f09bd003a101f89153bde85ac4da8 updated `my_sqlcommand.h`, but `plugin_audit.h.pp` had not been updated accordingly. This PR updated `plugin_audit.h.pp` according to f7c9e2f2d11f09bd003a101f89153bde85ac4da8. Test Plan: ``` git checkout https://github.com/facebook/mysql-5.6.git --branch fb-mysql-8.0.20 cd mysql-5.6 cmake . ```

CLA Signed

Delete duplication

Test passes: ``` $ stack build --flag *:examples && .stack-work/dist/x86_64-osx/Cabal-2.4.0.1/build/generic/generic MemoTrie-0.6.10: unregistering (local file changes: src/Data/MemoTrie.hs) MemoTrie> configure (lib + exe) Configuring MemoTrie-0.6.10... MemoTrie> build (lib + exe) Preprocessing library...