Yoong Hor Meng

Results 6 issues of Yoong Hor Meng

Developer could compile and install like this: cmake -DCMAKE_INSTALL_PREFIX=/home/s . && make all install

I am using Ruby 3.1.0p0 and AsciiDoctor 2.0.17 in Windows 10. I have installed libxml2-devel with the command ``` pacman -S libxml2-devel ``` I noticed that libxml2 header files and...

Python include path was not detected earlier. This solution should fix it.

The original code use `python -c "import sys; print(sys.prefix)"` which did not show actual directory for include file. The proper way is `python -c "from sysconfig import get_paths as gp;...

Cargo command to insert duckdb with "bundled"

The accepted values for `payment_method` field for `stg_customers` are defined in `models/staging/schema.yml'. ```yml version: 2 models: - name: stg_customers columns: - name: customer_id tests: - unique - not_null - name:...