Fabien Ménager
Fabien Ménager
This issue is a true blocker, and I tend to regret having upgraded from parcel 1 because of this :( This is a PITA when working with workspaces now. Having...
Hello, @devongovett I made a repository to reproduce the issue I had : https://github.com/am-creations/parcel-issue-4332-symlink-watch The project structure in this example is similar to our projects : /src/package.json and /vendor/whatever/package.json, so...
That was an option I tried, but got issues as NPM has a inheritance mechanism that is a PITA because we use preinstall scripts : all modules in a directory...
If you think it could work, I'm OK with this. Even further, do you think the common root directory could be found automatically? If not, could this option be set...
I tested this library which does the job perfectly https://www.npmjs.com/package/json-form-data
This may be because this font has only Compact Font Format (CFF) outlines, instead of "glyf" ones, which this library doesn't handle (yet). I'm changing the title of this issue.
This issue is related to `cmap` version used in this font. Its format is 12, while the lib only supports the version 4 (see [the spec](https://www.microsoft.com/typography/otspec/cmap.htm)), section "Format 12: Segmented...
Hi Paul, glad to see your interest in PHP font lib ! Yes I'm interested in thease features, of course. But I don't know exactly what amout of work it...
@Sappharad @ststeiger As far as I understand, `System.Drawing.Common` is now cross platform : https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx > Microsoft has released System.Drawing.Common to provide access to GDI+ graphics functionality cross-platform. However, while I...
Hello, can you make a pull request for this please ?