simonhenke

Results 10 comments of simonhenke

Thanks for the suggestions. I can definitely fix 2. and 3. later. Regarding the namespaces, I've never used those before so I'll have to read the docs on it first....

But wouldn't that be a lot easier: ``` import {PatternDescriptor, AngleValue, PercentValue, PointDescriptor} from "photoshop-types" export interface PatternFillProperties { pattern: PatternDescriptor angle: AngleValue scale: PercentValue align: boolean phase: PointDescriptor }...

@jardicc I've added them all. For `pageSetup `and `printSettings ` I get an error when I try to fetch those with Alchemist, so I've set them to `any` for now....

The first reason is what i thought at first, too. But even when I had the specific thing active (counts, selection, ruler-line etc.) and logged a full document descriptor, they...

@jardicc the `points` / `rulerPoints` still has me confused. I can now access the `rulerPoints` property, but the property name is actually `points` (shown in Alchemist's return). Accessing the `points`...

I have a similar issue (using 1.9.1), where static props files seem to be translated although they shouldn't: ![image](https://user-images.githubusercontent.com/9335692/211323176-10382207-ee7b-4b46-ae4c-4535878899f7.png) This HEAD-request is always sent after clicking a link. Btw, I'm...

@starkys-brzezina Same here, I think that is expected. If I understand it correctly, next tries to access the cached files for the static props under `_next/..`. On Dev, caching is...

@cvolant I spent half the day trying to create a reproduction repo, unfortunately without success 🫤 I incrementally took piece by piece from the original project (custom link component, preact,...

@cvolant I'm still getting the 404 HEAD request even after updating to the lastest version 🫤 Here are the response headers: ``` HTTP/1.1 404 Not Found Strict-Transport-Security: max-age=63072000; includeSubDomains; preload...

@cvolant just tried the prerelease. Similar to https://github.com/hozana/next-translate-routes/pull/84#issuecomment-1836522353 I get the following error (`[email protected]`): ``` Collecting page data ..ReferenceError: ROUTER_CONTEXT_PATH is not defined at Object. (C:\...\node_modules\next-translate-routes\react\withTranslateRoutes.js:43:29) ``` On `[email protected]`-`[email protected]` I...