hasnain
KPCKevin Powell - Community
•Created by hasnain on 3/22/2024 in #back-end
seting cookies in the cookies storage in the borwser
the cokies are being set when i hit the login api,
and i can inspect in the network section in the browser from the response.headers that the cookies are available but the cookies are not being set in the browser properly , i checked for answer in stack overflow where they said i need to send {withCredentials:true}
with the login pay load but when i set this it causes a failed response,
can anyone help please?
1 replies
KPCKevin Powell - Community
•Created by hasnain on 1/26/2024 in #front-end
how can i make a single grid item from many grid items have multiple rows or automatic height.
<div className="grid grid-cols-11 gap-1.5">
<p className=" col-span-3">বরাবর</p>
<div className=" col-span-8 flex justify-end">
<p>তারিখঃ ০৭ November,2022</p>
</div>
<p className=" col-span-6">ঢা</p>
<p className="col-span-full py-5">
বি
</p>
<p className=" col-span-4">অভি</p>
<p className=" col-span-7">miraj</p>
<p className=" col-span-4">পিতা</p>
<p className=" col-span-7">করিম</p>
<p className=" col-span-4">মাতার </p>
<p className=" col-span-7">আমেনা</p>
<p className=" col-span-4">পেশাঃ</p>
<p className=" col-span-7">চাকুরি</p>
<p className=" col-span-4">মোবাইল</p>
<p className=" col-span-7">০১৯১৯৮৫২৭৩৭</p>
<p className=" col-span-4">অভিযোগ কারীর ঠিকানাঃ</p>
<p className=" col-span-7">নারায়াণগঞ্জ</p>
<p className=" col-span-4">জাতীয় পরিচয় পত্র নম্বরঃ</p>
<p className=" col-span-7">১২৩৪৫৬৭৮৯০০</p>
<div className="col-span-11 border my-5 border-gray-300 w-[100%]"></div>
<p className=" col-span-4">অভিযুক্ত </p>
<p className=" col-span-7">সান মুন</p>
<p className=" col-span-4">অভিযুক্ত প্রতিশঠান এর ঠিকানাঃ</p>
<p className=" col-span-7">খিল্গাও</p>
<div className="col-span-11 border my-5 border-gray-300 w-[100%]"></div>
<p className=" col-span-4">অভিযোগের বর্ণনাঃ</p>
<div className=" h-auto col-span-11 w-full ">
<p className="p-2 bg-gray-300 col-span-11 rounded-md">
dsjkjkl;sdfj;
</p>
</div>
<div className="col-span-11 border my-5 border-gray-300 w-[100%]"></div>
</div>
5 replies
KPCKevin Powell - Community
•Created by hasnain on 11/13/2022 in #front-end
Logic understanding
3 replies
KPCKevin Powell - Community
•Created by hasnain on 11/1/2022 in #os-and-tools
Changing Disc Mode in bios
I was trying to dual boot Linux fedora, when booting it from usb I choose the option for installation and in hard disc option it shows no disc selected ,,, why it is not able to detect storage?
i googled the matter and it says I have to change disc mode from ide to ahci or raid but in my hp-dq14, I don't find any option for changing disc mode in bios. plz help
1 replies