If I run celery manually, from within my django app's virtual environment, it works: (hackerspace) 90158@hackerspace:~/hackerspace/src$ celery -A hackerspace_o
I want to show a toast when user will be sign up and getting verification email. But Toast dosen't show. const navigate=useNavigate(); const from = location.sta
I have a code: cls $folderPath = 'Y:\lit\Retail\abc\abc\FTP-FromClient\AMS\2022-03-23' $files = Get-ChildItem $folderPath $destination='Y:\lit\Retail\abc\abc\FT
I have a list of things in a go program. I want to loop over them, and perform some operation on/with a subset of those things. Is there more elegant/idiomati
I am trying to upload images to firebase along with other string and double data type. I am think about 2 options now, one is uploading the imageUrl to fireb
I'm new to the 3D rendering with Metal and SceneKit. I see that there is a specific "inverse" transform required to be passed to the renderer / shader. I printe
I have a stream of events called transactions. Over time, many transactions are committed by a single address and there are many addresses. For every transactio
I am learning React and I have been facing the following issue with useState: when the button is clicked the data is set to null (which is the initial state in