Skip to content
#

mobile-development

Here are 1,815 public repositories matching this topic...

pkaske
pkaske commented Dec 29, 2020

I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h

good first issue type:research solution:holistic stat:awaiting googler
josefaidt
josefaidt commented May 25, 2022

Is this feature request related to a new or existing Amplify category?

New category

Is this related to another service?

No response

Describe the feature you'd like to request

Support a path argument on amplify plugin add to simplify command:

amplify plugin add --path $(pnpm root -g)/amplify-graphql-seed-plugin

Currently we need to first capture the absolute path, and

good first issue feature-request platform p3
cloudbase-framework
binggg
binggg commented Jul 24, 2020

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
CodenameOne
javieranton-zz
javieranton-zz commented May 25, 2021

I already do it in my app, but I thought of sharing it here as I think that most apps (and CN1 as a platform) would benefit from this

  1. Implement anti-aliasing in JavaSE images and image operations
    I currently use https://github.com/mortennobel/java-image-scaling which works great. Images in JavaSE look pretty bad (especially when scaled/rotated), this is kind of a must have
    Scaling with
help wanted good first issue first-timers-only up-for-grabs
Xtremilicious
Xtremilicious commented Mar 14, 2020

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:

help wanted good first issue
Jordan-Nelson
Jordan-Nelson commented Jun 7, 2022

Description

The current API (GraphQL) docs do not have any examples using query predicates. See the docs on fetching data.

Common use cases should be covered. For example:

  • Basic equality operator: Post.TITLE.eq(title)
  • Fetch by parent ID: Post.BLOG.eq(blogId)
  • Comparions (gt, lt, etc.)

Docs were recen

Documentation good first issue GraphQL API

Improve this page

Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more