Devin Prescott

Results 9 comments of Devin Prescott

There appears to be a difference in the way Python 3 and 2 handle .decode('utf-8')... so my most recent commit fails test_cities.... **Python 3** ``` ['\ufeffSao Paulo é a capital...

I thought this solved the issue, but it's still not quite fixed... If you use HOME_COVER now it overwrites the image on all pages... I'll need to take a look...

Came here from my RockyLinux machine with the same issue. I believe it is not cockpit related, but rather Brave (or Chrome) blocking insecure certs, even if you tell it...

Anyone still able to get this to work, or is there a working fork out there somewhere? When trying to browse a catalog I get: ``` java.net.MalformedURLException: no protocol: ?...

I'm having problems building for Android in Linux. I tried `script/solution_gmake_android.sh` per the documentation but that file seems to just be a link that can't be found. I tried running...

Let me know if there's anything I can check on my side. I'll add 24.5 to the list to check. Do the runners run all tests? Is there a specific...

Sorry @sbryngelson , just seeing your comments. I'll try building with the latest master branch. I'll follow up here with my script to create my build environment from a clean...

``` $ nvfortran --version nvfortran 25.5-0 64-bit target on x86-64 Linux -tp haswell $ mpif90 --version nvfortran 25.5-0 64-bit target on x86-64 Linux -tp haswell $ python3 --version Python 3.12.11...

This is the script I used to bootstrap my environment on a clean build of Rocky 8.10... To be fair, this was written _after_ running all these commands, sorting through...