Taco de Wolff

Results 39 issues of Taco de Wolff

I'm using node-gyp to create prebuilt binaries for all platforms using the GitHub Actions CI. The library is a native addon using Go. The Go code (library.go) and the accompanying...

Windows

I removed standard CSS from the body tag, it interferes with my styling and it is unnecessary. Menu now hides when clicking outside the editor. I believe this is expected...

See https://github.com/tdewolff/canvas/issues/83#issuecomment-851223413 It appears that this library cannot be built using TinyGo, is this something you'd like to support? ``` # github.com/adrg/xdg github.com/adrg/[email protected]/paths_unix.go:18:87: Getuid not declared by package os github.com/adrg/[email protected]/utils.go:59:16:...

Excellent library! There is one feature that would be handy for my use case in selecting fonts for https://github.com/tdewolff/canvas, which is selecting the font weight that best fits. For example,...

Installing on Centos 8 with PHP 8.2 or 8.3, the following test fails: ``` FAIL realpath_turbo: Option realpath_turbo.open_basedir (set; with open_basedir already set) [tests/021.phpt] ``` It works another machine with...

I think this library should use the `fc-match` command on Linux to find fonts. See e.g. https://unix.stackexchange.com/questions/123511/find-font-file-from-font-name-on-linux

As suggested by Benoit Kugler, we can avoid code duplication by using their work.

Adding a hidden input field influence how the popup is drawn. It should use only one input field to draw the popup from instead.

I wasn't aware that most e-mail servers either deliver mail locally or forward mail remotely (and PostSRSd was built with the second type in mind) but not both. However, I...

I know I'm the author of https://github.com/tdewolff/minify, but while using MkDocs I wondered what this plugin was using. It came out as the fastest minifier by far (see https://github.com/privatenumber/minification-benchmarks) and...