Russ Bubley

Results 13 comments of Russ Bubley

That was the intent of requirements-dev: for packages to be installed and available in the local dev environment but ignored in the upload to production. So in theory you should...

I think re-coding to use Cloud Firestore for Datastore might be the way to go for a replacement.

Google suggest migrating service by service everything in the google.appengine namespace, then making the code py2/py3 compatible. Then the jump to py3 should be very easy. I think the incremental...

@proudhon - I don't think there has been any evolution in the migration to python3. I'm sure any help would be welcome. I think there are probably six issues that...

day.js looks like an easy one to switch in, as the syntax is compatible.

It occurs to me that if the scheduler was given knowledge of the target number of instances (e.g. through `cluster.scale_up` telling it), then it could allocate tasks to putative instances...

I had understood the intended semantics to be different: `retire_workers` is for the Scheduler to tell Worker/Nanny processes to terminate; `scale_down` is at the cluster level, to tell a machine...

From the boards over the last few years it would seem there are a lot of these in use in the UK, as they are cheap (second hand) and functional.

I’ve just experienced this reboot loop issue with the released version of 22.03 (standard upgrade not a custom build) ( OpenWrt 22.03.0 r19685-512e76967f)

My experience using a HH5a with 22.03.0, configured as an Access Point with just a single lightweight package added (nano), was the same with booting sometimes working, sometimes repeating and...