Minsheng Liu
Minsheng Liu
I am trying to use Harfbuzz with CoreText, and noticed that when using Apple’s default UI font, the spacing between glyphs are wrong. Take a look at the below screenshot....
I am using XeLaTeX & fontspec in TexLive on OS X Yosemite. Seravek comes with OS X Mavericks. The problem is that I could not use font Seravek's small caps...
With CSS 2.1 Counters: ``` CSS ol { counter-reset: item } li { display: block } li:before { content: "第" counter(item, cjk-ideographic) "条、"; counter-increment: item; } ```
Disclaimer: I am not particularly familiar with CocoaPods. When I downloaded the project and tried to build the example app (after running `pod install`), Xcode complained that it could not...
I am not sure if you have the support for `asmsymb` package, but it seems not to me. I cannot, for example, type the hook arrows as defined [here](http://milde.users.sourceforge.net/LUCR/Math/mathpackages/amssymb-symbols.pdf). I...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description This is a rather strange issue. I can only run into it with command line pyright,...
Module doc added to a JSX file is ignored to the auto-added pragmas. Here is one [example](https://jsr.io/@isofucius/deno-shadcn-ui/doc/default/ui/accordion): ```tsx /** @jsxRuntime automatic *//** @jsxImportSource npm:react@^19.1.0 *//** @jsxImportSourceTypes npm:@types/react@^19.1.4 *//** @jsxFactory React.createElement...
### Bug description For instance, with the following schema: ```prisma model User { id Int @id @default(autoincrement()) posts Post[] // One-to-many relation with Post emails Email[] // One-to-many relation with...
### What happened? When a target is a **static library** with a String Catalog resource file, this file is bundled with the automatically generated companion bundle. While this ensures that...