human211
human211
when I launch it in the browser everything is ok. but if I run it in the simulator, it’s an error. Therefore, the connection to the server is not created...
when I try to build client code with pixi/node dep I see errors: ``` ../draw/src/views/figures/FigureCircle.ts:14:19 - error TS2345: Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'....
Hi! only one string const app = new Application(); and i have error ReferenceError: document is not defined at new AccessibilityManager (D:\test\node_modules\@pixi\accessibility\src\AccessibilityManager.ts:96:21) an error appears if the monorepe uses pixi...
The project is great!... but the only feature I miss is creating screenshots of individual elements. For example, in puppeteer I do it like this: ``` const page = await...
### What was unclear or otherwise insufficient? In docs: > lock - Enables locking mechanism for query. Can be used only in **findOne** and **findOneBy** methods But **repository.find** method has...