:Levi.
:Levi.
in channels/routing.py when it gets the default application in the first function it should really bubble back up the exception traceback from trying to import the ASGI_APPLICATION, instead of just...
until then if you want to find out why specifically ASGI_APPLICATION is improperly configured in manage.py shell, import importlib, then try importlib.import_module('whateverapp.routing.application') you can see where specifically its erroring
This is a helpful feature, can a canister see the list of its own controllers? many canisters will want to limit some methods for their controllers.
That may be for the old model of the web, where users never own their data. I want my users to controll their own canisters, so that they controll and...
Oh I can call the management canister canister_status. edit- better if I can get the controllers in a synchronous way and without keeping the canister as its own controller.
Hello, Gratitude for this library. It might just be on my computer but when trying to write an Int which is greater that 2^32 but less than 2^64 (Uint64) I...
Awesome.
Hi, I am getting this message on flutter 3.10.2. I do not include use cupertino icons in my pubspec.yaml.
Hey Roman! Due to prioritization factors, the cts cycles-bank ICRC-1 ledger did not implement the transaction-deduplication part of the spec, however this is temporary, and when the schedule permits, we...
I found a workaround here: https://stackoverflow.com/a/73604364/11364713 and using this comment [here](https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory#comment133662994_73604364). Perhaps dfx can do similar.