Eric Lindvall

Results 50 issues of Eric Lindvall

We would rather not have a `panic()` if the memory limit is exceeded due to concurrent access. This makes the panic optional.

I wanted to document some of the real-world test cases I've been envisioning for a test suite for this library. ## The Setup It seems like it would be pretty...

Ran into this exception and wanted to put it somewhere: ``` Unhandled EventMachine Exception: NoMethodError: undefined method `ino' for nil:NilClass: /usr/lib64/ruby/gems/1.8/gems/eventmachine-tail-0.6.3/lib/em/filetail.rb:395:in `handle_fstat' /usr/lib64/ruby/gems/1.8/gems/eventmachine-tail-0.6.3/lib/em/filetail.rb:333:in `handle_eof' /usr/lib64/ruby/gems/1.8/gems/eventmachine-tail-0.6.3/lib/em/filetail.rb:370:in `read_file_metadata' /usr/lib64/ruby/gems/1.8/gems/eventmachine-tail-0.6.3/lib/em/filetail.rb:332:in `handle_eof' /usr/lib64/ruby/gems/1.8/gems/eventmachine-tail-0.6.3/lib/em/filetail.rb:302:in `schedule_eof'...

We ran into issues on 1.9 with a file that is supposed to be UTF-8 having invalid characters in it. A fix was suggested for `remote_syslog` that should clearly go...

We've run into situations where having `Write()` block when the capped buffer is full is not desirable. It would be nice to have alternative strategies for handling this scenario. The...

I've wanted to craft a "1 minute", "5 minute", "15 minute" moving average (like a unix load average), but don't know the right `r` to pass to `ewma-timeless` to get...

question
documentation

With OBS 26.1.1 and obs-ndi 4.9.0 on windows, I've found that changing Scene Collections is causing OBS to hang. I took a dump of the process and brought it into...

I tried benchmarking an m3u8 with lots of attributes and found that there were some simple places to reduce memory usage and speed up parsing. Here's a benchmark of the...

We've found a few places where it would be nice to be able to handle specific errors without resorting to string processing.