Derrick Liu

Results 6 issues of Derrick Liu

**Operating system:** Windows 10 Insider (build 17083) I'm attempting to create a symbolic link using PowerShell using the idiomatic way recently introduced in PowerShell: ```powershell New-Item -ItemType SymbolicLink -Name myfile...

In [`phantomJSExePath()`](https://github.com/karma-runner/karma-phantomjs-launcher/blob/master/index.js#L12), the launcher gets the location from the `phantomjs-prebuilt` package. If it receives a path to a CMD batch file, it tries to walk to the actual PhantomJS executable...

I recently set up a Debian system with zfsbootmenu and rEFInd using the instructions in the wiki. After a few days, I updated the system from bullseye with zfs 2.0...

### What does this PR do? Add some docs that either `relation_name` or `relation_regex` are required keys in the `relations` configuration object for the DataDog Postgres integration. ### Motivation Discovered...

documentation
integration/postgres

Thanks for the work! I really appreciate the depth of functionality and documentation for this macropad :) Is there a way to set a default keymap that the duckyPad uses...

**Describe the bug** - Create a PostgreSQL dialect .sql file with a COPY statement containing the end-of-data delimiter (`\.`, backslash dot / period) ([see documentation](https://www.postgresql.org/docs/current/sql-copy.html)) ```sql copy table (column) from...

bug
postgresql