Mobile
Mobile app development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. These applications can be pre-installed on phones during manufacturing platforms, or delivered as web applications using server-side or client-side processing (e.g., JavaScript) to provide an "application-like" experience within a Web browser.
Here are 4,261 public repositories matching this topic...
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](htt
-
Updated
Jun 10, 2020 - Dart
-
Updated
Jun 9, 2020 - JavaScript
-
[] bug
-
[x ] enhancement
-
feature-discussion (RFC)
-
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the data-sizes attribute instead of the regular sizes attribute. This isn't documented in the API however
Mint UI version
2.2.13
OS/Browsers version
ios/chrome
Vue version
2.6.10
Reproduction Link
Steps to reproduce
nuxt :
- nuxt.config.js中按需引入mint-ui
babel: {
plugins: [
[
'component',
{
libraryName: 'element-
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
Phase 2:
[x] custom_data incl bson support
[x] functions
[x] remote mongodb client
[ ] push
Details of above subtasks are described in this doc
I learned this by digging through the code base for a while, and uncovered:
From which I deduce that in the same directory where I might have a config/config.ini.php file, I can also have a config/blog.example.org.config.ini.php file - which, if it exists will be used instead.
I found not document about how to use vconsole in nuxt.js, so I write this for anyone who need it.
- create vconsole.js in folder plugins
plugins
vconsole.js- open vconsole.js ,put belowing code
const Vconsole =
process.env.NODE_ENV !== 'production' ? require('vconsole') : {}
export default ({ app }, inject) => {
if (process.env.NODE_ENV !== 'produbetter error logging
I'm submitting a feature request
- Library Version:
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w
The encryption section in Java docs https://realm.io/docs/java/latest/#encryption leads to an example that doesn't properly provide a best practice solution for how to store keys used for encryption.
Looks like app.json is hard-coded in jest-expo https://github.com/expo/expo/blob/d39095cd1b037bd54107a932b05d7261b219df58/packages/jest-expo/src/preset/createMockConstants.js#L47
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Jun 5, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://mobile.ant.design/kitchen-sink/components/calendar?lang=en-US#calendar-demo-0
Steps to reproduce
0
What is exp
如何给CML项目设置eslint?
以下只提供一种用 eslint 校验CML项目的方案,开发者可以根据自己情况选择;
standard 具体的规则参考 node_modules/eslint-config-standard/eslintrc.json
[eslint配置详细解释中文文档](https://eslint.bootcss.com/docs/user-gu
-
Updated
Jun 12, 2020 - JavaScript
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont
PaddlePaddle/Paddle使用git-flow分支模型,切换的issue:PaddlePaddle/Paddle#250 ,文档中亦有对PaddlePaddle分支规范的介绍。
PaddlePaddle的主版本库遵循git-flow分支规范。其中:
- master分支为稳定(stable branch)版本
Documentation Needed
After having been around here a while it's become clear to me that JFoenix is a great library, it's just not well documented.
I suggest that a "Help Wanted" and "Documentation Needed" label be added to any issue that stems from a lack of clear documentation. Maybe towards this end it would be helpful if anyone, or maybe just contributors, were allowed to apply labels.
I think that once it b
-
Updated
May 6, 2020 - Vue
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
May 18, 2020


It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.