eTM

Results 14 issues of eTM

CharlockHolmes::EncodingDetector.detect_all("Timeout: 2") results in {:type=>:text, :encoding=>"IBM424_ltr", :ruby_encoding=>"binary", :confidence=>27, :language=>"he"}, {:type=>:text, :encoding=>"UTF-8", :ruby_encoding=>"UTF-8", :confidence=>15}, .... in general it seems to try too hard for small strings. for small strings it often...

Currently Connection#dispatch relies on raw http input. When using this in an environment where the raw http input is already parsed (and thus not easily available) (think vanilla rack/thin app),...

I think nested template support would be useful. ```html Item {test} (even {self}) (odd {self}) ``` with config defined as ```javascript get config() { return [ { test: "One", odd:...

voice_bot.rb #play(encoded_io) (~line 223) ```ruby # If the stream is a process, kill it if encoded_io.respond_to?(:pid) ... end ``` If it is not a process, but e.g. a pcm file...

When starting a discord bot in the background, #play_file stops the process, because of the way ffmpeg is used in voice/encoder.rb (ffmpeg by default expects stdin to exist - when...

@master branch I like the keyboard navigation permissions. I sometimes embed media or even iframes with other pages into my presentations. Thus selectively activating/deactivating which keyboard shortcuts work, would be...

feature
Player
Editor

Many people love workspaces-to-dock (including you i assume). Do you plan (basic) workspaces to dock functionality for vertical-overview?

### Describe the bug Android 12: whenever i try to switch application, i am unable to, android states "Quickstep has stopped". Does not work either in gesture or button or...

bug

about 1/3 of the runtime of #xpath is spent allocating XPathContext. Not sure, but do you think caching the context could lead to bad situations? Caching would improve performance a...

topic/performance

replace get_ds() in rtl88x2bu-driver/os_dep/osdep_service.c with KERNEL_DS