Kristjan Broder Lund
Kristjan Broder Lund
I really +1 this. I forked this repo and completely changed the communication layer (tcp instead of http). Basically, the only code that is left from this repo is the...
I do not have that extension installed.
`1632489844` is a "unix timestamp". It's very common in software to use unix timestamps to represent time. They represent the number of seconds since Jan 1st 1970 UTC. You can...
Of course! master:  this pr:  I just pushed a fix to set the `width` of `zero` so it is align with the other buttons. Width of `zero` is...
And this is how the normal keyboard changed. _Note: I have not changed any of the `width` properties of the buttons in the normal keyboard_ master:  this pr: 
Fixed in #31
The quickest fix I can think of after skimming the code is to change the `onMouseEnter` to a `onMouseMove` in [`tab_item.jsx`](https://github.com/BinaryMuse/chrome-fast-tab-switcher/blob/38499a9d6ac512c0b9cd4d883950dff5ecfc9812/src/js/client/tab_item.jsx#L14). It's dirty, I know, but the alternative (that I...
> I did it, before posting this issue. The resulting file won't work with gyroflow. Regarding 12GB chapters... Gyroflow can't read the gyro data from a MP4 file bigger than...
Yes I've done it with > 4GB files straight from camera (below 12GB). I haven't used this version of Gyroflow in a while though. Using the new version https://github.com/gyroflow/gyroflow. It...
I don't have experience with stitching split files. I've only compressed a single up-to 12GB chapter file to become less than 4GB so that gyroflow v0 (this repo) could load...