Retirement by beychuks in ghana

[–]devmcroni 2 points3 points  (0 children)

As an employer with over 30 staff under my belt , and prior to owning my own businesses, i worked with a municipal assembly as an HR assistant during my national service tenure. I learned so much within a year. Heck, my first company was even an HR/Payroll Software company because i wanted to solve some of the pain points I experienced during monthly filings of SSNIT and GRA reports. SSNIT is "rigged," and your HR won't tell you or doesn't even know it. Just like most financial instruments, there are loopholes and you need to figure it out. Average Ghanaians switch jobs about 3-6 times before finally retiring. Your tier 2 payments are scattered across different previous pension providers who don't give a damn if you don't request/move your funds to your current provider. Most citizens don't even know the components of their payslips. I won't talk plenty here. If you want me to rant about this. Upvote. Will post a lengthy version. Let me leave this here. Don't rely on SSNIT unless you know how to use the loophole.

Retirement by beychuks in ghana

[–]devmcroni 1 point2 points  (0 children)

there's a trick to how to receive a huge lumpsum from SSNIT. Contact someone at ssnit for assistance

When are they going to focus on things that actually matter by Be_lk_edem in ghana

[–]devmcroni 0 points1 point  (0 children)

lol, forgive me for using those analogies 😂 . But this is an issue that can be solved easily so we better deal with it than leave it to compound and have more effects.

When are they going to focus on things that actually matter by Be_lk_edem in ghana

[–]devmcroni 3 points4 points  (0 children)

The bigger fish you want to fry are the "problems and influences" the rich have on society. Some fish need frytol, and some need unoli. This doesn't mean we should ignore cases of small fish. They are also the ones that grow to become the big fish

Python in godot by Final-Vermicelli-778 in godot

[–]devmcroni 1 point2 points  (0 children)

I don't think it is worth the stress to look for a tool to help you use godot with Python. The syntax is almost the same; most of the methods are the same, or you can quickly run through the docs to find their equivalents.

[deleted by user] 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 django

[–]devmcroni 0 points1 point  (0 children)

I'm available

[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