Kristjan Broder Lund

Results 33 comments of 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...

`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: ![master-130](https://user-images.githubusercontent.com/60520/61314925-392f4e00-a7ed-11e9-872c-40c3634705c3.png) this pr: ![pr-120](https://user-images.githubusercontent.com/60520/61314956-451b1000-a7ed-11e9-90d8-429fc62c8d53.png) 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: ![master-normal](https://user-images.githubusercontent.com/60520/61315884-451c0f80-a7ef-11e9-8656-fd3ad8053a72.png) this pr: ![pr-normal](https://user-images.githubusercontent.com/60520/61315871-3d5c6b00-a7ef-11e9-8144-d72b2d58802b.png)

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