Oleg Postoev
Oleg Postoev
It's need for SPA website least. And for example user can close modal window with Dragdealer element, but requestAnimationFrame still calling. 
https://timvanscherpenzeel.github.io/texture-compressor/ Error in console: > Uncaught TypeError: Class constructors cannot be invoked without 'new' at new THREE.KTXLoader
Catch error on 472 676 step (batch size 3) ``` Traceback (most recent call last): File "C:\Users\oleg\AppData\Local\Continuum\anaconda3\envs\lgan_p3.8\Scripts\lightweight_gan-script.py", line 33, in sys.exit(load_entry_point('lightweight-gan', 'console_scripts', 'lightweight_gan')()) File "\lightweight_gan\cli.py", line 185, in main fire.Fire(train_from_folder)...
Why default is [32] and when it need to increase count of items ([32,64,128] for example) or values? I see what it use more memory so I think it must...
Or I need use technics like FID to solve this task?
I use `camera_utils.js` and after call `.stop()` on the instance of Camera class the requestAnimationFrame still works.   As you can see the link to the requestAnimationFrame not saved...
Here https://github.com/evolution-gaming/babylonjs-texture-generator/blob/master/README.md#installation `ASTC Evaluation Codec (download)` goes to 404
### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Here we have limited safe protocols. https://github.com/angular/angular/blob/main/packages/core/src/sanitization/url_sanitizer.ts#L37 For example, my backend returned HTML-layout (some article, for example)...
Just for notice. ```js const uuidv1 = require('uuidv1'); module.exports = { output: { jsonpFunction: 'myElements-' + uuidv1(), library: 'elements', }, }; ``` Trying to build with this config produces an...
Так свойство не выбирается: ```php $blogItemsModel->getList([ 'select' => ['id', 'PROPERTY_INTRIGUE_ENUM_ID'], ]); ``` а так работает, но это не то что нужно ```php $blogItemsModel->getList([ 'select' => ['id', 'PROPERTY_INTRIGUE'], ]); ```