Taco de Wolff

Results 39 issues of Taco de Wolff

From https://github.com/tdewolff/parse/issues/55 See: https://medium.com/@rajat_sriv/parsing-gigabytes-of-json-per-second-9c5a1a7b91db Paper: https://arxiv.org/abs/1902.08318 This could potentially speed up ReplaceWhitespace or other small utility functions that consume a lot of time. See https://blog.min.io/simdjson-go-parsing-gigabyes-of-json-per-second-in-go/ => https://github.com/minio/simdjson-go

low priority

Hi Will, I've added support for go-chart for the tdewolff/canvas library (see https://github.com/tdewolff/canvas). This allows rendering to a host of other targets, including PDF, EPS, SVG, OpenGL, HTMLCanvas, and Gio....

I've been working on some boilerplate to make the `Renderer` interface work on my https://github.com/tdewolff/canvas library. See https://github.com/tdewolff/canvas/blob/master/gochart.go for the implementation and see https://github.com/tdewolff/canvas/tree/master/examples/go-chart for an example of the stock...

This will join the last point with the first point of a stroked path. Instead of capping both, which will give undesired results (try ButtCapper for example), the path is...

This adds the ability to set stroke width for font drawing. Drawing a black stroked glyph and then a white normal glyph will give the font a black stroke. The...

Related but different from #2695 We have a Go library with JS bindings, see https://github.com/tdewolff/minify/tree/master/bindings/js which builds a Go library (using MingW) to a C archive, then we use that...

Windows

This may be a long shot but we're out of ideas. we have a Go library with JS bindings, see https://github.com/tdewolff/minify/tree/master/bindings/js which builds a Go library (using MingW) to a...

With node `v18.4.0` and node-gyp `v9.0.0` on `windows-latest` of GitHub's CI (actions). With a `binding.gyp` of contents ``` { "targets": [{ "target_name": "minify", "product_extension": "node", "type": "

Windows

According to https://github.com/privatenumber/minification-benchmarks/issues/276#issuecomment-1366261702, the `createRequire` is from CommonJS. We should switch to ESM only ideally.