Stefano Pigozzi

Results 39 comments of Stefano Pigozzi

Hi, how do you propose it should look like from a user perspective?

+1 please pull this :)

An API for Yomichan would be awesome. As for the window, an mpv script author could make something fairly advanced by displaying the results through libass (and avoid the complexity...

> I did a similar thing with my own Japanese parsing project for mpv in the past [here](https://github.com/siikamiika/scripts/blob/master/mpv%20scripts/mecab-translate.lua). Seems very similar to mine https://github.com/pigoz/mpv-nihongo/blob/master/src/jplookup.ts Not using Lua is definitely a...

> The neologd flavor of ipadic is actually in the same format, but I didn't include it as a default for the installer because it's huge. Do you know if...

I've "solved" this by explicitely calling chwon through `RUN`: ```DockerFile # move over package.json and package-lock.json, and install dependencies COPY --chown=node:node package*.json ./ # kaniko ignores the --chown from the...

This issue needs a developer with access to a 10.7 machine

IIRC: the CoreText support needs some 10.8 features, or is only recognized on 10.8 (because Apple moved the framework). Unfortunately I have no access to a 10.7 system to fix...

> portable (Linux/Windows/OSX) Main problem with this, is it forces it to be basically made in Qt (or Electron rofl). I don't think a single developer has the resources to...

@bttf Sorry to bother you, but I was wondering if you found a solution to this problem?