Mike Bronner
Mike Bronner
Hi @Kturva Good ideas :) I'll see what I can do.
I'd LOVE a PR @flexgrip :)
@warksit Thanks for writing in. I believe this is because the file upload field does not extract thumbnails from PDFs. Only image files (likely bitmaps) would have thumbnails available.
Re-opening: I would be happy to consider a PR for this issue.
@aphix-mark It doesn't appear to work. When specifying a relative path, it still tries to execute phpunit using an absolute path: ``` spawn /./tools/phpunit ENOENT ``` With the following config...
I have come up with the following solutions for styled borders: - dashed: dash is 4 x border-width, gap is 4x border-width - dotted: dash is 1 x border-width, gap...
Here's a rendered style output using the double-border code above:
@MaxBazarov Thanks for implementing this. I am having some issues with the dotted style not applying the correct dash-length. In dotted the dash-length and the gap-length should be the same....
Until then, instead of hard-coding it, could you base it on the `border-width` attribute? Then when you implement dash- and gap-length attributes, if they aren't provided, fall back on border-width,...
@knicola Woot, a user! :) hehe, thanks for checking in. Let me know if you have any questions on the package. I haven't brought the documentation up to par yet...