Andrew Aladjev

Results 20 issues of Andrew Aladjev

Hello. In 2019 year we have a great amount of ram available. So we can reach max possible performance for lzw (with clear) algorithm. The idea is simple: we can...

enhancement

Hello. I couldn't understand ratio implementation. I think that there are some overflow issues in current implementation. Please correct me if I am wrong. I see the main idea: we...

question

``` require "nokogiri" class Doc < Nokogiri::XML::SAX::Document def start_element name, attrs = [] puts "start: \"#{name}\"" end def characters string puts "characters: \"#{string}\"" end def end_element name puts "end: \"#{name}\""...

platform/jruby

Hello, we are working with web workers: ``` function inlineWorker () { ... } const data = `(${inlineWorker}) ...` const worker = new Worker(URL.createObjectURL(new Blob(data, ....))) ``` Istanbul is poisoning...

tested both on gentoo and windows http://www.zimagez.com/zimage/screenshot-09032012-050340pm.php cant select any image

hello! your cmakelists is good but not perfect. it has no search to libxxf86vm-dev and libasound2-dev and thats why cause errors on build. here is a patch:

Please update TODO. Thank you.

Current release 1.1.10 on **rubygems** is too old. It is not working with ruby 2.5.1. Please create a new release and upload it on rubygems. Thank you.

I've read a code in `{lib,spec}/concurrent/executor` a bit. It looks like people loves java way: the abstraction layer is ideal, documentation is great, tests are good and implementation is poor....

bug
medium-priority