Hey! Great video. I can connect but the fronend dont receive the message i sent, would you help me?
@unperrier11 күн бұрын
At 12:20 just use str.rpartition() it's meant for exactly this case. Something like that: (base_url, _, _) = image.url.rpartition('?') return base_url
@QueLee-c6w15 күн бұрын
Even this video was 4 years ago,still very helpful .thanks your contributions for me to get exoplayer with recyclerview. From Korea
@MuazAtik20 күн бұрын
Nice shirt Mitch 👍😃
@priyankasharma-11422 күн бұрын
😮😮
@Ig1del22 күн бұрын
Can i use vs code for python wen development or not
@Ig1del22 күн бұрын
Bro its same in 2025 😂
@firebasegoogle241223 күн бұрын
How do I use dependency injection in service class
@shumiraisibanda918026 күн бұрын
its giving me errors i did exactly what you said and did but i keep on getting an error can someone help
@CheckBallUpАй бұрын
Could you do this updated for a beginner using VSCode. I have the structure of a project layed but I have this same issue where my profile changes are not saving and I’m not sure how to test it in live environment
@yusufbounАй бұрын
guys help , I'm trying to create a billing account and everytime i insert paiment method it show me this error "Action unsuccessful This action couldn’t be completed. Try again later. [OR_BACR2_34]" I tried my both mastercard and visa card same problem.
@IamTheGreatCornholiooАй бұрын
Try to develop a more complex app than a calculator, mp3 player or visit card, SwiftUI is bugged trash and it's easier to program the same for Android. In Android you write more code but it then just WORKS
@phantomfish3555Ай бұрын
At 12:43, for some reason, my version failed to change the old image to the new image in the preview. I change the readURL in the html and now it works. Old readURL: var reader = new FileReader(); reader.onload = function (e) { $('#id_image_display') .attr('src', e.target.result) }; reader.readAsDataURL(input.files[0]); New readURL: if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function (e) { document.getElementById('id_image_display').src = e.target.result; }; reader.readAsDataURL(input.files[0]); }
@IMANURSE12Ай бұрын
This is awesome. Thank you very much.
@mohdwillie2 ай бұрын
Hi fantatstic content, can you also make a review on the EX2710q hilight the improvements or disadvantage
@sosajacobb79732 ай бұрын
link in description for copy paste sources would be nice :(
@sosajacobb79732 ай бұрын
very nice guide
@jackli19242 ай бұрын
A very good explanation! Thank you Bro!
@akashgeorge54332 ай бұрын
could you explain why we dont use serializer when we use django without rest framework, meaning when we use the render method
@rahmanarabia66392 ай бұрын
why is the tutorial start at the middle but not at the beginning i can't really follow through as a casual internet user
@sorousheskandary-l7q3 ай бұрын
Background thread service tutorial please :)
@AdnanAslam-k3m3 ай бұрын
Great I wasted my 13 minutes. I thought it is a tutorial for how to do publish not to talk about the macbook and ios
@MrGfpf3 ай бұрын
Thanks for sharing 👽
@PrajwalCanonShutter3 ай бұрын
Superb, fantastic, clear explanation as always like the new SearchAppBar Composable :P
@christosbazios523 ай бұрын
2024: Are there any updates, new videos, new courses, etc nowadays?
@matheeshasuriyaarachchi8563 ай бұрын
Nice work 👍
@ArtuDoss-d4p3 ай бұрын
Luz Place
@MonicaDuffy-q7s3 ай бұрын
Goyette Union
@reaobakax3 ай бұрын
What a guy this Mitch is 🍺
@bagumamartin3 ай бұрын
Native feels so clean and elegant.
@baldycoder3 ай бұрын
Dead channel. Miss you mitch. 😢
@Herculesant3 ай бұрын
Your video image is too poor and not possible to see it!
@BenthamSheila-c8o4 ай бұрын
Martinez Barbara Lopez Dorothy Perez Mark
@techwithabid4 ай бұрын
It doesn't work when debug is false
@vinylwarmth4 ай бұрын
I hate Django and REST framework.
@CalMeNeva4 ай бұрын
It is so unreal how much i've learned in the course of just 3-4 hours watching this video, your channel is a blessing, thank you so much
@LandanDevenecia-p6t4 ай бұрын
Thank you.
@GardenMichell-b5v4 ай бұрын
Norval Station
@PrayagKeay4 ай бұрын
Thank you so much for your hard work! 😊 Just a small off-topic question: 😅 I have a set of words 🤷♂️. (behave today finger ski upon boy assault summer exhaust beauty stereo over). I’d be grateful for some help. 🙌
@PegLaurel-k1u4 ай бұрын
Walter Lodge
@PollyKimberley-o1y4 ай бұрын
Rhianna Light
@SyyedChawan4 ай бұрын
Thanks for the forecast! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (air carpet target dish off jeans toilet sweet piano spoil fruit essay). How can I transfer them to Binance?
@JoshuaLindsay-r4d4 ай бұрын
Stehr Union
@IarovyiSergii4 ай бұрын
Very interesting
@asdf622104 ай бұрын
toast assertions not working with android 11 and target sdk 30
@donnaesperas37395 ай бұрын
This is really helpful! So thankful for your knowledge!
@HumanBeingSpawn5 ай бұрын
findNavController: Error No value passed for parameter 'viewId' Not sure if API change or you lied in your video. 🙃