jiro

Results 73 comments of jiro

It may be a font reading TTF, TTC or rendering problem. Please give me a few days.

hmm... * Alphabet is OK * Emoji is NG ```go package main import ( "fmt" "strings" ) func main() { // alphabet const startAlphabetCodePoint rune = 'A' const endAlphabetCodePoint rune...

I can see why this would work. https://github.com/jiro4989/textimg/issues/199#issuecomment-1418286053 textimg reads the image of emoji codepoint of filename when you set `TEXTIMG_EMOJI_DIR`. https://github.com/jiro4989/textimg/blob/210ddc5564ec1a4532c50e8e2d8529b81f79d441/image/util.go#L32 And writes image pixels to output. But, textimg...

@noraj This seems to be an issue with the golang/freetype library. https://github.com/golang/freetype/issues/45#issuecomment-294396170 When I first implemented textimg, I couldn't draw color emoji, so I implemented it using emoji image files....

I searched for an alternative library, but it's probably not in Go language. So this problem can't be solved.

hmm. Will we be able to use `atlas` over time ? > Upcoming Nim version 2.0 will ship with `atlas` . Ref: https://github.com/nim-lang/atlas?tab=readme-ov-file#installation

I have wanted to remove the dependency on choosenim from setup-nim-action for some time. And I removed the dependency on `setup-nim-action@v2`. Anyone can create Custom Actions, so if you want...

@dlesnoff Set a `repo-token` parameter. ([README](https://github.com/jiro4989/setup-nim-action?tab=readme-ov-file#basic-usage)) Maybe, you failed to get responses of GitHub Rest API. If you do not set a token, you can easily exceed the API rate...

@Ethosa thanks. I added a temporary patch. Please try using setup-nim-action 1.5.2 or later. The installation will be completed in about 10 seconds.

I'm not sure what the cause is. It's suddenly become slow even though I haven't made any changes. Using choosenim on a job is fast, so there may be a...