Fabian Meyer
Fabian Meyer
Personally, I see a huge advantage in letting users specify the file pattern precisely: I often find myself putting test fixtures, shared code etc. in the `test/` directory (e.g. `test/fixtures.ts`),...
The cache is clogging up our on-premise GitLab registry. This is posing a real problem, since our hard disk and backup storage are filling up quickly. Has this perhaps been...
Yes, the canary release works great. Only downside is that the plain `string` type isn't accepted, which makes `ms` a bit of a pain when used for parsing configuration files....
Maybe I've overlooked something obvious, but it seems to me that `string` is not accepted, i.e. the following fails typechecking: ```ts const foo: string = '10s' ms(foo) ``` "TS2769: No...
> Behavior looks like it should still be same as the current version where an error gets thrown with bad input. That's true, the behavior is unchanged since the previous...
The handling of failure cases still seems sub-optimal to me. This is re: https://github.com/vercel/ms/issues/184#issuecomment-1213069870. TL;DR: `ms()` throws for inputs that are neither of type `string` nor `number`; additionally, it throws...
The way to resolve this is to implement the required functionality in this library. At the moment, rendering of gradients is not supported. Text rendering is severely limited as well....
> Probably would be helpful if the readme gave some better details about what the library is able to do Yes, I absolutely agree! Will add "summary of the current...
`text-anchor` added via #97. `alignment-baseline` still pending.
For what it's worth, a barebones `SVG\Nodes\Structures\SVGUse` was added in 0bf3d0fd9160818ae4501dee2aa61b770f75b645. Still missing: - special attribute handling - rasterizer support