An error occurs frequently, but if you visit the URL https://fnm.vercel.app/install in a web browser once, the build succeeds. It's like a prayer ritual...

/media/images-5/2024/6/27/IMG_4536.PNG

Someone posted this picture online, saying it represents a future real estate trade.

/media/images-5/2024/6/19/img5207.jpeg

If pip install encounters the error AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?, try the following commands:

 

python -m ensurepip --upgrade python -m pip install …

If you are using DRF and receiving JSON data via request.data, try using request.body instead.

https://community.shopify.com/c/webhooks-and-events/unable-to-verify-webhooks-successfully/m-p/1191464

In a development environment, if you want to connect to an MQTT broker within a Docker container, try using 'host.docker.internal' as the broker address.

https://www.linode.com/docs/products/compute/compute-instances/guides/rescue-and-rebuild/

/media/images-5/2024/5/31/htpdate.png

Every synchronization server has been unavailable in China recently.

/media/images-5/2024/5/13/IMG_4391%20Redacted.jpeg

Getting Started

https://beepy.sqfmi.com/docs/getting-started

Asian character support

https://gist.github.com/charlestsai1995/54ab65a87e2e063ea25eb3aec4193fe1 PS. Execute the 'fbterm' test on the 'beepy' terminal, without using SSH.

Create your own password management device for easy carrying.

https://github.com/laonan/minipassword

Show …

/media/upic/2024/03/22/img_3632.jpg

WebSocket API using okx.com.

I have been experiencing stomach pain recently, and the doctor gave me some medicine; however, one of them is for depression.

Is not being able to log in to GitHub related to Prime Minister Li's passing?

Crazy...

Crazy country, GitHub blocked again.

In my dream last night, my brother informed me that our old man had returned to our old house and found peace there. I cried out as the others left. …

Open the image using Preview. Select the entire image by pressing Ctrl + A, copy it with Ctrl + C, and then paste it onto the same image. You will …

"At first, you can only sell your products in person. If you have 100 clients, then SEO, content marketing, SNS marketing, etc., can work." - From the book "Small and Beautiful"

Programming in html attributes....😭

Refuse to put hyperscript on this list...

Follow this article to implement htmx validation: https://marcus-obst.de/blog/bootstrap-validation-with-htmx.

The original code is as follows:

// Source: https://gist.github.com/marcus-at-localhost/c9f0a34a2e19d666fd95f61f002ea516 htmx.defineExtension('bs-validation', {   onEvent: function (name, evt, data) {        …