Esteban C Borsani

Results 198 comments of Esteban C Borsani

reported upstream https://github.com/nim-lang/Nim/issues/23480

So one way I got this working is to run `nimble develop package_name` inside the package that depends on `package_name`, that will clone the `package_name` repo into the current package,...

I think I had that issue. Try removing the --noNimblePath line

Try lowering the worker count when you get prompt for it. I get OOM on 16 workers, but works with 8.

CI runs on Django 4.2 and Python 3.8. Maybe it's a config issue, the default is `USE_TZ = True` and tz disabled is not supported.

https://github.com/django/django/blob/main/django/utils/timezone.py#L204 It looks like your config has USE_TZ set to false

Settings.py module is loaded before all apps. By the time an app is loaded all settings have been used by Django and changing them won't do anything in most cases....

Leaving this open as Spirit should either work with `USE_TZ = False` or add a validator to core app to check it's True.

Also created an issue to improve the settings validations #318

see if #304 helps when you run_huey there should be messages about the queue being process, if you create a new topic, then you should see a message about the...