Jannik
Jannik
@cedricziel I have created issue #1231 I created entries for what is and what isn't supported yet and in this ticket this points are of interest: Cmd+Click works: ✅ ![2018-09-20...
I have a repro, however while it's a fairly small library, it is not minimal. But here goes: 1. Checkout https://github.com/21TORR/RadBundle 2. `composer up && composer bin all up` 3....
I have the exact same issue: ```bash npm i ``` works ```bash pnpm i ``` doesn't, with `ERR_PNPM_FETCH_404`. Opening the package `.tgz` file in the browser starts the download.
There is no way to reproduce it on the website.
I think I have a related error: ```typescript const successSchema = z.object({ ok: z.literal(true), data: dataSchema, }); const successResponse = successSchema.safeParse(responseData); if (successResponse.success) { if (!response.ok) { console.error("Got success response,...
Tests seem to fail as no PHP 8.3 is supported. Just did a manual installation check with the guide above and everything looked fine. 👍