Weilu Jia
Weilu Jia
Dug into this and it seems more of an issue with rspec-steps than capybara-screenshot. `RSpec.current_example` is constantly stuck to the first step (See LRDesign/rspec-steps#34), which means that an `example.exception` is...
Hey @mattheworiordan, From my cursory read of rspec-steps, I can't seem to find any API to access the actual steps, or their exceptions, so it may be non-trivial to work...
I may consider it as I get more familiar with Ruby and RSpec, though as it is now, everything is too magic. I did write up a quick alternative that...
> this is sort of fixed in right-click context menus, where you have disconnect and remove. Maybe we should also use the same words in the client help? This is...
Running into same issue on `git-lfs/2.8.0 (GitHub; darwin amd64; go 1.12.7)`. Logs: ``` git-lfs/2.8.0 (GitHub; darwin amd64; go 1.12.7) git version 2.22.1 $ git-lfs prune Prune error: open /Users//.git/objects/pack/pack-48c6fa5c951d0f5ab51d9dd5179de7c5ef5e5922.pack: too...
@bk2204 Unfortunately no-go. ``` git-lfs/2.8.0 (GitHub; darwin amd64; go 1.13.1; git b7e6a5e5) git version 2.23.0 $ git-lfs prune Prune error: open /Users//.git/objects/pack/pack-3d3b1696daf0c2f14c61a962c6dc9288e73ca0dc.pack: too many open files Prune error: open /Users//.git/objects/pack/pack-54a631bdb3f7e263b700fa68fb5f016d145f78c8.pack:...
What looks like is happening is the underlying `git` commands are each opening ~64 FD's themselves. Probably need to set the calculation to assume that each command uses 64 FD's...
I stuck in some prints to validate how many threads it would limit it to. ``` git-lfs prune 256 3 Prune error: open /Users//.git/objects/pack/pack-d940095e45e18e42e2aaa2f1e5756fc037b82bdb.pack: too many open files ``` Despite...
Weird, neither worked for me, but HLS worked on a test stream so might be an issue on my end. Basic SRT subtitles work, but not ASS.
Relevant PR: https://github.com/flipperdevices/flipperzero-firmware/pull/2093