Rob

Results 45 comments of Rob

Did you ever figure it out? I can't even get a banner to show. The only thing I could get working was the reward video when using the preload reward...

I ran into this also. Can you please add the `PgSql` types for postgres? Thank you.

Setting the env variable globally fixed this issue for me also on windows! Well actually, the UI was fixed but the font was still too small but I went to...

I was wondering this also. Besides the few settings in `includes/sys.config.php` I believe the rest of the settings are stored in the database, in the `tbl_options` table. To back up...

Just to add what worked for me when trying to style from the component scss file: ```scss ::ng-deep .ngx-charts { text { fill: #fff !important; } } ``` Thanks to...

@djmixman Thanks! `zfs set snapdir=hidden zroot/iocage` before the rename stopped the error!

I just moved from Boxcryptor and this same error popped up with a few different softwares. It would def be nice to have the option to mount using Mount Manager....

I'm having the same issue with a list picker. Using `direction: UP` swipes way too far, because it swipes 40% of the view's height. It selects the last element: ```yaml...

Having the same problem on Windows 10 going from **Nx v17.2.8** to **v18.0.4** with `dependsOn`. + If there are two items in the `dependsOn` array it gets stuck on the...

Probably related: #21965, #21978, #21779, #21744, #22094