How to create and run virtual environment on macOS?
python3 -m venv venv source venv/bin/activate
Blog
Hmm. Is it a known bug in iOS that the suggestions from a datalist on the top of the keyboard no longer works? When I click them they just disappear, and nothing is added to the text field. The popup on the page still works.
The page in the video is https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
Blog
Hmm. Is it a known bug in iOS that the suggestions from a datalist on the top of the keyboard no longer works? When I click them they just disappear, and nothing is added to the text field. The popup on the page still works.
The page in the video is https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
How to create and run virtual environment on macOS?
python3 -m venv venv source venv/bin/activate