Stafford Williams
Stafford Williams
This is happening because [@testing-library/dom expects `constructor.name`](https://github.com/testing-library/dom-testing-library/blob/fb069c93983bc0300a6e1c91bdec5bf9443b5286/src/DOMElementFilter.ts#L198) but [@ionic/stencil](https://github.com/ionic-team/stencil/blob/main/src/compiler/transformers/decorators-to-static/component-decorator.ts) does not expose `constructor.name`. This can be fixed in either library: 1. By [adding `constructor.name` to @ionic/stencil](https://github.com/ionic-team/stencil/compare/main...staff0rd:stencil:pretty-print). This approach would then...
@liamdebeasi I can confirm that dev build works as expected: ```typescript import { IonSkeletonText } from '@ionic/react' import { waitForIonicReact } from '@ionic/react-test-utils' import { render } from '@testing-library/react' describe('SkeletonForm',...
Did not solve for me, although I'm not certain I am including it correctly. Test that causes bad serialization looks like this: ```typescript import { IonSkeletonText } from '@ionic/react' import...
I get the error ``` RuntimeError: Input type (torch.cuda.HalfTensor) and weight type (torch.HalfTensor) should be the same ``` When the feature _Move VAE and CLIP to RAM when training if...
@liamdebeasi the implementation you speak of - is it specific to iOS as OP is suggesting? Or, will the implementation affect Android as well? I'm trying to understand whether Ionic...
I also get this issue, on my local debian box which currently runs docker 1.9.0. No problem on my Amazon Linux AMI instance (docker 1.8.2) which does not show the...
Excuse my ignorance, but is the lack of support due to software or hardware? Perhaps the memory usage, and the memory % columns just not be present when they are...
Spine examples currently broken due to pixijs/examples#21. The pixi-picture break looks specific to [this example](http://pixijs.github.io/examples/?v=v4.2.1#/picture/overlay.js) only, due to [this line](https://github.com/pixijs/pixi-picture/blob/master/src/PictureRenderer.js#L249), as noted by @carstenheisterkamp (`quad.draw`) and looks to have been...
I merged `master` into this and have the following findings regarding `docker compose up`: - `--skip-update` appears no longer valid and should be removed - On recreate, installation is again...