Wojciech Maj

Results 81 issues of Wojciech Maj

Follow up after #2631 🫠 Fixes invalid syntax in workflow file. Also, it turns out, generated PDFs differ slightly from platform to platform. As the previous reference file I generated...

This is an **experimental** PR to see the potential effect of upgrading Yarn to v4. Why not Yarn v1: - It's no longer maintained. - It has many known bugs....

**Describe the bug** When building react-pdf in ESM mode, you may encounter an error: ``` __dirname is not defined in ES module scope ``` This is because yoga-layout uses `__dirname`...

solution

This PR does NOT migrate the codebase to TypeScript nor indicates intent to do so in the future. What it does is simply installs TypeScript, so that developer experience (when...

Closes #1664 Breaking changes: - Changed extension in `workerSrc` - Dropped support for `svg` `renderMode` - Dropped support for browsers not supporting `structuredClone` (e.g. Chrome

Here's a draft I made for WP group, Polish news network. ``` { "$schema": "https://raw.githubusercontent.com/cavi-au/Consent-O-Matic/master/rules.schema.json", "Wirtualna Polska": { "detectors": [ { "presentMatcher": [ { "type": "url", "url": [ "https://www.wp.pl/" ]...

CMP request

Node ships with Corepack, a "package manager manager". It works by reading `packageManager` entry in `package.json` and downloading required binaries transparently, on-the-fly. Therefore it ensures that all developers using Corepack...

Does this occur consistently? Yes Repro steps: 1. Create a project using Azure Functions extensions 2. Observe how a list of functions fails to list them and instead shows "Start...

bug