Adam Twardoch

Results 67 issues of Adam Twardoch

There is recent work to define an SVG Native spec, which is a subset of SVG 1.1. Adobe recently published a SVG Native Viewer library (C++ 11), and the FreeType...

``` $ grd --owner cjkvi --repository HanaMinAFDKO --token MYTOKEN getting releases for cjkvi/HanaMinAFDKO [FATAL] Error while getting releases. Invalid Version: null ```

I had WP2Static 7.1.6 which worked fine with the https://github.com/leonstafford/wp2static-addon-advanced-crawling add-on. I installed 7.1.7 and started getting 500 errors after the "2022-03-13 15:51:37: Starting crawling" step. I installed 7.1.6 and...

bug

I guess it’s simple to do — it’d be very useful to have a deployment add-on that would deploy the static site to another folder on the same server, which...

new_feature

In https://github.com/randrew/phantomstyle#license you’ve stated: > I would prefer to give it a more permissive license, or the same license that the official code Qt has, which allows commercial projects to...

This pull request implements the original author’s intention to allow this package to be used by holders of the commercial Qt License. This is basically done the same way as...

Do you have plans to compile otfcc via emscripten, so it could work in a browser via JS?

@m4rc1e @felipesanches GFTools is a collection of somewhat random scripts. Many of them are useful, but above all, many of them contain code that could be useful for other purposes....

If you add [PyICU](https://pypi.org/project/PyICU/) to requirements, then you can rewrite [parse_unicode_set](https://github.com/rosettatype/hyperglot/blob/master/tools/readers.py#L77) from tools/readers.py trivially: ``` import icu def parse_unicode_set(s): return sorted(list(icu.UnicodeSet(s))) ```

enhancement

This package https://github.com/lilydjwg/nvchecker#check-github seems to offer update checking from a variety of services, including Github releases :)

enhancement