Results 9 comments of Paulius Jacinkevičius

My timezone is Europe/Vilnius. This is curious. running with moment ^2.29.3 I get a different result. I don't know how to make such cool demos, so I'll just put it...

@BePo65 interesting. This causes a few issues for my needs though. - utc gives different results on machines in different timezones. I have no way of testing/verifying that to be...

me too. I'll resort to manually chunking the bulk requests

@runwayfour thanks, this kind of worked! I used: ```typescript storeAsImage.setGMClass(true); ``` now I just need to figure out how to add white background and I'm set 🙂 Should the developers...

@LukeBrandon unfortunately I did not figure out how to achieve that with `pdf2image`, so instead I installed the [gm](https://www.npmjs.com/package/gm) package and fixed the issue using `.background('#FFF').mosaic().matte()`. The result actually gave...

```typescript import { getDocument } from "pdfjs-dist"; /** returns size and resolution of the pdf */ export async function getPdfFormatInfo(dataBuffer: Buffer): Promise { const pdfDocument = await getDocument({ data: dataBuffer...

There is no way to change inner width and height for the modal using media queries. I am migrating to `react-responsive-modal`.

I don't really understand how grunt works, so my workaround: 1. Added a script in `package.json`: ``` "push-postmark": "npm run build && node ./removeHTML.js && npm run deploy" ``` 2....

+1 ... if this isn't fixed soon, I WILL tell Lex Fridman Just kidding. Will disable Cursor Tab for the time being.