Phlegx Systems
Phlegx Systems
Hi @lookingdown I'm looking for the same functionality. Not only on direct URL and screenshot but also for services like Unsplash. @AnandChowdhary should this work and is a bug or...
Cropping, zooming and rotate are the most used and basic functionalities. I think it could be very useful for many users.
That's true! We have contributed to get JWK on `ruby-jwt` gem. In the next time I will publish a PR for `doorkeeper-openid_connect` with `ruby-jwt`.
Hi! I have the same problem using 3.0.0-beta.2 and Vite 4.x with `import Multiselect from 'vue-multiselect'. For me it works by adding `"type": "module",` to vue-multiselect package.json. `Warning: To load...
@Seeman13 thx! But what if you dont want to use esnext and work with legacy plugin?
Can confirm problem!
@rooseveltbaca Back then I have yes. But I have no clue anymore how I solved it, sorry
Has the problem been solved in the meantime?
@michaelkplai can you share please an example?
I have found a test in vue source code: [ssrTeleport.spec.ts](https://github.com/vuejs/core/blob/v3.3.4/packages/server-renderer/__tests__/ssrTeleport.spec.ts) And here we see how vite-ssr does `renderToString`: [src/vue/entry-server.ts#LL68C24-L68C38](https://github.com/frandiox/vite-ssr/blob/50461a4e0ebf431fdd96771e069a5e759e275b6b/src/vue/entry-server.ts#LL68C24-L68C38) And here the vue core docs about SSR and teleport: https://vuejs.org/guide/scaling-up/ssr.html#teleports...