Frederick Zhang

Results 88 issues of Frederick Zhang

For example, ```ts function pinoPrettyTransport(opts: PrettyOptions): PrettyStream { return PinoPretty({ ...opts, translateTime: 'UTC:yyyy-mm-dd"T"HH:MM:ss.l"Z"', customPrettifiers: { level: (_level, _levelKey, _log, { labelColorized }) => labelColorized.toLowerCase(), }, }) } ``` ...leads to...

good first issue

I currently connect to a remote Docker server to run Testcontainers over plain HTTP (with env var `DOCKER_HOST=tcp://docker.lan:2375`). Docker is going to remove this option and users either have to...

enhancement

### Description (I'm using Neovim v0.11.2 + LazyVim + Mason pinned to v1. IIRC there are still some unresolved issues with the new vim.lsp ecosystem, so first, sorry if this...

bug

### [`a7b1d11ab`](https://github.com/romkatv/libgit2/pull/8/commits/a7b1d11ab4543b215119047efeb0355e414184b1) refs: Handle normalizing negative refspecs Upstream commit 2adb7bc3f5f6eed38938ec6b7ab4a79827ade37e. Negative refspecs were added in Git v2.29.0 which allows refspecs to be prefixed with `^`[^1]. Currently, the library is unable...

### Current behavior 😯 https://github.com/o2sh/onefetch switched from libgit2 to gitoxide a while back Now when I use `onefetch` in a repo where `.git/config` has ```git [remote "origin"] url = [email protected]:.../......

acknowledged

Promise\ was added in [1] but its implementations only ever returned strings. I suspect it was just caught in the similar changes to other methods. [1] https://github.com/node-cron/node-cron/commit/f10ad8a3ef5ff00d8e6b69cf94e67e04ec816ba6#diff-1d52084a4265cb2ab89812078b6452920da6eec1136eb9268bfd710b73aab563L54 --- Though it's...

I'm using Layan Dark in both Plasma settings and Kvantum. ```sh $ pacman -Q | rg layan layan-gtk-theme-git 2023052339gbaf3313-1 plasma6-themes-layan-git r98.8a824f1-1 ``` After upgrading to Dolphin (and other KDE applications)...

I have a script that configures some negative Git fetch refspecs for me: ```sh #!/usr/bin/env bash set -eo pipefail shopt -s inherit_errexit if ! rg -xF '^refs/heads/*-deploy' < /dev/null &&...