Kam Karshenas

Results 5 comments of Kam Karshenas

:+1: can you `delegate_all` from relation_decorator? I would imagine yes, and perhaps it is implicit, similar to SimpleDelegator's method missing I imagine, right? Otherwise what's the point of distinguishing it...

same issue testing with: ``` UniversalDetector.chardet("∀,∈,≠,Ω,∑,∏,ɔ,⍴,€,ζ,π,ป่") ``` which should return utf8 as the encoding type.

I just patched rchardet, an older library. Although I'm thinking one could just write the string to a temp file and use the system: ``` encoding = `file --mime-encoding string.tmp...

:+1: Completely agree with @abitdodgy Just take a look at how simple and straight forward this DSL is: https://github.com/rgrove/sanitize/blob/master/lib/sanitize/config/relaxed.rb Having a means of being able to process something like that...