Relatable. I go a step further by deliberately listening to songs in foreign languages I do not understand, so I do not know the lyrics at all!
- 0 Posts
- 30 Comments
Update: The frontpage now has a line that says “Get SimpleX desktop app”, above various mobile app stores links. Have to head to downloads page, still on the website itself, for desktop, mobile and terminal options.
Memmy says imma make you a spammy bot. I got rate limited after that reply. The first time this happened I got downvotes for all my spammy replies, but that was before I realised this problem. Memmy trained me to clean up my mess. Thank you Memmy, no more messy.
No wonder they record calls.
Oh look, 6 times this time. I shall leave the duplicated replies here. Coincidental proof. Only happens sometimes. Talk about the devil.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
I’m using Memmy too, although the app sometimes repeat post reply 5 times and I had to delete the other 4. I still use Memmy anyway and don’t mind waiting till this gets fixed.
Yes, we are just training ourselves by living life the hard mode, because life is hard. We do not take the easy route.
I count the number of items to get, and tell myself to remember the number, then I sometimes summon devil’s help to recall the very last item at the store. Half probability of successfully remembering to get the items justifies not writing in the first place.
deleted by creator
anotherlemmyuser@lemmy.mlto Asklemmy@lemmy.ml•Can you tell me about any lesser-known local fruits or vegetables in your area that you think more people should discover?3·2 years agoThe english name of langsat is langsat, haha!
anotherlemmyuser@lemmy.mlto Asklemmy@lemmy.ml•Can you tell me about any lesser-known local fruits or vegetables in your area that you think more people should discover?6·2 years agoMy favourite langsat. It’s sweet and sometimes sour, flesh is like rambutan.
I have done a lot Enough for today I am tired I need to rest I should shut my eyes
… more screentime on unproductive content
anotherlemmyuser@lemmy.mltoGeneral Programming Discussion@lemmy.ml•Fullstack Django + React Native Expo project creation order1·2 years agoHello, I just came across this post while searching on lemmy, I hope you don’t mind my late comment on this post, so I can contribute to Lemmy. I have read your post multiple times, but if it’s not the answer you’re looking for, then I apologise in advance.
Messed up node modules, because I used npm and yarn
Delete node modules and do npm i or npm ci or yarn add.
Order
I usually do venv first, then I do Django backend, then React Native Expo frontend. However, the order itself isn’t that important, because the frontend and backend folders are separated. Doing backend then frontend is just more convenient since API is used.
For example, you deploy Django first then you compile Expo and you will see your API fetches. If you decide to do Expo first then Django it is still fine, just when you open your Expo app, you won’t see your API stuff from Django until you deploy Django.
A heads up that it’s a separate story if you use Docker, which I think you aren’t, since Docker is not mentioned.
Path
- I use .env file for React Native
REACT_APP_API_URL = ‘http://127.0.0.1:8000’
- I use relative paths (src, import) in Django and React Native
‘./relative-folder/relative-photo.jpg’
- I use dynamic path in Django
os.path.join
It is generally advised not to use hardcoded paths, try to avoid if possible because whilst it works when you are developing locally, using hardcoded paths may not work during deployment. For Expo using hardcoded paths should still work.
Cry in agony while doing your best at losing the game, make your partner laugh. Noooooo, buries head in hands!