-
Updated
Sep 30, 2020 - Go
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 30, 2020 - HCL
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
-
Updated
Sep 30, 2020 - C++
-
Updated
Sep 30, 2020 - Python
OCTO Speaker Series - Simon Peyton-Jones
November 05, 2020 • Virtual
-
Updated
Sep 30, 2020 - Dart
Depfu
Depfu is the best way for busy teams to keep their app dependencies up-to-date. We believe doing small, easy to assess updates regularly and supported by automation is a lot easier than falling behind and having to update everything at once.
We support all Ruby projects using Bundler and all JS projects using npm or Yarn. Lock files are handled automatically.
I think it would be great to see a GitHub Actions Workflow for Elsa. I see many possible use cases for this as well.
Perhaps something similar to: https://github.com/marketplace/actions/setup-deno-environment
Looking forward to seeing where Elsa goes! Can't wait to support it.
-
Updated
Oct 1, 2020 - TypeScript
Webiny also participates in Hacktoberfest per this article: https://dev.to/webiny/webiny-hacktoberfest-2020-49h4
💡 Contribute to Webiny and Win a Hacktoberfest T-Shirt
- a special Webiny Swag Pack
☺️ Find out about Webiny's hacktoberfest issues at our GitHub project board to keep track of the hacks of October at Webiny Open Sour
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Sep 30, 2020 - C#
- Package Name: @azure/storage-file-share
- Package Version: 12.2.0
- Operating system: macOS
- nodejs
- version: 10.16.3
- browser
- name/version:
- typescript
- version:
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://docs.microsoft.com
**De
Describe the bug
[Microsoft has enabled s
We should document declarative defaulting better in the book, since it's been supported for quite a few versions now. We'll need to warn about Kubernetes versions with a note like we do here: https://github.com/kubernetes-sigs/kubebuilder/blame/master/docs/book/src/multiversion-tutorial/tutorial.md#L26, but we should reccomend this over using mutating webhooks when possible.
/kind feature
-
Updated
Sep 3, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 22, 2020 - Python
-
Updated
Sep 30, 2020 - C
-
Updated
Sep 30, 2020 - C
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
目的是为了实现 一个App加载多个不同的JS Bundle 文件,实现android端动态化加载jsBundle的功能
Android客户端,生成了多个 index.android.js 使用的同一个vender.android.js
都放入asset目录下,给每个index.android.js建立不同的文件目录 如 a->index1 ,b->index2
在application中统一初始化 HippyEngine.EngineInitParams 参数
示例是一个简单的mainactivity 中有3个按钮去打开不同的 index.android.js文件
出现的问题是 第一次依次点击进入每个index.android.js文件都可以打开退出
第二次再去打开每个index.android.js文件时 则界面为空白界面,报错的错误为


thank you