Marc Prud'hommeaux

Results 64 issues of Marc Prud'hommeaux

The single SVG path as downloaded from https://fontawesome.com/icons/baseball-ball looks like this when rendered in Safari: But when rendered in `SwiftSVGExampleMac` it looks like: The SVG path is as follows: ```svg...

Currently when a path component doesn't contain a sufficient number of coordinates, the library will crash when the array bounds are exceeded. E.g., `LineTo` currently just does: ```swift internal func...

Being able to arbitrarily facet on multiple fields is very useful in data exploration. It is currently possible to facet on at most 2 fields (one in `row` and one...

Enhancement :tada:
Blocked :clock1:
P4

When overlapping marks have an opacity less than 1, the marks are blended differently between the SVG and Canvas renderers. This is seen on Safari on macOS/iOS, and does not...

bug
help-wanted

Setting the `zindex` of the axis config doesn't seem to do anything: ```json "config": { "axis": {"gridColor": "#ffffff", "zindex": 1}, "style": {"cell": {"stroke": null}} } ``` This config was compiled...

bug

Links to folder content generated by Publish don't seem to end with a trailing "/", which means there will be an additional HTTP redirect request to the resource with the...

# Summary When trying to open a zip file that isn't actually a zip (e.g., random data), it is very slow. This is because `scanForEndOfCentralDirectoryRecord` moves back byte-by-byte from the...

- [x] your issue is with the https://formulae.brew.sh website and not the (generated) contents of a given formula/cask page. ## What you were trying to do (and why) I would...

help wanted
cask

The following schema: ```json { "$ref": "#/definitions/FooBar", "definitions": { "FooBar": { "oneOf": [ { "$ref": "#/definitions/Foo" }, { "$ref": "#/definitions/Bar" } ] }, "Foo": { "type": "object", "properties": { "foo":...