Andrew Aladjev

Results 20 issues of Andrew Aladjev

Hello. I want to tell you about DNS over HTTP. Some people ignores this theme. I want to promote it in terms of mass DNS resolutions. Let we have an...

enhancement

Users want to be able to create asynchronous template source provider. https://groups.google.com/forum/#!topic/knockoutjs/mc3vsgVIc7g

severity: minor
type: feature
affected: few

Lets feed unpacker's buffer with some object. We can "forget" to feed the last byte. ``` s = MessagePack::Packer.new.pack({ "fit" => true }).to_s u = MessagePack::Unpacker.new (s.length - 1).times {...

Hello. Please review article written by [redhat developers](https://developers.redhat.com/blog/2019/04/22/implicit-function-declarations-flexs-use-of-reallocarray/). Unfortunately this bug still exists in flex and any other software that allows implicit function declarations. It can't be fixed by glibc...

This simple issue is related to subpixel calculation. ``` getThumbHorizontalWidth() { ... if (trackWidth === width) return 0; getThumbVerticalHeight() { ... if (trackHeight === height) return 0; ``` Please use...

Hello, I know that project is abandoned, just want to notice everyone still using it. React custom scrollbars are using internal layout with `wrapper` + `content` inside. `wrapper` has `overflow:...

Hello. There is an annoying bug in [clang 37272](https://bugs.llvm.org/show_bug.cgi?id=37272). I see your project is [suffering from this issue](https://github.com/greenplum-db/gporca/blob/master/clang-format.intent.yaml). I've introduced a [solution](https://github.com/andrew-aladev/lzws/commit/093c796df5349e6d5d37783d50eb1154347013c3) that doesn't depend on broken clang presets anymore,...

This issue is related to [question](https://gis.stackexchange.com/questions/170365/pre-rendering-for-whole-planet-using-render-list-is-very-very-slow/243558#243558). `get_load_avg` on linux: ``` FILE *loadavg = fopen("/proc/loadavg", "r"); fscanf(loadavg, "%lf", &avg); return avg; ``` Renderer will sleep because he used a lot of...

We want to copy `100` into currency input - it becomes `1.00`, `100.00` becomes `100.00`, wrong behaviour. We need to protect user from removing `.` in another way. Currency input...

Hello, please update with the recent changes of [appveyor environment](https://www.appveyor.com/docs/environment-variables/). ``` APPVEYOR - True (true on Ubuntu image) if build runs in AppVeyor environment CI - True (true on Ubuntu...