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 24,190 public repositories matching this topic...
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.
Dead Links
Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
- https://material.io/resources/icons : where there's no "file_download" icon
- https://www.materialpalette.com/icons : where there's no "unfold_less/more" icon
But both "file_download" and "unfold_less
-
Updated
Apr 4, 2020 - Swift
Question Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Question Subject
This is a question about documentatio
-
Updated
Apr 3, 2020 - Dart
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
Filippo, as we discussed as GothamGo, using mkcert as an infrastructure CA to secure internal service-to-service http calls is probably a use case falls within the mission of mkcert. The readme provides enough detail on how to do this manually, but it warns against "production" use. Please clarify that this use case is not discouraged. Thanks.
-
Updated
Apr 4, 2020 - Swift
const XLSX = require('xlsx');
const wb = XLSX.utils.book_new();
const ws = XLSX.utils.json_to_sheet([]);
XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');
ws.A1 = { t: 's', f: 'square' };
XLSX.writeFile(wb, 'formula.ods');The resulting .ODS file contains:
<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
-
Updated
Apr 4, 2020 - Swift
-
Updated
Apr 1, 2020 - Swift
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
We've recently updated our github workflow to have 3 branches:
master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)
We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.
Suggestion
We should add a .travis.yml and set up Travis CI. Although Hero has a limited test suite it's still useful to make sure that the project compiles
Short description of the issue:
Currently, the recommended way of extending the library is to use Observable.create() (https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md#custom-operators). However, this is only possible for the simplest cases.
More complex cases, will require us to understand the implementation details and copy Producer and Sink.
It c
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- I have read the wiki page and cheat sheet, but there is no information I need.
- I have searched in [existing issues](https://github.com/onevcat/Kingfish
- Framework7 version: 5.3.0
- Platform and Target: tested in Android and Web
- Live Link or JSFiddle: https://jsfiddle.net/z8c1xsg9/4/
Describe the bug
No-toolbar and no-navbar classes doesnt hide them
Expected behavior
While having a common navbar and a common toolbar (direct view or views children) expected the classes no-toolbar and no-navbar to hide them.
Actual Behavi
- cocos2d-x version: 3.16
- devices test on: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
Steps to Reproduce:
- Go to docs: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
- Type Application or ApplicationProtocol into search box.
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- do any replace as I want (maybe what I need is get selection's element node,content,then set content)
add parent element div and class
<p>autor: abc</p><p>date:2020...</>
-
-
Updated
Apr 4, 2020 - Java
Phase 1:
[ ] partition_key
[ ] sync
[ ] AppCredentials (except third-party auth)
[x] login
[ ] logout
[ ] current_user
[ ] all_users
[ ] switch_user
[ ] remove_user
[ ] provider clients
[ ] link_user
[ ] custom_data
Phase 2:
[ ] push
[ ] remote mongodb client
[ ] functions
Details of above subtasks are described in this [doc](https://docs.google.com/document/d/1iD9ujY76BWVUOdN7rRH4XyPF9hHxx48RcG
Hi,
thank you for the awesome work on NativeBase.
I have gone through these following points
- Check latest documentation: https://docs
pod --version
1.9.1
- [x ] I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
Most legitimate bots I see on a server report who they are. When I saw user agent of "Ruby" it made me feel something suspicious is going on. Then I did a test and cocoapods jus
-
Updated
Mar 28, 2020 - Objective-C
