Skip to content

Here's what's popular on GitHub today...

C# logo

Popular topic

C# ("C sharp") is an object-oriented and type-safe programming language.

Trending repository

DeepSource screenshot

App recommended by GitHub

DeepSource

DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.

But wait, we have more!

  • Automatically fix issues with Autofix. One-click, and done!
  • Put your code formatting on complete autopilot with Transformers.
  • Sleek, dark-mode UI that you'd actually enjoy using.
  • Free forever for developers and small teams.
Game-Programmer-Study-Notes

Trending repository

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Oct 16, 2021
storybook

Trending repository

idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

Trending repository

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