iOS
iOS is the operating system for all of Apple’s mobile products. The operating system was unveiled at Macworld Conference and Expo in 2007 to support the company’s new venture, the iPhone. Since then, the operating system has grown to incorporate other products, including the iPad and iPod Touch.
Here are 316 public repositories matching this topic...
See https://forum.newsblur.com/t/how-to-set-default-full-article-retrieval-in-android-app/7111/4. The most recent comment says that it wasn't discoverable. Let's make it discoverable by adding a preference to turn it off (defaulted to on of course).
-
Updated
Dec 17, 2019 - Python
(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)
(重要!问题分类)
- 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues
- 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues
- 图像识别、设备控制相关问题 -> 按下面的步骤
描述问题bug
(简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。)
Linux执行airtest脚本报"There is no SIFT module in your OpenCV environment!"
According to the documentation in the wiki:
Frida scripts loaded with the import command are also run as jobs automatically
Describe the bug
When loading a script with the import command, the script is successfully loaded but no jobs is created.
To Reproduce
- import test.js
- jobs list
Expected behavior
The job should be listed when running jobs list
**E
-
Updated
May 28, 2020 - Python
-
Updated
Mar 1, 2019 - Python
Issue
Documentation issue
On the page https://github.com/mwrlabs/needle/wiki/Installation-Guide, on this part:
(For non-essential prerequisites, please refer to Device Dependencies.)
This link is dead https://github.com/mwrlabs/needle/wiki/Quick-Start-Guide#device-dependencies.
Expected behavi
python 3 README.rst
Description
It is unclear if the buildozer itself should be installed using python3 or python2. In most ubuntu flavours python3 works only when "pip3" and "python3" are used. Simply using "python" and "pip" will install it in python 2.
-
Updated
May 27, 2020 - Python
If we compare the name to let's say macOS alternative (NSApplicationDirectory), we should most likely use FOLDERID_Programs from KNOWNFOLDERID.
ref: https://docs.microsoft.com/en-us/windows/desktop/api/sh
-
Updated
May 25, 2020 - Python
Using the latest version of kivy-ios, 8416d46fd4f70da155f62640443c30cf71a0e52f which is using Kivy 2.0 and Python 3.8, UrlRequest does not work as certifi is not installed
lib/python3.8/site-packages/kivy/network/urlrequest.py", line 220, in __init__
import certifi
ModuleNotFoundError: No module named 'certifi'
This is showing in the Xcode console output when running my app
-
Updated
May 19, 2020 - Python
-
Updated
May 27, 2020 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
May 20, 2019 - Python
-
Updated
Feb 25, 2020 - Python
-
Updated
Oct 18, 2019 - Python
Versions
Description
when BorderImage's
display_sizeoption is used, it overrides theauto_scaleparameter, simply because it first computes the valueauto_scalewould need, and then look if there is adispaly_bordersetting, and overrides the values if