Yup
Yup
> The performance of an API is a key point. Any small improvement in the response time would be very interesting! (and these benchmarks look promising) you can achieve same...
:( unfortunately it seems so :) but it's great and simple plugins. Exactly what we needed :))
https://phpstan.org/r/c901aa92-6299-4570-b219-32ce9cc691f2 ? :)
> @Warxcell this is not something that allows replacing `class-string-map`. See https://phpstan.org/r/915e531c-9d5f-4bb8-bdd8-74120373071d for the proof I don't see the issue. Can you paste expected behaviour on psalm? Ah I see,...
This is how it can be done on TS: https://evertpot.com/opaque-ts-types/ looks pretty straightforward. Tried to do the same thing here, but no success. https://phpstan.org/r/ff099721-994e-464b-9f58-bfced9a94c78 Best part of TS types is...
Doesn't work here, it says that exactly that it should, but doesn't work ``` wget https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-data-bin-l.zip unzip icu4c-71_1-data-bin-l.zip mv icudt71l.dat node_modules/full-icu ``` ``` const icu = require('full-icu') console.log(icu) try {...
I managed to get it working, but as @afrz said - it cannot be packaged inside binary - it works in dat file lives outside binary.
I was able to track it down to this function, where extensions are lost https://github.com/ardatan/graphql-tools/blob/1d0e1b98c9451043f14bdc5201f483ab44226c91/packages/delegate/src/checkResultAndHandleErrors.ts#L48 but I'm not sure how to proceed.
That change seems to broke graphql mesh on our side: ``` β $ mesh start β β πΈ Mesh π₯Error: Cannot find module './../.meshrc.js' β β Require stack: β β...
Sure. https://github.com/Warxcell/mesh-ts-reproducible/