Results 22 issues of lantw44

https://www.moedict.tw/'%E6%A9%90 ![圖片](https://user-images.githubusercontent.com/3016644/142852462-9b1c33b1-a33b-4243-b845-6310c3d98174.png) 臺羅 op 對應的注音是 ㆦㆴ 不是 ㄜㆴ,因為 op 實際上是 oo + p。這和 om、ok、ong 的狀況相同,符號中的 o 其實是代表 oo。

https://www.moedict.tw/'%E8%99%B1%E7%9B%AE%E9%AD%9A ![圖片](https://user-images.githubusercontent.com/3016644/142851844-92735876-ff00-4dfb-9b9d-c900a716e162.png) 如果按照 https://github.com/g0v/moedict-webkit/issues/165#issuecomment-251083986 所說改成 U+0307 好像就沒問題了。 目前:ㄙㄚㆵ ㆠㄚㆻ͘ ㄏㄨˊ 修改:ㄙㄚㆵ ㆠㄚㆻ̇ ㄏㄨˊ

https://www.moedict.tw/'%E5%8F%8D%E7%A8%AE ![圖片](https://user-images.githubusercontent.com/3016644/142850427-1dc539e0-616b-46c7-a2f0-efa75defa7a7.png)

`Result` is broken. It doesn't track ok type changes. ```typescript import { Result, ok, err } from 'neverthrow'; const a: Result = err(1); const b: Result = a.orElse(() => ok('A'));...

Sometimes it is possible for a sum type interface to be implemented by another interface. For example, we have a sum type called T including 3 variants, A, B, C....

When using portmaster to install the `multimedia/libbluray` port, the `Requires.private` line in `libbluray.pc` is broken because the configure script of libbluray appends things to `PACKAGES` variable and set the value...

I am unable to add any rule because no destination can be selected: ![圖片](https://github.com/fedora-infra/fmn/assets/3016644/a6664605-c28c-422c-9bca-af19ecc6dd50) The browser said `GET https://fmn-api.apps.ocp.fedoraproject.org/api/v1/users/lantw44/destinations` failed with 500 Internal Server Error with the content `"Unknown Error"`.

**Describe the bug** Cannot connect to the local Kafka server `listeners=PLAINTEXT://[::1]:9092` with `[::1]:9092`. **To Reproduce** ```typescript new Kafka({ brokers: [ '[::1]:9092' ] }) ``` **Expected behavior** It should be able...

Reopen https://github.com/colinhacks/zod/issues/995. ```typescript import { z } from 'zod'; function makeSchema(values: readonly [T, ...T[]]) { return z.object({ e: z.enum(values), s: z.string(), }); } function useSchema(values: readonly [T, ...T[]], input: unknown):...

### Description Run the example code: ```typescript import { createClient, RedisClientOptions } from 'redis'; const options: RedisClientOptions = {}; const client = await createClient(options) .on('error', err => console.log('Redis Client Error',...

Bug