Mario Campa

Results 9 comments of Mario Campa

Is there any progress on this issue? :)

I would love to, but I'm not familiar with C/C++ or emscripten

It also doesn't work inside an ng-repeat, and neither inside a directive. I can't find a way to have multiple instances like this: ``` html ``` I also tried wrapping...

Can you make sure that your clientId is set in `.stencil` file? if is not, re-run `stencil init` and enter your client id

`stencil push` only works with oauth tokens. You'll need to create oath credentials in your control panel.

There might be an issue in your bundle that is caught server side and not by stencil-cli. Do you see any errors after you upload it?

Can you try to push a clean copy of Cornerstone to see if this is an issue with the store or your theme?

That is weird. How big are the images?

I have a fork that works with tRPC 11 https://www.npmjs.com/package/trpc-to-openapi it's been running fine with t3-app/NextJS. However, I don't use other adapters, I fixed all tests cases for everything so...