Yao Wei

Results 30 comments of Yao Wei

還有一個我會擔心的點: > 这款字体不能用于违法行为,如因使用这款字体产生纠纷或法律诉讼,作者不承担任何责任。 作為授權條款其實並不適合,基本上自由開源授權不能去管使用者是不是使用在違法行為(例如將字體使用在賭博網站上,或是在一間 996 的公司網站或是宣傳文宣上使用等)。

Note that this commit would cause slowdowns when editing lines containing too many non-ASCII glyphs, which would imply that performance rendering documents like Cyrillic would be heavily affected.

卡在 Reserved Font Names 這件事情,因為作者有下 Reserved Font Names,而且粉圓包入的西文字體 Varela Round 也有使用到。 > [Varela Round] > Copyright 2011-2016 The Varela Round Project Authors (https://github.com/alefalefalef/Varela-Round-Hebrew/), with Reserved Font Names 'Varela' and 'Varela...

The file in unicodeTools.py seems to be from here: ftp://www.unicode.org/Public/9.0.0/ucd/Scripts.txt So this should be partially attributed to Unicode Consortium. According to this file it seems to be DFSG free as...

I did a rewrite of the loading part of the file: unicodeTools.py https://paste.debian.net/992778/ Please check if that works as intended. Note that this is for using the files externally. Feel...

The problem is that, in Debian we need to strip the duplicated files and prefer ones provided in the repository. This does not need to be in the upstream (and...

Typically we use package dependency to guarantee that. However if upstream code expects the specific Unicode version we have to do extra work to upload another version of unicode-data. On...

> Would it be ok if we placed the Scripts.txt and Blocks.txt outside the unicodeTools.py module, and put them as separate text files like the UnicodeData.txt, and then from unicodeTools.py...

According to their releases: https://sourceforge.net/projects/isync/files/isync/ I think a simple string compare should work?

Here's my changeset to redirect the video feed to v4l2loopback: ```diff diff --git a/renderers/video_renderer_gstreamer.c b/renderers/video_renderer_gstreamer.c index dee6d50..df4c5fc 100644 --- a/renderers/video_renderer_gstreamer.c +++ b/renderers/video_renderer_gstreamer.c @@ -69,7 +69,7 @@ video_renderer_t *video_renderer_gstreamer_init(logger_t *logger, video_renderer...