Adam Gaskins

Results 6 issues of Adam Gaskins

## Prerequisites * Version: 4.28.0 * Are you running from source/master: No * Are you using a released build: Yes (CDN and NPM) * Operating system: macOS 10.15.6 * Bits:...

Hey, thanks so much for this project! It has been a pleasure to use so far. I'm finding that these lines of code are outputting an RGB image, when my...

Currently we rely on the [kreativekorp/barcode](https://github.com/kreativekorp/barcode) library, but it would be nice to implement the generation logic ourselves for a lot more flexibility and customization.

enhancement

Instead of having to do `Barcoder::code128($data)->hideLabel()->toSvg()` every time, I should be able to do it just once. ```php Barcoder::hideLabel(); ```

enhancement

### Minimal, reproducible example ```TypeScript import puppeteer from "puppeteer"; const browser = await puppeteer.launch({ headless: false }); const page = await browser.newPage(); const css = ` .dot { display: inline-block;...

bug
upstream
confirmed
P3

Closes #1121 In the issue above, @5HT2 has a config that sets a different default sort field, which is what they want most of the time. The rare times that...