Flinner

Results 18 comments of Flinner

same here :( ``` v.c:1069:2: error: VERROR_MESSAGE Header file , needed for module `os` was not found. Please install the corresponding development headers. #error VERROR_MESSAGE Header file , needed for...

also pasting this to a v shell causes a builder error ```v type Line = string fn (l Line) parse_line() string { return l[0..1] } ```

Day 1: Did Chapter 1 and 2 of clojure from the ground up

Day 2: Read Chapter 3 and 1/2 from Chapter 4

Day 3: (yesterday) completed the other half of ch 4, but didn't solve not all problems

Day 4: 1/2 of chapter 6, things getting a bit challenging now

Day 5: finished chapter 6, still don't feel like i got concurrency completly, or why i will ever need `atoms`, should keep moving and return back to it later

Day 6: skipped 4 days, but now did chapter 7 without the exercises, almost done from the book now

https://github.com/tryptech/obs-zoom-and-follow/blob/1006b7b33ea69b3cde75a9a8ce0ec17a0622a5c1/zoom_and_follow_mouse.py#L631-L632 my source is of type "xshm_input", tried adding it like so: ```py if source_type in { "monitor_capture", "window_capture", "game_capture","xshm_input", "display_capture" }: ``` it is now detected! but look how...

hover your mouse, and you get the same behaviour