-
Updated
on Mar 12, 2021 - Dart
mobile-development
Here are 1,263 public repositories matching this topic...
-
Updated
on Mar 11, 2021 - Java
-
Updated
on Nov 13, 2020 - Python
-
Updated
on Mar 9, 2021 - Kotlin
-
Updated
on Feb 27, 2021 - JavaScript
-
Updated
on Mar 13, 2021 - Objective-C
-
Updated
on Oct 13, 2020 - Java
-
Updated
on Jan 6, 2020 - C++
Is your feature request related to a problem? Please describe.
支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验
这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts
大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等
- Vue
- React
- V
When submitting a new PR github actions correctly runs pr.yml
labeled as "PR CI". But it also runs "Java CI" (ant.yml) which shouldn't be run as it's marked to only run on push to master. This creates a sense that a PR isn't passing CI and wastes CI resources. The CI fails because secrets aren't available to pull requests.
-
Updated
on Oct 13, 2020 - Java
This is a feature request for adding Push Notification Service for Flutter like we have it for React/iOS/Android.
As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.
Pull Request Process:
- Ensure the project tutorial to be added doesn't already exist and it is of good quality (code quality, project scope & project relevance).
- Update the [data.js](https://github.com/Xtremilicious/ProjectLea
-
Updated
on Nov 6, 2018 - Dart
-
Updated
on Jul 16, 2020 - Java
-
Updated
on Jun 18, 2020 - Dart
-
Updated
on Nov 5, 2018 - Python
-
Updated
on Feb 2, 2021 - Python
-
Updated
on Jul 10, 2018 - Java
-
Updated
on Feb 23, 2021 - JavaScript
-
Updated
on Dec 12, 2020 - Go
-
Updated
on Feb 29, 2020 - Dart
-
Updated
on Mar 12, 2021 - JavaScript
-
Updated
on Mar 12, 2021 - C++
-
Updated
on Oct 26, 2020 - Dart
I really wish I could do it myself but I have no experience with C#.
Can we add a Open in Atom
option in the menu?
Using the terminal I can open the project by using atom .
I tried doing it myself but when I compile the master branch I get like 6
Could not load file or assembly or one of its dependencies
-
Updated
on Jan 13, 2021
-
Updated
on Jul 16, 2019 - Dart
Improve this page
Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mobile-development topic, visit your repo's landing page and select "manage topics."
When run
bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
Downloading org_tensorflow will time out.
I want use the pre-downloaded org_tensorflow by putting the tar.gz file in the .cache corresponding directory, but it didn't work.How should I operate it correctly?