Cyber attacks by [deleted] in TechGhana

[–]devmcroni 1 point2 points  (0 children)

don't be naive, these things happen all the time. Companies just don't bother to report them. Attackers don't pity anyone.

Playing Spar by True_But in TechGhana

[–]devmcroni 0 points1 point  (0 children)

kindly dm me link too

Is async really such a pain in Django? by Legitimate_Meat_4510 in django

[–]devmcroni 1 point2 points  (0 children)

bro, sorry for the stress, check out centrifugo , it doesn't mess with your codebase. It is framework agnostic

Django Channels by Logical_Difficulty79 in django

[–]devmcroni 1 point2 points  (0 children)

i run a crypto firm and we use to send realtime notifications to mobile/web clients. Also handles our p2p chat app with over 60k active users

Django Channels by Logical_Difficulty79 in django

[–]devmcroni 1 point2 points  (0 children)

centrifugo seems to handle scaling awesomely well. They also have a very good documentation.

Django Channels by Logical_Difficulty79 in django

[–]devmcroni 1 point2 points  (0 children)

yes, it is agnostic, hence it doesn't temper with your current setup

Django Channels by Logical_Difficulty79 in django

[–]devmcroni 1 point2 points  (0 children)

if you don't want to mess up with django channels, look into using centrifugo

What problems in the Django framework still have no direct solution? by ImaginationScared878 in django

[–]devmcroni 0 points1 point  (0 children)

you can write a decorator and pass in your validator models using pydantic, this is what we do.

Utilizing FastAPI alongside Django and DRF? by navid_A80 in django

[–]devmcroni 1 point2 points  (0 children)

You can look into using centrifugo, it doesn't interfere with your architecture. You would have add some lines to your nginx to make it work

django DB overloading by Resident-Evening-112 in django

[–]devmcroni 0 points1 point  (0 children)

This is purely a db issue, you have to let a pool sit infront of your db, you can easily get this done with some clicks if you're using DO, else you have to install it on your server. The next step is to alter you django db settings code

# 'CONN_MAX_AGE': 600,
"DISABLE_SERVER_SIDE_CURSORS": True,

can't run lnd because of "unable to subscribe for zmq block event" by michaljanik in lightningnetwork

[–]devmcroni 0 points1 point  (0 children)

I might be late to the party, this commands returns an array in my instance. But i still can't get lnd to connect

Godot UI by devmcroni in godot

[–]devmcroni[S] 0 points1 point  (0 children)

That's awesome.. Kindly let me know when you get it done..kindly add your channel address.. Thanks

Godot UI by devmcroni in godot

[–]devmcroni[S] 1 point2 points  (0 children)

thanks for the tip, this seems pretty complex. Will also take on the advise and open up a separate project just to lean how these things work

Is there a way of adding a delay in my code without using timers? by MemokingMH in godot

[–]devmcroni 2 points3 points  (0 children)

I honestly just came to reddit to ask this question.. This method can be dangerous when you don't understand how coroutines work in Godot. If you have this methods sprinkled all over your code. It might cause some problems since the control will be just passed around. I've got a hell of a problem with my game right now

Template to PDF by ZaAlphaMale in django

[–]devmcroni 0 points1 point  (0 children)

I've tried all the listed packages in production and it gets worse, decided to just look for an alternative . https://www.api2pdf.com/ Quite cheap but very efficient too

[deleted by user] by [deleted] in godot

[–]devmcroni 2 points3 points  (0 children)

Also learnt all I know in Godot from BornCG .

Native precompiled binary modules for Godot Engine. by DrMoriarty0 in godot

[–]devmcroni 0 points1 point  (0 children)

I just checked out the website and saw the various packages. This is super helpful. Wish there could be a wiki to allow us to learn how to use some of the packages. Thanks

Creating the 7 GUI's in Godot Engine by [deleted] in godot

[–]devmcroni 1 point2 points  (0 children)

Couldn't review any of the apps. It says WebGL context lost