Alex Yashkin
Alex Yashkin
I think, yes, because it is real logo of Windows.
I got errors on Windows 10 with VS 2022 Community build\lib.win-amd64-cpython-39\tinycudann_bindings_75\_C.cp39-win_amd64.pyd : fatal error LNK1120: 2 unresolved externals ``` ... [8/10] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\nvcc --generate-dependencies-with-compile --dependency-output G:\temp\tiny-cuda-nn\bindings\torch\build\src/cutlass_mlp.obj.d --use-local-env...
It would be very nice to have ability to set original color palette as default in preferences file. And store window position, size (maximized) and other settings (DFT window function,...
Stroked variants  
Example with personal discount for logged users: 1. create behavior: ```php Total cost with discount: ```
Instead step 1 & 2 can use this variant: ```php Yii::$app->cart->on(ShoppingCart::EVENT_COST_CALCULATION, function ($event) { $discount = Yii::$app->user->identity ? Yii::$app->user->identity->discount : 0; $event->discountValue = $event->baseCost * ($discount / 100); }); ```
I think @UniqProject can add light theme and reduce size of elements in next release